3

I know that for Chrome for Android (versions 25 and later), I can use the intent scheme to open app if installed, and if not, fall back to marketplace. But what if I don't want to fall back to marketplace, instead I want to fall back to another web page on my website? I can't find a solution for this, the iframe trick has been blocked.

More details:

  1. We have a mobile web site, sometimes we send email with web page link out to customer, so that they can tape link to open our mobile web on their phone.
  2. Now we want to send email with a special web page link, by taping it, Chrome is opened with that link, if app is installed, app is opened, if it isn't, user still stay at that mobile web page.

Thanks for looking into my question.

Btw, this is opposite to this question: How to fall back to marketplace when Android custom URL scheme not handled?

Community
  • 1
  • 1
Samuel Cai
  • 213
  • 2
  • 9
  • Why you don't process the link before user click it? Please see this: http://stackoverflow.com/questions/5116909/how-i-can-get-onclick-event-on-webview-in-android – T D Nguyen Nov 07 '14 at 03:56
  • @NguyenDoanTung Unfortunately, that link is a url link in email, not in a webview in Android. – Samuel Cai Nov 07 '14 at 05:19

0 Answers0