On Thu, May 26, 2016 at 4:58 PM, <[email protected]> wrote: > The anchor link in the question is supposed to open new window in the > mobile browser and it works fine on ios app but does not works on android > mobile app. Does anyone has any idea on why it cannot open the link in the > browser.
If you're using a webview, check your implementation of shouldOverrideUrlLoading <https://developer.android.com/reference/android/webkit/WebViewClient.html#shouldOverrideUrlLoading(android.webkit.WebView, java.lang.String)>. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScgg2im1aNDJmVXWH6KwMb2RW2aRd9ZyfzgL%2BbS9hU%2BtpnQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

