- Posts: 10
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Here you should submit your bug reports with logcat.
onOpenUrl not called and displaying two pages
- ysh19841211
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.70
13 years 5 months ago #525
by ysh19841211
onOpenUrl not called and displaying two pages was created by ysh19841211
In the attached file, there's a hyper link embedded in each video image in the pdf. However when I clicked the video image the onOpenUrl is not called. Can you help me fix this?
The second problem is we are trying to display two pages at a time on the screen when the phone is in landscape mode. I find PDFViewSingleEx displaying two pages at a time but it only moves one page instead of two pages when swiping the PDFReader. Can you support this behavior?
Continuing the second question, in the two-page mode we also need to support different flipping direction. Some books are left-flipped and some books are right-flipped and this does matter in two-page mode because some magazines use two pages to display one image.
Thank you for your help.
The second problem is we are trying to display two pages at a time on the screen when the phone is in landscape mode. I find PDFViewSingleEx displaying two pages at a time but it only moves one page instead of two pages when swiping the PDFReader. Can you support this behavior?
Continuing the second question, in the two-page mode we also need to support different flipping direction. Some books are left-flipped and some books are right-flipped and this does matter in two-page mode because some magazines use two pages to display one image.
Thank you for your help.
- ysh19841211
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
IP: 192.168.0.70
13 years 5 months ago #526
by ysh19841211
Replied by ysh19841211 on topic onOpenUrl not called and displaying two pages
The file is too big so I'm putting a link to the pdf file.
d3xwm9x3ez74b.cloudfront.net/magfiles/4fcf16148448e.pdf
d3xwm9x3ez74b.cloudfront.net/magfiles/4fcf16148448e.pdf
IP: 192.168.0.70
13 years 5 months ago #528
by radaee
Replied by radaee on topic onOpenUrl not called and displaying two pages
click annotation will not return callback "onOpenUrl "
click annotation will return callback "onAnnotDragStart", and do like this:
after annotPerform invoked, you may recieve callabck "onOpenUrl "
click annotation will return callback "onAnnotDragStart", and do like this:
Code:
public void onAnnotDragStart(boolean has_goto, boolean has_popup)
{
m_viewer.annotPerform();
}
after annotPerform invoked, you may recieve callabck "onOpenUrl "
Time to create page: 0.438 seconds