How do I make apps which use WebView to render my website to open links in default browser ?
For example; I click on link to my website inside a mail which I read using Gmail, Gmail renders my website inside WebView and does the same for each link I click inside my website and do not suggest to open default browser
target="_blank" did not work
Am I depended on app's developer implementation or there is an html attribute magic ? they must override WebViewClient#shouldOverrideUrlLoading ?