Search code examples
csstwitter-bootstrapmobile-safariresponsive-images

Bootstrap Unresponsive In Safari - Host: Google Drive


Note: Google Drive no longer provides hosting. Thereby the information below (as well as any answer) is virtually irrelevant.

Bootstrap is not being applied on Safari Mobile.
I'm using Google Drive for hosting.

Website I'm working on: https://drpinson5.blogspot.com/

Screenshots:

Safari (not responsive):

Safari (not responsive)

Chrome (responsive):

Chrome (responsive)


Solution

  • I found out there is no privilege access for non google login user. So make your CSS and JS files as public

    You need to give the access to all these files, and also need to check with other browsers that are not logged in with google account.

    <link href='https://googledrive.com/host/0B3X3aqxEWs4QZGtzMS16YVJrdkE' rel='stylesheet' type='text/css'/>
    <link href='https://googledrive.com/host/0B3X3aqxEWs4Qa3JiSWt1Z1JNNlU' rel='stylesheet' type='text/css'/>
    <script src='https://googledrive.com/host/0B3X3aqxEWs4QTFJ0ejUxZ0t0dFU' type='text/javascript'></script>
    <script src='https://googledrive.com/host/0B3X3aqxEWs4QeVNqdjBYRkRMclU' type='text/javascript'></script>
    

    enter image description here