Hi,
I have followed Jose's instructions, and everything has worked correctly. I have added a couple of lines to make it look better.
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout1") ' Cargamos el Designer
WebView1.Width = 100%x
WebView1.Height = 100%y
WebView1.LoadUrl("https://my.page")
End Sub
this worked perfectly when i tried it with the B4Bridge.
But when I copy, rename, and use the apk file inside the objects folder, and install it file on my phone directly, it shows me the message:
"Waiting for ID debugger to connect", then the black screen remains and the page is not displayed.
how should i create the apk file?
Thanks a lot,
Leo