Answer the question
In order to leave comments, you need to log in
What pitfalls of web development for mobile devices do you know?
Hello Habr.
I'm starting to dive more and more into web development for mobile devices and have already come across some quirks like the 300ms delay before the click event and the lack of overflow: auto or scroll for android below 3.0.
I know that there are jquery mobile and sencha touch 2, in which the lion's share of these stones is bypassed, but the solutions on these frameworks did not seem very fast (judging by my attempts on android 2.3 and 4.0).
Perhaps someone has come across some pitfalls in web development for mobile devices, or knows which devices have these problems, or can advise how to get around them?
Answer the question
In order to leave comments, you need to log in
proxy servers of mobile operators misbehave. worse than regular providers - they rearrange the parameters in the get request, etc.
iOS doesn't know position:fixed; for background images, you need to catch the iOS browser and give it something else, for example, position:scroll;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question