我目前正在开发qooxdoo桌面应用程序,并希望能够在移动浏览器中使用它。应用程序打开没有问题,是 显示正确,但我不能使用捏手势来缩放 屏幕。请帮帮我!
在我的index.html中,已有此标记:
<Target Name="CheckNasmIsCallable">
<!-- Redirect standard output to avoid clutter, IgnoreExitCode
as this is just a check so should not lead to actual errors. -->
<Exec Command="nasm.exe -h > NUL" IgnoreExitCode="True">
<Output TaskParameter="ExitCode" PropertyName="NasmExitCode" />
</Exec>
</Target>
<Target Name="WantsToRunNasm" DependsOnTargets="CheckNasmIsCallable">
<Message Text="Nasm found" Condition="'$(NasmExitCode)' == '0'" />
<Message Text="Nasm not found" Condition="'$(NasmExitCode)' != '0'" />
</Target>
答案 0 :(得分:1)
qx.event.type.Pinch
会因为你只是聆听pinch
事件并且做一些合适的事情而在小部件上被触发......
依靠更精细的点“viewport”meta可能不是非常便携......