Android Question B4XPage with webview upload file

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User

Hi, the above example works fine with default activity module, but with B4XPage class does not work!!!
And no error thrown!

What I'm missing? I follow all the rules.
 

Attachments

  • b4xpagewebviewupload.zip
    11.6 KB · Views: 109

DonManfred

Expert
Licensed User
Longtime User
if you use B4XPages then you should export the Project using the IDE Comment Exportmethod.
The Upload is incomplete
 
Upvote 0

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Worked , thank you
Can you tell us what changes you made?
I explored your code & I found this only changed:
B4X:
client.InitializeNewInstance(Application.PackageName & ".b4xmainpage$MyChromeClient", Array(Me))
What else?
 
Upvote 0
Top