Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

IOS alignment problem

More
IP: 192.168.0.71 8 years 8 months ago #13337 by patricpreite
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
More
IP: 192.168.0.71 8 years 8 months ago #13338 by emanuele
Replied by emanuele on topic IOS alignment problem
Hi,

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

Anyway we'll include this fix in the next version
More
IP: 192.168.0.71 8 years 8 months ago #13339 by patricpreite
Replied by patricpreite on topic IOS alignment problem
Thanks for fast response

we will check and post the feedback
More
IP: 192.168.0.71 8 years 8 months ago #13340 by patricpreite
Replied by patricpreite on topic IOS alignment problem
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??
Time to create page: 0.614 seconds
Powered by Kunena Forum