i developed first android instant app available on google play.
want invoke app web page in chrome, doesn't work.
taking wish (www.wish.com) example, tried following links on chrome android.
1: <a href="https://www.wish.com/">link1</a>
2: <a href="intent://www.wish.com/#intent;action=com.google.android.instantapps.start;scheme=https;package=com.google.android.instantapps.supervisor;s.browser_fallback_url=https%3a%2f%2fwww.wish.com%2f;s.android.intent.extra.referrer_name=https%3a%2f%2fwww.google.co.jp;launchflags=0x8080000;end">link2</a>
but neither link above work (clicking them navigates web page of wish, no instant app shows up), although second 1 seems google using in search result page.
i confirmed app can launched via am
command like:
am start -a com.google.android.instantapps.start -c android.intent.category.browsable -d https://www.wish.com/
does know how launch instant apps web page?
android 7.0 on galaxy s8
chrome android 60.0.3112.116
Comments
Post a Comment