用捏缩放qooxdoo桌面的屏幕

时间:2016-11-15 12:40:45

标签: mobile zoom desktop qooxdoo

我目前正在开发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>

1 个答案:

答案 0 :(得分:1)

qx.event.type.Pinch会因为你只是聆听pinch事件并且做一些合适的事情而在小部件上被触发......

依靠更精细的点“viewport”meta可能不是非常便携......