Ju Yang Active Member Licensed User Longtime User Sep 11, 2015 #1 is there a good HTML5 Support browser control for B4J? we want to load http://examples.webglearth.com and give some API introductions , thanks!
is there a good HTML5 Support browser control for B4J? we want to load http://examples.webglearth.com and give some API introductions , thanks!
Erel B4X founder Staff member Licensed User Longtime User Sep 13, 2015 #2 You can use this code to see the "html5 score": B4X: Dim wv As WebView wv.Initialize("") MainForm.RootPane.AddNode(wv, 0, 0, 500, 500) wv.LoadUrl("https://html5test.com") The results: html5te.st/8d983c29de8f270a Upvote 0
You can use this code to see the "html5 score": B4X: Dim wv As WebView wv.Initialize("") MainForm.RootPane.AddNode(wv, 0, 0, 500, 500) wv.LoadUrl("https://html5test.com") The results: html5te.st/8d983c29de8f270a