webview - How to access Windows Phone folders from a Gmail Wrapper App -


i have created gmail wrapper windows phone 8.1 (winrt) application using webview. when try compose email , try add attachments, file picker not displayed , nothing happens.

however when use internet explorer , login same gmail account , click on attach, file picker shown different options choose attachment from.

i have enabled required capabilities in app manifest, file picker not shown in wrapper application.

any or pointers appreciated.

the hosted browser (webview) cannot show native file picker. you'd need proxy request somehow , show picker c# example. but, don't own gmail source code, making proper surgical changes difficult (and subject changed).


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -