File attachment in Webview app

Hello all,

I got an app which is based on webview function. The app just opens mobile version of gmail. Everything is works great however some functions are missing,
such as file attachment. When I compose new email and I want to attach file, I touch the attachment icon, however the app doesn’t open browse files window.

Any ideas how I can implement such function in my code?

Thanks

Check your permissions you need permissions like access to SD card for one and basically any function you make you must have matching permissions or it won’t work.

Well, I guess yes you can do that but you need to remember while you are writing the code keep in mind that you have to implement the permission from the SD card to enable the application to attach the images over the emails.