When making a B4a, B4i etc project using B4xPages, can one use the standard Webview or does one need to use a B4xView of some sort?
If the later, are there any examples?
Also, do either/both support WebviewExtras and WebviewSettings?
Thanks,
Rusty
You are confusing different things.
You can use any view you like with B4XPages.
B4XView, which has nothing to do with B4XPages, doesn't expose methods for WebView. This means that you will not gain much by setting its type to B4XView. Better to keep it as WebView.
Some of the methods between B4A WebView and B4i WebView are the same and some are different. The solution is very simple, use conditional compilation when needed.