Felix Schauerte

Results 17 issues of 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...

bug
android

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?

enhancement

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,...

enhancement
Platform: Windows

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...

enhancement
Platform: iOS

The iOS viewer already remembers the last viewed page. Supprt for last active view is mising on all platforms.

enhancement
Platform: iOS
Platform: Android
Platform: Windows

The options could look like this: ``` js { documentView : { closeLabel : STRING, singlePage : { enabled : BOOLEAN }, doublePage : { enabled : BOOLEAN }, coverPage...

enhancement
Platform: iOS
Platform: Android

The options could look like this: ``` js { navigationView : { closeLabel : STRING, outlineNavigation : { enabled : BOOLEAN }, thumbnailNavigation: { enabled : BOOLEAN }, coverPage :...

enhancement
Platform: iOS
Platform: Android

On iPhone the icons in the title bar overlap each other. A special layout for small screen shall be implemented.

enhancement
Platform: iOS

it looks like the height of the scrolling frame is to big. Threrefor the list of entries cannot be scrolled to the end.

bug

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...