0

There is this website:

http://m.taobao.com/?sprefer=sypc00

When I click on the yellow button I get redirected to the following URL:

intent//m.taobao.com/?weburl=http#Intent;scheme=taobaowebview;package=com.taobao.taobao;end

I'm not sure what it's happening here, is that a valid URL to redirect to in Android?

This only happens in Mobile Chrome. If I use Mobile Firefox, or Mobile Opera then I get redirected to

m.taobao.com/channel/act/sale/tbdl1.html

My question is: Is it a valid redirect on android platform to some URL that starts with intent//? specifically:

intent//m.taobao.com/?weburl=http#Intent;scheme=taobaowebview;package=com.taobao.taobao;end

1 Answers1

0

This is valid redirect, it can open application on android phone.

Resources:

Intent

Make a link in the Android browser start up my app

Community
  • 1
  • 1
Krzysztof Bogdan
  • 916
  • 7
  • 16
  • OK I tested by installing the application. If the application is installed, then it opens. I do have a problem when the application is not installed. Is my application supposed to hand the intent to the Store Application on the device? Or should the store app know about it and register to handle it? –  Nov 18 '13 at 14:55
  • http://stackoverflow.com/questions/13518453/android-redirect-to-store-if-app-not-installed-launch-from-website – Krzysztof Bogdan Nov 21 '13 at 15:06