- Posts: 35
- Thank you received: 0
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
- patricpreite
- Topic Author
- Offline
- Junior Member
-
Less
More
IP: 192.168.0.71
8 years 8 months ago #13337
by patricpreite
IOS alignment problem was created 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
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
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:
with
Anyway we'll include this fix in the next version
you can fix this issue editing setReaderViewMode method in RadaeePDFPlugin class:
Replace:
Code:
if (mode > 0 && mode < 5) {
_viewMode = mode;
}
Code:
_viewMode = mode;
Anyway we'll include this fix in the next version
- patricpreite
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
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
we will check and post the feedback
- patricpreite
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
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??
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