So Chrome is here for iOS.. Hoorah!
However now due to the different screen layout (no footer toolbar) it messes with the ability to make a perfect layout for iphone web pages.
I have a site for my company that resided perfectly inside an iphone screen, no scrolling required, it looked like an app. However now that chrome is here (and wildly popular) with its different screen layout, sites that were sized for iphone safari now look odd.
Is there, or will there be, ways to isolate out chrome from safari and give them different CSS?
You can check against the user-agent as the mobile version of chrome contains the wording "CriOS". Depending on this, you then can load different/additional stylesheets.
See: https://developers.google.com/chrome/mobile/docs/user-agent
You can check it with JS with just two lines:
For PHP have a look at:
https://www.php.net/manual/en/function.get-browser.php