Android Question B4A WebView, How to fit / fix the page inside Webview

imrpk

Member
Licensed User
Longtime User
Hi,

Issue we are facing is:-
Loading Page in WebView inside Activity. WebView Size is full screen and screen size is 1920 * 1080
When we load web page (1920*1080) using url. its goes out.

How to fix / fit the page within Webview or screen size.
 

imrpk

Member
Licensed User
Longtime User
Scenario:
We have An Android TV. TV Resolution is 1920 * 1080.
We need to run an HTML Page from URL. Width 1920 and height 1080
If we open the URL in TV android Browser page showing properly and OK.

Problem:
So We make application in B4A with WebView control, with the same Width and height. and make the web view with fullscreen.
After we install the application in TV and Run. Every thing is working fine (Page loading is OK)
only the issue is out of 1920 * 1080 TV shows only 600 * 400 area of the page.

How we can fix this issue.
 
Upvote 0
Top