Exactly like it sounds..
Is there some magical and easy way to say:
if (user agent is iOS) { if (browserRatio >=1.5) { $contai
For web app version try this.
if ( ("standalone" in window.navigator) && !window.navigator.standalone ){ // .... code here .... }