Android Question I can't upload with AdvancedWebView

Thiago Alves de Farias

Member
Licensed User
Whenever I click on an upload link, the file picker opens, I select the image, but after that nothing else happens.

It's as if it doesn't come back with the selected file.

temp.png


Can anyone help me with this?

If anyone has an example of uploading with AdvancedWebView it will help me a lot.

I found this following post, but it doesn't work with AdvancedWebView:
https://www.b4x.com/android/forum/threads/upload-files-with-webview.98623/

Thank you very much!!
 
Solution
I will suggest you the simplest solution, just to try. Download the library and B4AExample from the link below and try it out with your URL.
Send me a feedback.

Thiago Alves de Farias

Member
Licensed User
It's a very simple project that basically opens a webpage made in Wordpress.

But when I use regular Webview, script errors occur inside the webpage that hamper its functioning.

With AdvancedWebView this does not happen.

I will share my code.

I appreciate your help!
 
Upvote 0

Thiago Alves de Farias

Member
Licensed User
Note that if I replace the AdvancedWebView with a Webview, the website will not work properly.
For example, the sidebar does not open.
Geo location doesn't work either.
 

Attachments

  • PickDrop.zip
    8.9 KB · Views: 133
Upvote 0

Ivica Golubovic

Active Member
Licensed User
I will suggest you the simplest solution, just to try. Download the library and B4AExample from the link below and try it out with your URL.
Send me a feedback.
 
Upvote 0
Solution

Thiago Alves de Farias

Member
Licensed User
I will suggest you the simplest solution, just to try. Download the library and B4AExample from the link below and try it out with your URL.
Send me a feedback.

Amazing!
Worked perfectly!
Thank you very much for the help!
 
Upvote 0
Top