Hi Saif,
I agree with you that the Bandsintown website has too much deep linking for a WebView to cope with. I spoke to Bandsintown and they are aware that this is a problem for people who want to use their personal link on bandsintown, by entering the concert touring information just once and having it displayed on their websites, facebook and their personal apps. But they want to track the "Ticket" button links and this seems to be the problem.
JohnC was suggesting using Webview1_OverrideUrl to strip the intent:// part from the url as below. Unfortunately it didn't stop the error message. Very Grateful for his help though.
ie...
Sub Webview1_OverrideUrl (Url As String) As Boolean
URL = URL.Replace("intent://bandsintown.page.link/?link=","")
End Sub
So I have abandoned that idea and thought is there a bit of code to bring up my personal concert link
https://bnds.us/ytr0zq within the WebView and as soon as the user clicks the ticket link it could open the external default browser instead of the WebView. Maybe if the WebView detects there is an intent://
Thank in advance. Mike