James Lindsey
James Lindsey

Reputation: 11

bootstrap 4 not fully responsive with iphone 6

view

When using my dev tools it shows perfectly for mobile but on my actual mobile my apps do not show correctly. Is this a bug with the iphone 6?

My meta tags

https://github.com/jwlindsey/jwlindsey.github.io

if you want to look at the index file or css. I am pretty sure I have it correct though.

Upvotes: 0

Views: 1026

Answers (1)

geo_lime8
geo_lime8

Reputation: 19

Same problem encountered. I read their documentation https://getbootstrap.com Browser support • Dropped IE8, IE9, and iOS 6 support. v4 is now only IE10+ and iOS 7+. For sites needing either of those, use v3. • Added official support for Android v5.0 Lollipop’s Browser and WebView. Earlier versions of the Android Browser and WebView remain only unofficially supported.

Upvotes: 0

Related Questions