add-to-homescreen
add-to-homescreen copied to clipboard
Overlay message displays when launched from homescreen on Lollipop
FYI - I just installed Lollipop on my Nexus 5 and tested the following URL:
http://moblalbum.com/sample
I tapped "Add to homescreen" in the Chrome menu and then launched from homescreen. The ATH overlay message displayed when launched from homescreen.
I am having the same issue. Any update or fix you find for this?
Checking up!
Galaxy S4 + Lollipop 5.0.1 works fine Nexus 5 + Lolipop 5.1 overlay message appears from homescreen also
I modified ath.isStandalone as this to check Android isStandalone:
ath.isStandalone = ('standalone' in window.navigator && window.navigator.standalone) || (screen.height-document.documentElement.clientHeight<40) ;