基于 Jquery Mobile 的 Rhodes 应用程序上的捏合缩放激活
我正在尝试在 Jquery Mobile(Rhomobile 框架)上制作的应用程序中激活捏缩放,
我已经放置了“
<% if is_bb6 %>
<meta name="viewport" content="width=device-width; height=device-height; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<% else %>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=3.0;user-scalable=1;"/>
<% end %>
该怎么办?”有什么想法吗?
我使用 jquery mobile RC1
但我可以升级....
I am trying to activate Pinch-Zoom in my app made on Jquery Mobile (Rhomobile Framework)
I have put
<% if is_bb6 %>
<meta name="viewport" content="width=device-width; height=device-height; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<% else %>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=3.0;user-scalable=1;"/>
<% end %>
What to do? Any ideas?
I use jquery mobile RC1
But I can upgrade....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在其公共 PivotalTracker 网站上跟踪以下票证。看起来开发已经开始,应该很快就会上市。
https://www.pivotaltracker.com/story/show/16384375
You can track the following ticket on their public PivotalTracker site. It looks like development has commenced and should be available soon.
https://www.pivotaltracker.com/story/show/16384375