Hi Guys,
The problem I have is that when I load a URL into a webview it is zoomed in too much and cuts part of the content off (see screenshot).
In B4A I could do this to control the zoom of the webview:
I have locked my app in Portrait mode, and it looks fine on an Ipad, it is just on the Iphone 12 that it does this.
How do I fix this problem in B4i?
Regards
Jacques.
The problem I have is that when I load a URL into a webview it is zoomed in too much and cuts part of the content off (see screenshot).
In B4A I could do this to control the zoom of the webview:
B4X:
Dim Obj1 As Reflector
Obj1.Target = PaygateBrowser
Obj1.RunMethod2("setInitialScale", "200", "java.lang.int")
I have locked my app in Portrait mode, and it looks fine on an Ipad, it is just on the Iphone 12 that it does this.
How do I fix this problem in B4i?
Regards
Jacques.