bigSlide.js
bigSlide.js copied to clipboard
Issue for iphone6 and iphone 6 plus
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.