エリス

Results 167 comments of エリス

Please upload a minimum reproduction repo that shows the issue. I am still unable to reproduce the issue. My test project had used: **Config.xml** ```xml ``` **index.js** ```js document.addEventListener('deviceready', onDeviceReady,...

Cordova Android 10.x by default will use scheme+hostname. And Cordova-iOS 6.x I believe will always use scheme+hostname. The scheme can not match exactly because of limitations between each platform but...

Sorry, I was mistaken about where the error was. I thought it was from the WebView side but, I see it was the native side of the plugin. It will...

You might want to try the following to see if it helps you out in anyway. Note, that the code is loading an external library for platform identification. `platform.js` which...

Code wise everything looks good. Can you provide me your example build command on how you tested it. How you set a single or multiple export options. This information needs...

Linked Feature PR: https://github.com/apache/cordova-android/pull/1208

@brendanfalk nice tool! IMO, I think you should add your content about this tool to the bottom of the `www/docs/en/dev/third-party/index.md` file. This file is where all the third-party tools and...

It seems the document was added here: https://github.com/apache/cordova-ios/blob/master/guides/Cordova%20Custom%20URL%20Scheme%20Handling.md Without digging into the commit history, I don't know when this was added or why they didn't add docs there. I will...

@brodybits I started compiling changes here: https://github.com/apache/cordova-docs/compare/master...erisu:cordova-ios-6-doc-improvement I will later pull out each commit into their own PR. This branch also contains some changes that are not yet merged in...