Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(BUG) zoom-in Safari #180

Closed
rmassimi opened this issue Feb 14, 2022 · 1 comment
Closed

(BUG) zoom-in Safari #180

rmassimi opened this issue Feb 14, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@rmassimi
Copy link

Hello,
with iPhone using Safari, when I tap on country select or tap on input Phone Number, page now stays zoomed-in.

Steps to reproduce

  1. Go to demo https://louismazel.github.io/vue-phone-number-input/
  2. select a country or insert a phone number'
  3. See page zoomed

Device

  • Device (Iphone-8 and plus)
  • OS: iOS
  • Browser: Safari
  • Package version: 15.3

Thank you,

Roberto

@rmassimi rmassimi added the bug Something isn't working label Feb 14, 2022
@LouisMazel
Copy link
Owner

@rmassimi,

This is a bug in the viewport metadata of the HTML page, not the plugin itself.

To fix it, you can add something like this :

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

BE careful, this library is deprecated. You should use the maz-ui for Vue.JS 2 et maz-ui-3 fro Vue.JS 3 (beta version)

If you have any question, don't hesitate to ask me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants