file upload - Is there a possibility to call native dialog from Phonegap / Cordova? -
i'm using phonegap / cordova media capture plugin send photo php server, , works perfectly. nevertheless, had create 2 buttons: upload photoalbum, take new picture. said works, have 1 button open native dialog 2 options (same works in mobile safari, white - blue styled dialog in ios7). possible?
i know there phonegap / cordova plugin show native dialog, see confirmation dialog , require more buttons inside.
have looked @ navigator.notification.prompt?
https://github.com/apache/cordova-plugin-dialogs/blob/master/doc/index.md
the prompt dialog lets specify buttons/button labels want , callback deal user's input.
Comments
Post a Comment