Windows Phone 7 上的 jQuery mobile 不会呈现...包含 Fiddle
在这篇 jQuery 博文中...
我们很高兴地宣布 WP7 现已成为受支持的平台,并且拥有扎实的 A 级体验...
在 winmo7 上渲染的只是一个空白页面...而且我拥有的设备似乎与他们在照片上使用的设备完全相同。
这个 fiddle 是一个简单的两页布局,可以在除 winmo7 上的 IE 之外的所有浏览器上正常工作。
这是小提琴。 http://jsfiddle.net/QfVsq/
On this jQuery blogpost...
We’re thrilled to announce WP7 is now a supported platform and has a solid A- experience...
All that renders is a blank page on winmo7... And I have what seems to be the same exact device they use on the photo.
This fiddle is a simple two page layout that works fine on every browser except IE on winmo7.
Here is the fiddle. http://jsfiddle.net/QfVsq/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这在我的设备(三星 Focus)上运行良好。虽然加载需要一段时间。
我的建议是确保您将手机上的 IE 设置设置为“移动”,并且您可能需要确保没有使用太多手机内存(例如音乐播放器),因为如果这样做,需要花费一些时间加载时。
This works fine on my device (Samsung Focus). Although it takes a while to load.
My suggestion is to make sure you have your IE settings on your phone set to "Mobile" and you'll probably want to make sure your not using too much of the phone's memory(eg Music Player), because if you do it takes a while to load.
我可以从 http: 切换我的 jquery-mobile 库//code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js 到 http://jquerymobile.com/test/js/ 这毫无意义。
似乎认为可下载版本与他们在演示中使用的版本不同。
我运行了文件差异并确认它们是不同的。
I got it working switching my jquery-mobile library from http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js to http://jquerymobile.com/test/js/ which makes NO SENSE.
It seems as thought the downloadable version is different than the one they use on their demo.
I ran a file diff and confirmed that they are different.
我通过从输入提交元素中删除 data-role="button" 解决了我的实例...奇怪的是,将输入元素显式设置为按钮的行为应该与隐式这样做不同...
I solved my instance of this by removing data-role="button" from my input submit elements... Odd that making an input element explicitly a button should act differently than implicitly doing so...