• gnosis_wp

    (@gnosis_wordpress)


    When using Chrome on iPAd (no other broswer or platform combo), my site:

    https://library.gc.cuny.edu

    scrolls all the way to the bottom.

    iOS is completely up to date and so is the Chrome App, so I guess it might be the iPad which does not make sense because it the site was behaving properly previous to the latest Chrome update. There is no way to install an earlier version of Chrome.
    >
    > Chrome version 39.0.2171.50
    > iOS 8.1.1
    > iPAD model mc706ll/a

    The theme developers (themify) says they cannot reproduce, but I am on every iPAD that I have tested it from.

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi ??

    It looks the issue with the Chrome on your iPad. Try reinstalling the Chrome and check again, else use any other browser.

    Thread Starter gnosis_wp

    (@gnosis_wordpress)

    Have a few times. I wish there was a way to install earlier versions of apps. We cannot control which browsers users use.

    Thread Starter gnosis_wp

    (@gnosis_wordpress)

    Finally figured out the Chrome on iPAD issue.

    I have the following code in the header:
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge” /> So the site renders completely in all versions of IE.

    If I remove it, the site renders correctly in Chrome on the iPAD, but poorly in some versions of IE. Please see incorrect rendering in IE:
    https://library.gc.cuny.edu/aleph/IE.jpg

    Correct rendering:
    https://library.gc.cuny.edu/aleph/correct_rendering.jpg
    (includes code)

    Do you know how I can insure correct rendering in both IE and Chrome in iPAD?

    Thread Starter gnosis_wp

    (@gnosis_wordpress)

    Actually, it seems resolved if I place the following in the root .htaccess file:

    <IfModule headers_module>
    BrowserMatch MSIE ie
    Header set X-UA-Compatible “IE=Edge,chrome=1”
    </IfModule>

    Will continue to test

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Chrome on iPAD’ is closed to new replies.