Answer the question
In order to leave comments, you need to log in
How to open PWA from browser using js?
Hello, after installing PWA in chrome on a PC, it automatically opens the application by closing the tab in the browser. How to achieve this on mobile devices?
function leave() {
var myWindow = window.open("", "_self");
myWindow.document.write("");
setTimeout (function() {myWindow.close();},1000);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question