iOS Question how to affacted another page

Intiwhiz

Member
Licensed User
Dear all,

I have multiple pages, on first page, there's login page, redirect to firebase google login, and if succes, it will load another page, using webview to specific url.

but while I load the pages, the webview on pages didn't go to specific url.

anyone can give idea. I have used page_appear event too, but it didn't work.

your advice is really appriciated

thanks
 

Intiwhiz

Member
Licensed User
I used decode URL
B4X:
urlload1="http://www.xxxxxxx.com/index.php?r=site/tens&email=" & auth.CurrentUser.Email & _
                "&gen=" & urlas & "&uname="& auth.CurrentUser.DisplayName & "&photo=" & urlas

while the url loaded on webview, the page was blank. If I use safari browser for visit the link, it worked.
 
Upvote 0
Top