FolioReader-Android icon indicating copy to clipboard operation
FolioReader-Android copied to clipboard

Support RTL

Open MrNouri opened this issue 5 years ago • 5 comments

Hi and thanks for this library. But why not support RTL for swipe pages? How can i it?

MrNouri avatar Dec 24 '19 14:12 MrNouri

its a LOT of effort, but can be done...

On Tue, Dec 24, 2019 at 4:16 PM Mohammad Nouri [email protected] wrote:

Hi and thanks for this library. But why not support RTL for swipe pages? How can i it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FolioReader/FolioReader-Android/issues/418?email_source=notifications&email_token=AAHXLR3KOS4WQYOCKBCVRHDQ2IKUPA5CNFSM4J66W5X2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICQNYYA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHXLRYKO7WXFUGJHBDIY7LQ2IKUPANCNFSM4J66W5XQ .

looknear avatar Dec 29 '19 20:12 looknear

@looknear how can i it? can you help?

MrNouri avatar Dec 30 '19 07:12 MrNouri

I made a simple tweak to support the Arabic language It is the addition of "direction: rtl" to style.css and also changes the rotation of folio view pager then changes the rotation of fragment. This works perfectly in chapters that have only two pages, but when the chapter has three pages, the page in the browser is overridden middle page + a permanent error occurs in the application.

abdoelmorap avatar Apr 17 '20 23:04 abdoelmorap

@abdoelmorap can you fix this issue and share your changes?

MrNouri avatar Apr 26 '20 06:04 MrNouri

@abdoelmorap can you fix this issue and share your changes?

can you help me because I'm so busy and we stop working on this project how you can help me ?? I need a way to scroll webview by device-width how we can do that our page position before any scrollX = horizantolpages*devicewidth when scroll to right should position =scrollX -device-width when scroll to left should position= scrollX +devicewidth create a class at Folio webview scroll like this and we will use it to scroll to the right direction and same with left good luck

abdoelmorap avatar May 12 '20 21:05 abdoelmorap