G gacar Active Member Oct 23, 2021 #1 Is it possible to WebView iframe responsive that include already responsive web page (eg bootstrap)?
Solution TILogistic Oct 24, 2021 gacar said: Is it possible to WebView iframe responsive that include already responsive web page (eg bootstrap)? Click to expand... Yes can be done locally or calls to external web page and you don't need to use iframe. And it is resposive if you use bootstrap. ps: use html meta. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> Click to expand...
gacar said: Is it possible to WebView iframe responsive that include already responsive web page (eg bootstrap)? Click to expand... Yes can be done locally or calls to external web page and you don't need to use iframe. And it is resposive if you use bootstrap. ps: use html meta. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Oct 24, 2021 #2 I'm not sure that I understand the question. Upvote 0
TILogistic Expert Licensed User Longtime User Oct 24, 2021 #3 gacar said: Is it possible to WebView iframe responsive that include already responsive web page (eg bootstrap)? Click to expand... Yes can be done locally or calls to external web page and you don't need to use iframe. And it is resposive if you use bootstrap. ps: use html meta. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> Click to expand... Upvote 0 Solution
gacar said: Is it possible to WebView iframe responsive that include already responsive web page (eg bootstrap)? Click to expand... Yes can be done locally or calls to external web page and you don't need to use iframe. And it is resposive if you use bootstrap. ps: use html meta. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> Click to expand...
TILogistic Expert Licensed User Longtime User Oct 24, 2021 #4 if you use .Bootstrap it will look like this in webview Upvote 0
G gacar Active Member Oct 24, 2021 #5 oparra said: Yes can be done locally or calls to external web page and you don't need to use iframe. And it is resposive if you use bootstrap. ps: use html meta. Click to expand... Many thanks, worked. Upvote 0
oparra said: Yes can be done locally or calls to external web page and you don't need to use iframe. And it is resposive if you use bootstrap. ps: use html meta. Click to expand... Many thanks, worked.