Hi,

We need to add an extension to the browser.

Sine there is not support for Netscape style plugin in the browser we
would like to use a custom URL scheme (myapp://) to communicate from
any web page with our app/service.

Is that possible with Android ?

We did some basic testing and

<a href="myapp://mysettings">GO</a> <br>

Launches my app

<a href="javascript:$.get('myapp://mysettings');">AJAX</a> <br>

But does nothing

Thanks,

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to