aeric Expert Licensed User Longtime User Aug 17, 2018 #1 I try to replace WebView with the WKWebView from iUI8. The result of the HTML output is so small compare to the default WebView. May I know is there any settings to make the output has more "natural" size? I attached with a sample project. Attachments WebViewDemo.zip 137.1 KB · Views: 473
I try to replace WebView with the WKWebView from iUI8. The result of the HTML output is so small compare to the default WebView. May I know is there any settings to make the output has more "natural" size? I attached with a sample project.
Erel B4X founder Staff member Licensed User Longtime User Aug 19, 2018 #2 See the answer here: https://stackoverflow.com/questions...tent-to-render-at-same-magnification-as-uiweb Upvote 0
See the answer here: https://stackoverflow.com/questions...tent-to-render-at-same-magnification-as-uiweb
aeric Expert Licensed User Longtime User Aug 20, 2018 #3 Erel said: See the answer here: https://stackoverflow.com/questions...tent-to-render-at-same-magnification-as-uiweb Click to expand... Thanks Erel. The answer does the trick. Upvote 0
Erel said: See the answer here: https://stackoverflow.com/questions...tent-to-render-at-same-magnification-as-uiweb Click to expand... Thanks Erel. The answer does the trick.
JackKirk Well-Known Member Licensed User Longtime User Mar 1, 2024 #4 Erel said: See the answer here: https://stackoverflow.com/questions...tent-to-render-at-same-magnification-as-uiweb Click to expand... I found that didn't work for me but: <meta name="viewport" content="width=device-width, user-scalable=no" /> Click to expand... in the <HEAD> block did... Upvote 0
Erel said: See the answer here: https://stackoverflow.com/questions...tent-to-render-at-same-magnification-as-uiweb Click to expand... I found that didn't work for me but: <meta name="viewport" content="width=device-width, user-scalable=no" /> Click to expand... in the <HEAD> block did...