nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

Twitter #1

Closed vespino closed 9 years ago

vespino commented 9 years ago

uri:'facebook://' works fine on iOS and Android uri:'twitter://' works fine on iOS packageName:'com.twitter.android' works fine on Android.

Can anybody tell me why uri:'twitter://' doesn't work on Android? When opening mobile.twitter.com an icon is shown pointing to twitter:// so you would expect it to work, right?

nchutchind commented 9 years ago

According to this page (which is a year old, but still...), the Twitter Staff member says that you should link to tweets using the http path on Android and it should still open in the client, if it is installed.