Hi all, i have this simple code:
When start i insert Username and Password but return same page.
I try also with another browser (Chrome) in my device and work without problem.
Any idea ?
Thanks
B4X:
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Private webview1 As WebView
End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
webview1.Initialize("webview1")
webview1.LoadUrl("http://www.clubmagellano.it/pagina-personale-tl/")
Activity.AddView(webview1, 0, 0, 100%x, 100%y)
End Sub
When start i insert Username and Password but return same page.
I try also with another browser (Chrome) in my device and work without problem.
Any idea ?
Thanks
Last edited: