最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

javascript - What triggers android chrome to show the "make page mobile-friendly" panel? - Stack Overflow

matteradmin5PV0评论

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.

Post a comment

comment list (0)

  1. No comments so far