Makzan / I share what I learned

“Force enable zoom” in Opera 34 for Android

Link: “Force enable zoom” in Opera 34 for Android

Did you know that 61% of mobile sites don’t allow you to zoom? We’ve fixed that for you in Opera for Android 34, which we’ve released today.

I always teach my web design students to allow scaling in mobile web.

If you are making a web page, avoid user-scalable=no and avoid setting maximum-scale equals to minimum-scale.

Please avoid the following in web page:

The only exception is that you are building a mobile web app, which the code is only used in native app, WKWebView or Android WebView. Only at that moment, you may want to disable the page zooming to mimic app behavior.


Published on 2015-12-23. More articles like this:
- Clip & Quote
- Web Technologies

Previous <- The concept of working directory and Git add, commit and reset
Next -> Link: Accessible dialog tutorial