We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0691371 + f91f332 commit 603f2caCopy full SHA for 603f2ca
a2hs/index.js
@@ -23,7 +23,6 @@ if ('serviceWorker' in navigator) {
23
24
let deferredPrompt;
25
const addBtn = document.querySelector('.add-button');
26
-addBtn.style.display = 'none';
27
28
window.addEventListener('beforeinstallprompt', (e) => {
29
// Prevent Chrome 67 and earlier from automatically showing the prompt
a2hs/style.css
@@ -17,6 +17,7 @@ img {
17
position: absolute;
18
top: 1px;
19
left: 1px;
20
+ display: none;
21
}
22
@media (orientation: landscape) {
0 commit comments