TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bad jQueryMobile Back Button

6 点作者 dottertrotter大约 14 年前

3 条评论

chwolfe大约 14 年前
The jQuery Mobile team is considering removing the Back button due to usability concerns. More info:<p><a href="http://jquerymobile.com/blog/2011/05/13/jquery-mobile-team-update-week-of-may-9th/" rel="nofollow">http://jquerymobile.com/blog/2011/05/13/jquery-mobile-team-u...</a>
评论 #2568077 未加载
mrspeaker大约 14 年前
The problem is making the distinction between "mobile site" and "mobile app". A back button for a "mobile site" should (arguably) act like the back button of the browser - especially for devices that actually HAVE a physical back button. But "mobile apps" should act like native apps (arguably) providing breadcrumbing (is that a verb?).<p>It's a tough choice and a touch coding experience too (have you tried using the history api to cover the case where the user presses the FORWARD button?! ergh!).
评论 #2568220 未加载
daleharvey大约 14 年前
is this really common on ios apps? the back button actually just goes "left"<p>there are problems with the back button, and there are some things you dont want to have a literal stack of pages (modal dialogs commonly), but the fact that it doesnt by default do a completely different thing from why anyone who has used a web browser expects isnt exactly a bad thing.