Responsive Grid doesn't work on Mobile devices #1061
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
It does, just append "/show" to the jsfiddle URL |
Beta Was this translation helpful? Give feedback.
-
Please provide a jsfiddle with your content, because i believe your issue is related to the used content inside the columns. https://jsfiddle.net/btc2rue0/ |
Beta Was this translation helpful? Give feedback.
-
Ok - the "/show" bit I didn't know about, but very worth knowing :) Curiously, the exact markup that I'm using in reality - I literally copied it out of Chrome Developer Tools - works fine in jsfiddle but not in my app - both when running in Chrome Desktop using Mobile Mode. The Jsfiddle also doesn't work on my actual phone, so it does reproduce the issue somewhat. That markup is at https://jsfiddle.net/jrLkwmu2/2 (And https://jsfiddle.net/jrLkwmu2/2/show for mobile view) Cheers |
Beta Was this translation helpful? Give feedback.
-
Basic solution: Use Other than that your fiddle worked completely fine for me on my mobile phone. |
Beta Was this translation helpful? Give feedback.
-
Closing because reason of behavior was found and solution provided. |
Beta Was this translation helpful? Give feedback.
Basic solution: Use
five wide column
andeleven wide column
instead, because your menu content does not fit. See https://jsfiddle.net/58op7kc6/Other than that your fiddle worked completely fine for me on my mobile phone.
Your mobile browser is probably configured to force Desktop Mode. Only then, i can reproduce your issue.