Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.

Hide icons in toolbar

More
IP: 192.168.0.71 7 years 11 months ago #13671 by thoechtl
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
More
IP: 192.168.0.71 7 years 11 months ago #13674 by emanuele
Replied by emanuele on topic Hide icons in toolbar
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.
Time to create page: 0.382 seconds
Powered by Kunena Forum