S Smee Well-Known Member Licensed User Longtime User Jan 15, 2012 #1 is there a way to intercept a Hyperlink press with a webview and perform an alternate action based on the url pressed?
is there a way to intercept a Hyperlink press with a webview and perform an alternate action based on the url pressed?
Erel B4X founder Staff member Licensed User Longtime User Jan 15, 2012 #2 Yes. You can handle the OverrideUrl event. If you return True from this Sub then the Url will not be loaded. Upvote 0
Yes. You can handle the OverrideUrl event. If you return True from this Sub then the Url will not be loaded.
S Smee Well-Known Member Licensed User Longtime User Jan 15, 2012 #3 Excellent. Thank you Erel and thks for the prompt reply Upvote 0