Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ V1 ] Progressive Web App #29

Closed
Soare-Robert-Daniel opened this issue Mar 9, 2021 · 7 comments
Closed

[ V1 ] Progressive Web App #29

Soare-Robert-Daniel opened this issue Mar 9, 2021 · 7 comments
Assignees
Labels
enhancement Request to improve or optimize an existing feature or functionality in the project

Comments

@Soare-Robert-Daniel
Copy link
Collaborator

Test the possibility to add PWA support.

@Soare-Robert-Daniel Soare-Robert-Daniel added the enhancement Request to improve or optimize an existing feature or functionality in the project label Mar 9, 2021
@Soare-Robert-Daniel Soare-Robert-Daniel self-assigned this Mar 9, 2021
@selul
Copy link
Contributor

selul commented Mar 9, 2021

in case that you find this useful, there is already a good PWA plugin for WP https://wordpress.org/plugins/pwa/ made by Google. You might just need to enable support on those pages only.

@Soare-Robert-Daniel
Copy link
Collaborator Author

Not the case. After some digging, I concluded that PWA works better when the app is standalone ( including the HTML file ).

@ineagu
Copy link

ineagu commented Apr 12, 2021

@Soare-Robert-Daniel do you think that there is a chance to have this as an Android app and submit it into their store using pwa? Never done that but might be a good experiment, seems like this sort of apps are extremely popular as phone app

@Soare-Robert-Daniel
Copy link
Collaborator Author

at this moment, Logo Maker is dependent on the server to get the fonts, the thing with PWA might fail in the browser (caching the fonts needs to be done right).

For the mobile, if you want an app with web tech is recommended to rewrite it on React Native for a native experience - you can ship it on iOS and Android.

Also, not even in the browser is perfect for Apple products

@ineagu
Copy link

ineagu commented Apr 12, 2021 via email

@Soare-Robert-Daniel
Copy link
Collaborator Author

According to this article. I think we can do a mini-test. I will need to investigate more the mechanism on PWA to see if the app fits.

@Soare-Robert-Daniel
Copy link
Collaborator Author

I did some testing, and transforming LogoMaker into a PWA does not work too well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request to improve or optimize an existing feature or functionality in the project
Projects
None yet
Development

No branches or pull requests

3 participants