Android Question designer script webview

merlin2049er

Well-Known Member
Licensed User
Longtime User
I've got a webview and a couple of buttons within a panel

B4X:
Panel4.SetLeftAndRight(0,100%x)
Panel4.SetTopAndBottom(0,100%y)

ButtonUpdate.SetLeftAndRight(0,50%x)
Buttonsubscribe.SetLeftAndRight(50%x,100%x)

WebViewmap.SetLeftAndRight(0,100%y)
WebViewmap.SetTopAndBottom(50dip,100%y)

How do I reference the webview to fit within the panel, the webpage loads, but it's offscreen a bit?
 
Top