JQTouch观看视频后返回同一位置
我玩JQTouch有一段时间了,尽管缺乏 我已经设法为我的网站找到一些有用的文档
但我在 iPhone 上观看视频后遇到问题,该应用程序 返回到前屏幕并丢失用户导航到的位置。 无论如何,是否可以将用户之前的位置存储在“应用程序”中,以便 我可以把他们送回那个地方。 我已经搜索了好几天了,买了窥视码视频,但仍然有 没什么想法。 有可能吗?
谢谢尼克
I've been playing with JQTouch for a while, not withstanding the lack
of documentation I've managed to get something working for my site
but I have a problem, after watching a video on an iPhone, the app
returns to the front screen and loses where the user was navigated to.
Is there anyway of storing the users previous position in the "app" so
I can return them to that place.
I've been googling for days, bought the peepcode video, and still have
little idea.
Is it even possible?
thanks
Nick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有根据的猜测是 .data 方法正是您所需要的 - 请参阅 http://api.jquery.com/data /
My educated guess is that the .data method is what you need - see http://api.jquery.com/data/