Skip to content

Conversation

@m1ga
Copy link
Contributor

@m1ga m1ga commented Jan 4, 2025

Features:

  • show a camera/gallery picker for accept="image/*" input fields
var win = Ti.UI.createWindow({});

var webview = Ti.UI.createWebView({
	html: '<input type="file" id="picture" name="picture" accept="image/*"  />'
})

win.add(webview);
win.open();

Screenshot_20250406-150548

@m1ga m1ga changed the title feat(android): update WebView to support <a download> and camera/gallery picker for input fields feat(android): update WebView to support camera/gallery picker for input fields Apr 6, 2025
@m1ga m1ga marked this pull request as ready for review April 6, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants