Felix Schauerte
Felix Schauerte
I successfully published an app containing this plugin to the microsoft store. Usage of `windows.applicationmodel.email` has not been an issue there.
Facing similiar issue when using an absolute file url: ```javascript lFileUrl = 'file:///data/user/0/com.company.stub/files/myfolder/IMG-20210826-204423558thumb.jpg' xhr.open("GET", lFileUrl, true); xhr.onload = function() { console.log('loaded'); } try { xhr.send(); } catch (e) { console.error(e);...
I added the fix directly to my `www/index.html`. That worked for me. ```html ... ```
Adding a leading ^to the pattern would fix the issue. `` (new RegExp('^/[^/]*/?$')).test(path) ``
Is there a better place to post issues than here?
I cannot play local files on iOS. Neither native URL nor internal URL of a definitly existing local file work: Example file URLS: `entry.toNativeURL() : file:///var/mobile/Containers/Data/Application/7BAF2D96-87B6-4255-89C6-345A82B59313/Library/NoCloud/common/binary/raw/1/48/70/34966.mp4` `entry.toInternalURL() : cdvfile://localhost/library-nosync/common/binary/raw/1/48/70/34966.mp4` Output...
may be related to https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/134
looks like my local files have size 0! So its not an issue with this plugin.
same issue here: after closing the player a white rectangle is displayed where usallay the status bar is shown. when I rotate the ipad, the issue disapears. iOS 12.3.1 cordova-ios...
Would be a very usefull feature.