I have a problem displaying a table inside an iframe on an iPhone safari. Here is an example: http://jsfiddle.net/qb86ojms/
If you run it on a desktop browser (with a smaller size) or chrome android, it works well. The table will not exceed its container. However, on the iphone, it does not work properly.
PS The way to create this responsive table is just an example that I found on google. I only use this because itβs easier for me to show the problem I am facing. I really use a loading table. In fact, none of the methods work on the iPhone. Therefore, I think it does not matter how responsive. The problem should be related to how to make the table width up to 100% match the width of the container.
Something I tried but does not work:
one.
table{ table-layout: fixed; }
add overflow: hidden in the table.
change the width of the table to 100% after completing the loading of the iframe.
css ios twitter-bootstrap-3 iframe css-tables
Joey
source share