Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Pinch zoom is not working on IOS devices?

  • 2 válasz
  • 5 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: Ryan Rajpoot

more options

Pinch zoom is a key feature of mobile browsing, which allow you to to zoom in to read content and out to locate content within a page. I am trying to enable this feature on my website. I've tried to enable zooming by setting meta viewport like this.

<meta name="viewport" content="width=device-width,initial-scale=1">

It's working on my android smartphone(Sony) but it's not zoomable on iPad and iPhone. My site https://www.pnrstatusbuzz.in/ is a php site, design in HTML5. Is this a designing issue or error in above mentioned code or browser issue.

Pinch zoom is a key feature of mobile browsing, which allow you to to zoom in to read content and out to locate content within a page. I am trying to enable this feature on my website. I've tried to enable zooming by setting meta viewport like this. <meta name="viewport" content="width=device-width,initial-scale=1"> It's working on my android smartphone(Sony) but it's not zoomable on iPad and iPhone. My site https://www.pnrstatusbuzz.in/ is a php site, design in HTML5. Is this a designing issue or error in above mentioned code or browser issue.

Kiválasztott megoldás

Seem to work for me when visiting your site. Here's a video:

Válasz olvasása eredeti szövegkörnyezetben 👍 1

Összes válasz (2)

more options

Kiválasztott megoldás

Seem to work for me when visiting your site. Here's a video:

more options

You are absolutely right. I don't have iPhone, so previously i have checked it on my friend device and it wasn't working; may be it's because of problem in his device or browser. After your reply i have checked it again on someone else iPhone, it was working perfectly. Thank you so much Sir.