-
Notifications
You must be signed in to change notification settings - Fork 44
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
Allow installation as progressive web application #564
Comments
@amyjko can I be added to this issue? Thank you! |
@amyjko I would like to work on this issue can I please be assigned |
@amyjko I'd like to work on this issue, could I be assigned to it? Thank you! |
@amyjko Can I be added to the issue? |
Are all four of you willing to work together? If you're not sure, create a channel in Discord for this issue (per the onboarding guide) and discuss there, and post a decision here. |
Dark mode splash screens + MetaData |
splash_screens.zip |
The status bar on the IOS app currently does not have a transparent background. To fix this, In metadata, add:
|
The IOS app still has text selection, highlighting, and callouts enabled. To disable these: To disable selection, set the
To disable highlighting, set the
To disable callouts, set the
|
Hi guys, As per the discussion from the last meet-up, PFA the preliminary analysis for converting wordplay to a PWA. It mainly covers the different challenges that we may face and environment specific challeneges (MacOS/iOS/Android/Accesible readers) https://docs.google.com/document/d/1PsQFthGQQ2h-puTtJMyQCpTmU_tTgQcisaahSKXQL0w/edit?usp=sharing Feel free to suggest edits and have it aligned with the issue requirements |
(Process: reminder: avoid external links in GitHub jobs; Google Docs and other external sources have a way of disappearing or changing permissions, which means the project loses the knowledge. Always contribute as comments unless they don't support your needs). |
Noted. Below is the Preliminary analysis: Preliminary Analysis and Design Proposal for Converting Wordplay.dev to a PWAIntroduction Benefits of Converting to a PWA Technical RequirementsOn a basic level, and as per my understanding of PWA and Wordplay, to successfully convert wordplay.devinto a PWA, the following technical components must be implemented:
Environment Integrations iOS Integration MacOS Integration Accessibility and Digital Inclusion
Implementation Plan [With weekly estimates]On a high level, this can be the implementation plan for converting wordplay.dev to a PWA:
Ideally with these generous estimates, based on my current understanding of wordplay and the time contributors commit to this, the transition can take anywhere from 20 to 27 weeks. Conclusion References Notes: @anushkamalpani @vedashnii @jsorror . Please check if these align with the work currently being done and let me know any changes that may be appropriate. |
What are you trying to do that you can't?
The application is fundamentally a web app currently. This is in tension with many teacher use cases, which involve installing an application, using it offline, and storing projects locally on a device instead of in the cloud, and allowing it to appear as a native application on a device rather than requiring navigation to a website.
What is your idea?
Support Wordplay as a "Progressive Web App". There are a variety of tradeoffs to this model, but it is increasingly well supported. There's much to decide about Android, iOS, and macOS integration, so the design needed here is to evaluate all of the possible tweaks that we would make to support this use case and develop a design proposal that provides a concrete list of modifications and additions to make this possible. There's a good overview here of the iOS PWA limitations. Other tradeoff analyses likely exist.
The text was updated successfully, but these errors were encountered: