Hi folks,
I'm developing an app that usese Gears. I've been testing it on
various devices, such as WM5 and WM6and web browsers like IE, FF and
Chrome. It works fine on all of them but testes it on a HTC Magic and
seems that doesn`t recognize Gears JS code.
Gears comes installed on this Android device. When I look for the list
of available use for Gears doesn´t appear my web app, but when I
launch it doesnt ask me to allow using Gears.
In my code I use this (from Gears best practices) but permission promt
does´t appear:
if (!google.gears.factory.hasPermission) {
var siteName = 'My Site';
var icon = 'images/myIcon.png';
var msg = 'This site would like to use Google Gears to
enable fast, '
+ 'as-you-type searching of its documents.';
var allowed = google.gears.factory.getPermission(siteName,
icon, msg);
}
Seems that web navigator doesn´t load properly js files, can´t see the
alerts of the code...
Does anybody have any hint?