data-icon=“箭头-l”使用 jquery mobile alpha 3 版本时无法在 iPhone 上工作
我正在使用 PhoneGap 和 Jquery 移动框架为 Iphone 设计一个应用程序。(alpha 3 版本) 我正在为后退按钮添加此代码 数据图标=“箭头-l” 在后退按钮中显示左侧箭头,它在模拟器中工作正常。 但是,在设备上运行相同的应用程序时,箭头不会显示。
令人惊讶的是代码, 数据图标=“加号” 我用于添加按钮的功能在模拟器和 iPhone 上都运行良好。
有什么解决办法吗??? 提前致谢
I am designing an app for Iphone using PhoneGap and Jquery mobile framework.(alpha 3 version)
I am adding this code for back button
data-icon="arrow-l"
to display an left sided arrow in the back button, its working fine in the simulator.
But while running the same application on the device the arrow is not getting displayed.
Surprisingly the code,
data-icon="plus"
which I am using for an add button is working fine both on simulator and the iphone.
Any solutions???
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Jquery 移动框架文件存在一些问题。我通过简单地更新 jQM 框架文件解决了这个问题。
There were some problems in the Jquery mobile framework files. I fixed this by simply updating the jQM framework files.