Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Here you should submit your bug reports with logcat.
  • Page:
  • 1

TOPIC:

onOpenUrl not called and displaying two pages 11 years 6 months ago #525

  • ysh19841211
  • ysh19841211's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 0
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.

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

onOpenUrl not called and displaying two pages 11 years 6 months ago #526

  • ysh19841211
  • ysh19841211's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 0
The file is too big so I'm putting a link to the pdf file.

d3xwm9x3ez74b.cloudfront.net/magfiles/4fcf16148448e.pdf

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

onOpenUrl not called and displaying two pages 11 years 6 months ago #528

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
click annotation will not return callback "onOpenUrl "
click annotation will return callback "onAnnotDragStart", and do like this:
public void onAnnotDragStart(boolean has_goto, boolean has_popup)
{
	m_viewer.annotPerform();
}

after annotPerform invoked, you may recieve callabck "onOpenUrl "

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

  • Page:
  • 1
Powered by Kunena Forum