emilio_00
New Member
Hi
i creat a simple code how let user to access to a webapp "qr scanner"
the home page is loaded , but when i access the the page to use the qr scan, i got a white page.
the webapp work good on chrome and firefox
*************** the web page *******************
**************** Code ******************
B4xMainPage:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("MainLayout")
billing.Initialize("billing")
WebView1.JavaScriptEnabled = True
WebView1.LoadUrl("https://darling-syrniki-098ddf.netlify.app/")
End Sub
i creat a simple code how let user to access to a webapp "qr scanner"
the home page is loaded , but when i access the the page to use the qr scan, i got a white page.
the webapp work good on chrome and firefox
*************** the web page *******************
Document & QR Scanner
darling-syrniki-098ddf.netlify.app
**************** Code ******************
B4xMainPage:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("MainLayout")
billing.Initialize("billing")
WebView1.JavaScriptEnabled = True
WebView1.LoadUrl("https://darling-syrniki-098ddf.netlify.app/")
End Sub