While converting an b4a program to b4xpages (as I want it to be b4a/b4i usable)
I thought to make all objects b4xviews. But when declaring a Webview1 as B4Xview the methods LoadUrl and LoadHtml simply are not there anymore
After soul searching I found
Declaring it as Webview1 as Webview all is fine and can implement loadUrl and LoadHtml
My question is: Is there a way to use LoadUrl and LoadHtml AND have the Webvieuw as B4XView? Or do I stick to declaring it as webview?
This might help others as well
Thank You
I thought to make all objects b4xviews. But when declaring a Webview1 as B4Xview the methods LoadUrl and LoadHtml simply are not there anymore
After soul searching I found
Declaring it as Webview1 as Webview all is fine and can implement loadUrl and LoadHtml
My question is: Is there a way to use LoadUrl and LoadHtml AND have the Webvieuw as B4XView? Or do I stick to declaring it as webview?
This might help others as well
Thank You