-
URLs containing array parameters like "dcid[]=1&dcid[]=2&dcid[]=3" are not parsed properly under Android. Those are missing from the event's data "params" property. I did not tested the same under iOS…
-
How i redirect after i found detail page in app..
`test {
onNewsDetailedPageRequested: function(eventData) {
```
var ori_url = eventData.url;
var base_url = cordova.file.applicationDirectory+'w…
-
Solved it! The plugin has the **old path** for the AndroidManifest.xml file! It's in a different place in 8.0.0. This should probably get fixed, so I'm leaving it open so maintainers see it!
If …
-
I want to install cordova-hot-code-push-cli for android in windows10. But i found that ngrok-stable-windows-amd64.zip unable to download. How to fix it?
-
After updated xcode 8.3.1, it happened swift compiler error by plugin cordova-hot-code-push-local-dev-addon.
-
$ cordova-hcp build
Running build
C:\Users\kid\AppData\Roaming\npm\node_modules\cordova-hot-code-push-cli\node_modules\hidefile\node_modules\winattr\lib\whichLib.js:87
throw…
-
The `UpdateInstalled event` fires directly after the update and not after your reload. I can do nothing with an event, that fires directly before a reload happens. Because i could never be shure if my…
-
I want to find out the progress of the download and installation when update, what should I do
-
when in html a tag has error link, the link url not exist in www forder. so app has a error page in browser.
Config.xml ErrorUrl Cordova can set a nice html.
But use this plugin the error page is brow…
-
There is enough space. So what could be the issue? How should I debug this? Ideas?
Thanks!