ascott1/bigSlide.js

Issue for iphone6 and iphone 6 plus

hoehoewong opened this issue · 2 comments

Hi, my website is m.uplabel.com.my
There is a bug if using iphone6 and iphone6 plus to view, whole website will zoom out after click on the side menu bar,
Is there a way to fix?
Thanks in advance

try adding this to your meta tag shrink-to-fit=no.

meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0,user-scalable=no,shrink-to-fit=no"

Thanks @jahrichie! That will definitely work for now. I'll see if I can come up with a solution that doesn't require disabling scaling for a future release.