Felix Schauerte
Felix Schauerte
cordova.plugins.email.hasAccount alsways returns false on Android 10 even if on or more accounts are configured on the device. I tracked it down to a permission issue (see https://stackoverflow.com/a/54941079/4094951) and will...
Thanks a lot for this great piece of software. Would it be possible to auto refresh/reload the pdf when the pdfSrc property value is changed?
As we are using the native windows PDF rendering api, which just converts a pdf page to a raster graphic. links are currently not supported. - external hyperlinks (e.g. http://www.sitewaerts.de,...
If the embedding cordova app uses the plugin https://github.com/apache/cordova-plugin-statusbar, the display state of the statusbar (shown/hidden) shall be passed to the viewer plugin. Currently the staus bar is always shown...
The iOS viewer already remembers the last viewed page. Supprt for last active view is mising on all platforms.
The options could look like this: ``` js { documentView : { closeLabel : STRING, singlePage : { enabled : BOOLEAN }, doublePage : { enabled : BOOLEAN }, coverPage...
The options could look like this: ``` js { navigationView : { closeLabel : STRING, outlineNavigation : { enabled : BOOLEAN }, thumbnailNavigation: { enabled : BOOLEAN }, coverPage :...
On iPhone the icons in the title bar overlap each other. A special layout for small screen shall be implemented.
it looks like the height of the scrolling frame is to big. Threrefor the list of entries cannot be scrolled to the end.
Numbers consume less memory an may be processed faster than strings. Currently the docs and the type defs state that tags must be strings. Would be great if the impl...