admin管理员组

文章数量:1435823

When I load / in android chrome, a panel appears at the bottom of the site asking if I would like to make the page mobile-friendly.

Clicking on that option changes very little on the page since it is already very mobile-friendly.

What triggers this question and how can I address the issues it thinks it detects?

When I load http://www.thinkloop./article/state-driven-routing-react-redux-selectors/ in android chrome, a panel appears at the bottom of the site asking if I would like to make the page mobile-friendly.

Clicking on that option changes very little on the page since it is already very mobile-friendly.

What triggers this question and how can I address the issues it thinks it detects?

Share Improve this question edited Nov 8, 2016 at 23:35 Baz asked Nov 8, 2016 at 21:44 BazBaz 2,2972 gold badges23 silver badges27 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 7

It's because the viewport isn't defined in the sites meta tags. The browser doesn't know that the site has a responsive design and will attempt to set one if the prompt is clicked even if one is already defined.

本文标签: javascriptWhat triggers android chrome to show the quotmake page mobilefriendlyquot panelStack Overflow