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. This issue has been reported on Android developers forum too. Regards.
