Hi Everyone,
I'd like to invoke an intent from Chrome (Android). I know this is possible because I can invoke zxing using the follow HTML snippet:
<a href="intent://scan/#Intent;scheme=zxing;package=com.google.zxing.client.android;end"> Take a QR code </a>
This works perfectly. After tapping the "Take a QR code" link in a web page the zxing app opens up. The problem is, I can't seem to get my Xamarin code set up correctly to get my own app to be invoked; everytime I tap the link for my own app it tries to open the Play Store and a "not found" message pops up because this app isn't in the Play Store.
Does anyone have a sample project they can share that is already set up and working? Perhaps I'm not getting the intent link set up correctly or maybe I don't have the right intent-filter in my app. I'd just like to start from something that is working and then try to figure out where I went wrong.
Thanks,
Jeff