More Responsive Tapping on iOS
webkit.org
More Responsive Tapping on iOS
1–10 of 36 posts
Re: More Responsive Tapping on iOS
#2Re: More Responsive Tapping on iOS
#3Re: More Responsive Tapping on iOS
#4Re: More Responsive Tapping on iOS
#5This sounds awesome. When are these changes coming to iOS?
Re: More Responsive Tapping on iOS
#6Many designers think "there's no need to allow zooming", but this is often coming from people who are blessed with youth and/or great eye-sight. A lot of people (especially as we get older) need to be able to zoom in to read things, or we just want to zoom in on images to be able to see more detail (especially graphics that have text in them).
Fortunately, you don't need to set "user-scalable=no" in order to reap the benefits of the "no tap delay" (thank you to the webkit team for hearing people's feedback about this and changing course from their original plan which was to only disable tap delay when page wasn't scalable).
Re: More Responsive Tapping on iOS
#7Standard accessibility disclaimer to people developing websites: please do not set "user-scalable=no" in the viewport meta tag, as this prevents users from pinch-zooming the page. Many designers think "there's no need to allow zooming", but this is often coming from people who are blessed with youth and/or great eye-sight. A lot of people (especially as we get older) need to be able to zoom in to read things, or we j…
Re: More Responsive Tapping on iOS
#8Re: More Responsive Tapping on iOS
#9Standard accessibility disclaimer to people developing websites: please do not set "user-scalable=no" in the viewport meta tag, as this prevents users from pinch-zooming the page. Many designers think "there's no need to allow zooming", but this is often coming from people who are blessed with youth and/or great eye-sight. A lot of people (especially as we get older) need to be able to zoom in to read things, or we j…
At least on Android, Chrome has an accessibility setting which forces pinch zooming to be always available. (Not arguing your point though.)
Re: More Responsive Tapping on iOS
#10Why did it take eight years to implement this work around? This would have been useful in 2007 after SJ, himself, told us to make web apps in leu native apps for the then non-existent App Store.