Hi Pascal, What issues are you experiencing/fixing by implementing the minimum-scale versus not allowing the user to zoom the view?
Regards, Jeff On Jan 22, 2014, at 1:17 AM, Rigaux Pascal <[email protected]> wrote: > Hi, > > I've just seen UP-3868 commit: > > - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> > + <meta name="viewport" content="width=device-width, initial-scale=1.0, > maximum-scale=1.0, user-scalable=no" /> > > This reminds me of an issue here with some apps not fully responsive. > That's why we're using a more flexible minimal-scale: > > <meta name="viewport" content="width=device-width, initial-scale=1.0, > maximum-scale=1.0, minimum-scale=0.4" /> > > Anyone else having issues with the same fixed scale for all apps included in > the portal? > > cu > -- > Pascal Rigaux > > > -- > Ce message a ete verifie par MailScanner > pour des virus ou des polluriels et rien de > suspect n'a ete trouve. > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
