Since Android 1.5 (API Level 3), if I use the Desktop API of Gears API
in the Android browser, the Javascript flow breaks.
<script type="text/javascript" src="http://code.google.com/intl/es/
apis/gears/gears_init.js"></script>
<script type="text/javascript">
alert("This alert works fine");
var desktop = google.gears.factory.create('beta.desktop');
alert("This alert is never shown");
</script>
No problems with any other API such as Geolocation API or Database
API.
Really I don't know if this issue belongs to Android or Google Gears,
but in previously versions of Android Desktop API worked fine.
Regards.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---