How can I override the following, so my application scales correctly on Iphone 5?
Can I simply add the following statement to override, or do I have to pass this as some sort of parameter somewhere?
Regards,
Nicklas
<meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">Can I simply add the following statement to override, or do I have to pass this as some sort of parameter somewhere?
<meta name="viewport" content="initial-scale=1.0"><meta name="viewport" content="width=320.1"/>Regards,
Nicklas