Reminisce
Active Member
I'm trying to load my payment page but it's not loading the Javascript part.
I even added webchromeclient, but the progress dialog keeps loading..
Loading this web page on my Phone's browser works well.

Modified: I have also tried to use webextras2 and its still the same issue.
B4X:
Sub btnaddmoney_Click
Dim wve As WebViewExtras
Dim wbve As WebViewXtender
animateview(pnladdmoney)
sweetprogressdialog("Intializing Online payment...")
webview.Initialize("webview")
wve.addWebChromeClient(webview,"wve")
pnladdmoneywebview.AddView(webview,0,0,100%x,70%y)
webview.loadUrl(Starter.serverlink&"pay.php")
End Sub
I even added webchromeclient, but the progress dialog keeps loading..
Loading this web page on my Phone's browser works well.


Modified: I have also tried to use webextras2 and its still the same issue.
Last edited: