delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

Can AdvancedWebView be swapped for WebView in Jasonette #284

Closed jstorq closed 3 years ago

jstorq commented 3 years ago

Just a question, really. I am new to mobile development and have been working to use Jasonette/Jasonelle to create a wrapper app for my web project. Jasonette uses the WebView under the covers to generate a mobile app with the webView as the background. My initial finding is that the file upload html control just doesn't work for Android. I'm curious if you think that I can simply hack Jasonette to replace the WebView control with AdvancedWebView and have that work? The alternative suggestion from Jasonette is to use an agent and rpc calls between my code and the native app. Seems like that should not be required.

If you have any feedback, I'd appreciate hearing from you.

Regards,

Jason

jstorq commented 3 years ago

FWIW, I was able to make changes in Jasonette and get this working. I am super grateful for your work. Why the standard webView doesn't really support file upload is, well, silly. Anyway, if you'd like to know more, let me know.

Cheers!