So, I have a responsive web site, I've made available to install for Firefox OS. I use viewport meta tag in order to scale the design properly for different device resolutions:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> What troubles me, is that when I install it as an app, the <meta name="viewport" /> does no longer work. Every element on installed app looks quite small. How can I make that work, so that it looks exactly like in Mozilla Firefox browser? _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
