Dear All,
I am trying to make additional library based on WebView control. My question is how to connect OverrideUrl event with my WebView control?
As I understand from this question
http://www.b4x.com/forum/basic4andr...webview-example-works-without-initialize.html
I need to Initialize my WebView as it is made pragmatically.
I try to do something like:
but it not works.
Any help Please?
Best regards,
H D Barodi
I am trying to make additional library based on WebView control. My question is how to connect OverrideUrl event with my WebView control?
As I understand from this question
http://www.b4x.com/forum/basic4andr...webview-example-works-without-initialize.html
I need to Initialize my WebView as it is made pragmatically.
I try to do something like:
B4X:
myWebView.Initialize("myWebView_OverrideUrl")
Any help Please?
Best regards,
H D Barodi