popup and some other staff dose not work on web view but its fine in native browser

erfan

Member
Licensed User
Longtime User
i wanna show a webpage in my app and let the user to work with it
when i open the webpage in native browser of the phone its ok an works fine
but in webview its not so...
to see what i mean just download the attached apk. there are two buttons on the activity. one opens a webpage in native browser and one opens it in webview. the webpage has a green bottom at the button(in my language its written "pay it").when you push it you have to see a popup which tells you to fill out some fields but its not the case in webview

thanks in advanced
 

Attachments

  • browser.apk
    118.3 KB · Views: 214
  • browser1.zip
    7.7 KB · Views: 208

erfan

Member
Licensed User
Longtime User
thank you for your reply
but that page is not mine and i can not change the codes
and i said popup as an example. the other staff dose not work well
for example after filling the form it has to go to other page form bank to let the user to pay....
in native browser it works but in webview the page of the bank says some fields are not filled correctly
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
I do see the form in WebView here:
SS-2013-02-17_11.19.57.png


Which device are you using?
 
Upvote 0

erfan

Member
Licensed User
Longtime User
this webpage is the first page and is fine. but the problem is:
1- popups dont work on this page.(which i could solve it somehow by webviewextrea)
2- after filling out this form it has to go to the second page. in native browse goes and in webview dose not
both pages are from officall websites and i can not change anything in them
 
Upvote 0
Top