Stinolez / Tabletop-Helper

Companion web application for tabletop games
GNU General Public License v3.0
2 stars 1 forks source link

[BUG] Zoom-in on select list #1

Closed Stinolez closed 5 years ago

Stinolez commented 5 years ago

Describe the bug Selecting the dropdown menu - select list - zooms-in on the page. It doesn't zoom out after losing focus.

To Reproduce Steps to reproduce the behavior:

  1. Go to the Rising Sun board game
  2. Select the number of player field and see zoom-in
  3. Leave the field

Expected behavior No zooming in the application.

Smartphone

Stinolez commented 5 years ago

Adding new attributes into "viewport" meta tag on all pages should prevent this behaviour.

Possibly change: <meta name="viewport" content="width=device-width, initial-scale=1.0">

Into: <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

Stinolez commented 5 years ago

The issue was fixed in latest release.