I’m trying to make two columns in a pane (with side menus additional) The first column is fixed width(contains some nav icons), the second column should take up the remaining space.
I’ve done this by adding the style “flex:0 0 70px;” to the first column, and it works perfectly on my desktop browsers.
On ipad browsers (both safari and chrome[27.0.1453.10]) I get two 50% columns instead.
A very simple .html file shows that the respected property in both ipad browsers should be: style=“display: -webkit-flex;”