Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 871 by versae: Desktop API of Gears API does not work on Android browser for 1.5
http://code.google.com/p/gears/issues/detail?id=871 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. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
