-
Notifications
You must be signed in to change notification settings - Fork 205
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
fix slider displays uncorrectly, rearrange seekbar props #535
Conversation
Also need percen of device height as float. Format readerscreen.js easilier to read (at least for me :>)
This fix will reduce number of rerendering of ReaderScreen from 12 to 9. |
removal duplicate var
Need to implement save position. And sync TextView and WebView
Still issue when turn back from web to text. It cant scroll back.
Havent tested in special cases. But I think the seekbar can work quite well from this xD |
Tested the build on emulator, the scroll position is being reset to top in |
I was quite confused about this thing. Maybe I should add (content size > 0) condition to doSaveProgress() |
slider inside Seekbar component