add-to-homescreen icon indicating copy to clipboard operation
add-to-homescreen copied to clipboard

Overlay message displays when launched from homescreen on Lollipop

Open jonathanstark opened this issue 10 years ago • 4 comments

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.

jonathanstark avatar Nov 19 '14 09:11 jonathanstark

I am having the same issue. Any update or fix you find for this?

aaronhb avatar Feb 19 '15 16:02 aaronhb

Checking up!

inspire22 avatar May 06 '15 00:05 inspire22

Galaxy S4 + Lollipop 5.0.1 works fine Nexus 5 + Lolipop 5.1 overlay message appears from homescreen also

Tomixter avatar May 21 '15 14:05 Tomixter

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) ;

cmelian avatar Jun 20 '15 11:06 cmelian