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:

Hide icons in toolbar 6 years 2 weeks ago #13671

  • thoechtl
  • thoechtl's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 14
  • Thank you received: 0
We have a professional license and many icons are displayed in the toolbar.
For better user experience we only need: close, search, add bookmark, bookmarks and table of contents.

Is there a way to configure this with the Cordova plugin? If not, what would be the best way to do this?

We also have to change some icons so that they have the same size. For example the search icon is much smaller than the bookmarks icon. Is there an intended way to configure this or do we have to change the source files? (Which would affect update ability ...)

Thanks for your help,
Thomas
Attachments:

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

Hide icons in toolbar 6 years 2 weeks ago #13674

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

you can edit readerInit method in RadaeePDFPlugin class and hide some buttons, for example you can change
[m_pdf setHideViewModeImage:NO];
to
[m_pdf setHideViewModeImage:YES];
to hide the first button.
To change icons you can simply replace them on Resources folder.

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

  • Page:
  • 1
Powered by Kunena Forum