Questions tagged [progressive-web-app]
The progressive-web-app tag has no summary.
3 questions
5
votes
0
answers
122
views
Working around Flutter's Lack of SEO Support
I wanted to familiarize myself with Flutter, and began working on a webapp in Flutter Web and have completed a fair amount of work in the language at this point. It wasn't until very recently that I ...
2
votes
0
answers
1k
views
Chrome Mobile: window.open starts up a Chrome PWA instead of opening a new browser tab
I have a PWA which, most of the time, I tend to use in-browser.
In Firefox Mobile, I can click on a <button> to execute window.open which then opens a new tab in the browser, displaying custom ...
1
vote
0
answers
23
views
Can any website use "add to home screen" features?
I'm trying to figure out a way to enable an add to home screen (A2HS) prompt from a normal website. Most of the tutorials and solutions I've found are meant for progressive web apps (PWAs).
Are ...