All browser actually ...
Same with this link, so it's not my xml:
http://krpano.com/plugins/gyro2/gyro1-gyro2-comparison/
I don't say disable it in krpano core, just in my xml.
Actually, I would make it enable only for iOS, android with its granularity is too cumbersome to trust.
This is with 1.19pr2
How could I say enable="false" for android ? Having two with device="html5.and.android" and other with device="html5.and.not.android" ?
<plugin name="gyro" devices="html5" keep="true"
url="%SWFPATH%/plugins/gyro2.js"
enabled="true"
onavailable="set(layer[gyroicon].visible,true);"
/>
If you have any url to test let me know.
EDIT:
<action name="check_gyro">
if(device.android,
set(plugin[gyro].enabled,false);
);
</action>
added the action in start and voilà !