F frenkipi Member Licensed User Longtime User Aug 11, 2016 #1 Hello, is it possible to define webview height by its loaded html? So that will only wrap loaded html. Thank you. Regards!
Hello, is it possible to define webview height by its loaded html? So that will only wrap loaded html. Thank you. Regards!
Erel B4X founder Staff member Licensed User Longtime User Aug 11, 2016 #2 You can use WebViewExtras library to inject JavaScript that will return the height: http://stackoverflow.com/questions/1145850/how-to-get-height-of-entire-document-with-javascript Upvote 0
You can use WebViewExtras library to inject JavaScript that will return the height: http://stackoverflow.com/questions/1145850/how-to-get-height-of-entire-document-with-javascript
Leni Berry Active Member Licensed User Longtime User Sep 24, 2017 #3 https://www.b4x.com/android/forum/threads/webviewextras.12453/page-3#post-162971 Upvote 0