Hello, I've built an app that can be launched with a private URL schema via an intent. e.g.:
myapp://com.mycompany.myapp We've built a test/demo web page which contains javascript to launch the app, e.g.: window.location.href = "myapp://com.mycompany.myapp"; which works fine, my app launches as expected. For testing purposes, I'd like to just key this URL into the Browser address field, click Go, and I expect our app to launch. Instead, a Google search is getting performed. This is different behavior than I'm used to on iPhone, where I can launch my app via Safari. Is this behavior by design, or indicative of some problem with my app? Are there any workarounds? Thanks in advance, Chris @ Vertifi -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

