iPad 版 Dashcode 上 Safari 桌面模板的触摸事件
是否有办法在 safari 桌面模板上启用触摸事件处理程序?我想使用 Safari 布局来制作 iPad 应用程序,因为移动 Safari 屏幕不会比 iPhone 宽度更大,但如果我使用 Safari 桌面模板来开发 iPad 应用程序,我将无法启用触摸事件。有人有好的解决方法或解决方案吗?任何事情都会有所帮助。谢谢!
Is there anyway to enable touch event handlers on the safari desktop templates? I want to use the Safari layout to make iPad apps since the mobile safari screen won't get any bigger than the iPhone width, but if I use the Safari desktop template to develop iPad apps I can't enable touch events. Does anyone have a good workaround or solution? Anything would help. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经使用这个示例在iPhone Web 应用程序可在 stacklayout 视图中移动。它可能在 safari 模板下工作以启用触摸事件。
I have used this example to implement swipe events on an iphone web app to move through stacklayout views. It might work under the safari template to enable the touch events.