Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

IOS alignment problem 6 years 3 months ago #13337

  • patricpreite
  • patricpreite's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 35
  • Thank you received: 0
Helo

when i using mode 6 (Dual with cover(1st page single)) in ios it will show vertical allignment not show the nature of mode 6.

is there is any solution??

Thanks in advance

Please Log in or Create an account to join the conversation.

IOS alignment problem 6 years 3 months ago #13338

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

you can fix this issue editing setReaderViewMode method in RadaeePDFPlugin class:
Replace:
if (mode > 0 && mode < 5) {
        _viewMode = mode;
}
with
_viewMode = mode;

Anyway we'll include this fix in the next version

Please Log in or Create an account to join the conversation.

IOS alignment problem 6 years 3 months ago #13339

  • patricpreite
  • patricpreite's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 35
  • Thank you received: 0
Thanks for fast response

we will check and post the feedback

Please Log in or Create an account to join the conversation.

IOS alignment problem 6 years 3 months ago #13340

  • patricpreite
  • patricpreite's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 35
  • Thank you received: 0
helo
it works as mode 6

but there is no control over swiping the pages
When we scroll to view the next page, the scrolling is infinite and the scroll ends somewhere. Need to scroll to the next page in portrait or to next 2 pages in case of dual,landscape mode.
When we scroll to view the next page, the scrolling is infinite and the scroll ends somewhere. Need to scroll to the next page in portrait or to next 2 pages in case of dual,landscape mode.
is there is any solution??

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum