Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
  • Page:
  • 1

TOPIC:

Disable edit mode - we just want to use the viewer 6 years 1 week ago #13706

  • thoechtl
  • thoechtl's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 14
  • Thank you received: 0
We have a professional license and just want to use the viewer functionalities. Even though we hide icons in the toolbar it is still possible for the users to edit link-highlights and so on. If a user clicks on a link, the linked page should open, currently an "edit mode" is displayed in the toolbar (see attachment), and only if you click the "Play" icon, the page is opened.

Is there a way to disable all edit- or annotation features?

Thanks for your help,
Thomas
Attachments:

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

Disable edit mode - we just want to use the viewer 6 years 1 week ago #13713

  • federico
  • federico's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 261
  • Thank you received: 18
Hi,
I suggest you to go to OnAnnotClicked method in RDPDFViewController.m and add this code to open directly any URL annotation:
if (annot.type == 2) //type 2 = URL annot
    {
        [m_view vAnnotPerform];
    }

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

  • Page:
  • 1
Powered by Kunena Forum