Fullscreen android from homescreen

In case anyone else is interested, the instructions at this link didn’t work until I added the following to my service-worker.js file:

self.addEventListener('fetch', function(event) {

});

Also, I had trouble uploading the service-worker.js file until I closed all Bubble instances, logged out of Bubble and signed back in

All worth the effort though as I now have A2HS for my app.

4 Likes