Tagged “mobile”
-
TIL safe areas for mobile browsers css mobile mdn
The problem you quickly encounter is that the visible viewport is not per se the same as the interactive viewport. Mobile browsers tend to prioritize essential UI elements (like the home-bar on IOS) for interactivity at all times.
-
TIL you can make SMS links sms html mdn mobile
So you can make a 'mailto:' and a 'tel:' link. But did you know you can also do 'sms' messages too?
-
TIL Chrome can emulate mobile hardware browsers emulation mobile
Chrome can emulate device hardware in DevTools — choose Sensors from the More tools menu
-
TIL how to make mobile devices vibrate javascript mobile
The Navigator.vibrate() method pulses the vibration hardware on the device, if such hardware exists.
-
TIL Disable pull-to-refresh on mobile css mobile
By default, mobile browsers tend to provide a 'bounce' effect or even a page refresh when the top or bottom of a page (or other scroll area) is reached.
-
TIL about testing your android directly with Chrome Devtools testing mobile
Web developers have a nice Chrome DevTools to do work in. How about Mobile dev
See all tags.