Hello,
Everything looks OK to me.
Try adding the following line to your code:
|
Quellcode
|
1
2
3
4
5
|
<action name="open">
set(plugin[%1].visible,true);
tween(plugin[%1].alpha,1);
delayedcall(1, trace(get(plugin[sopenimage].scale)); showlog());
</action>
|
It should print you the value of the scale attribute in your console. If scale is the same value in your desktop and in your mobile, I'd say the explanation is not in your XML code.
Did you add the following line to the HTML file where the virtual tour is embedded?
|
Quellcode
|
1
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
|
Cheers,
Parallax VT