views:

14

answers:

0

Hi,

I (as a complete JS newbie) am trying to port a Greasemonkey script to Android. The only problem so far seems to be the call to GM_xmlhttpRequest or XMLHttpRequest (the script tries to use one of them according to the browser it detects).

Is there any known alternative API on the android browser?

Thank you in advance!