搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Pinch zoom is not working on IOS devices?

  • 2 回覆
  • 5 有這個問題
  • 49 次檢視
  • 最近回覆由 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.

被選擇的解決方法

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

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

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.