-
Notifications
You must be signed in to change notification settings - Fork 467
Add support for new version of cordova ios platform - 4.0 #64
Comments
Fix is easy, but there is a problem with caching as in #47. If before it was more or less decent , after the fix - the only good solution right now is to add query parameter to js, css and img files in html. Have some ideas how to fix that, but it will take time for experiments, so please, be patient. |
Could we have the fix for 4.0.0 with the requirement of a query string? I already have those implemented and would like to use the new release. Thanks! |
I can upload a fix on the github, but don't want to release it on npm. You will have to install it from the github like so:
If that's fine - I will do it soon. |
Sure, that's fine! |
Done. And I think a hacked for now css caching problem. But that hack will go away eventually. |
@nikDemyankov I wasn't able to bust the cache on the previous chcp version on cordova-ios@4, even with a query parameter. I see 1.2.0 has fixed this, but while trying it out I run into this error on running the app through XCode on my own device:
Do you know what causes this? PS: This is without the dev plugin. |
Are you running it over the previous version of the app? What will happen, if you remove it from device and try to run again? |
That fixes it, thanks! All seems to work fine here on cordova-ios@4, so I guess you can close this as well ;) |
Good, but I think I reproduced it. It does happen, when you install new app over the old one. Will look into that, but yes - that is a separate issue. This one is closed. |
Released v1.2.1 with the fix for app crash, when running it on the previous version. Thanks @Manduro for noticing it! |
Right now the latest version, that is installed when you run
cordova platform add ios
is 3.9.2. And plugin works with it.But soon it will be 4.0.0. In the new version they have changed the API, so plugin will not build. Need to support old and new version of cordova ios platform.
The text was updated successfully, but these errors were encountered: