twbs / ratchet

Build mobile apps with simple HTML, CSS, and JavaScript components.

Home Page:http://goratchet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bar tab requires pinch zoom to see icons properly

chip opened this issue · comments

I have a view which has 3 icons at the bottom using <div class="bar bar-tab"> in the surrounding div and then each link within the div uses class="tab-item", but it doesn't always show properly (notice Action icon on far right):
slack for ios upload png

I can pinch zoom to make it look like this:
slack for ios upload-1 png

Are there any suggestions for getting the proper behavior without pinching?

I notice this behavior occurs after clicking on a select menu.

As a workaround, I prevented my viewport from scaling:

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