Bad jQueryMobile Back Button
uxformobile.com
Bad jQueryMobile Back Button
1–6 of 6 posts
Re: Bad jQueryMobile Back Button
#2http://jquerymobile.com/blog/2011/05/13/jquery-mobile-team-u...
Re: Bad jQueryMobile Back Button
#3The jQuery Mobile team is considering removing the Back button due to usability concerns. More info: http://jquerymobile.com/blog/2011/05/13/jquery-mobile-team-u...
Re: Bad jQueryMobile Back Button
#4It'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!).
Re: Bad jQueryMobile Back Button
#5there 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.
Re: Bad jQueryMobile Back Button
#6The 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?). It's a tough choice and a touch coding experience too (have you tried using the hi…