-
Notifications
You must be signed in to change notification settings - Fork 596
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
Screen Reader #1
Conversation
Just wanted to make a note: this plugin is susceptible to memory leaks when used in embedded. I think we need to add a call to |
Something to be cognizant of when migrating these plugins. I added a Plugin Transfer Checklist to ionic-team/capacitor#3227. |
ac6c12a
to
aa3804f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few comments/suggestions.
Also, should we start with 0.0.1 version or with 1.0.0?
Co-authored-by: jcesarmobile <[email protected]>
Co-authored-by: jcesarmobile <[email protected]>
Co-authored-by: jcesarmobile <[email protected]>
I think we should start with 0.0.1 while Capacitor 3 is in alpha. We can switch them all to 1.0.0 when Capacitor 3 is released. |
screen-reader/android/src/main/java/com/capacitorjs/plugins/screenreader/ScreenReader.java
Outdated
Show resolved
Hide resolved
...en-reader/android/src/main/java/com/capacitorjs/plugins/screenreader/ScreenReaderPlugin.java
Outdated
Show resolved
Hide resolved
Add Progress Bar to Splash Screen
TODO
see ionic-team/capacitor#3364 and ionic-team/capacitor-testapp#2