Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Cordova 8.0
osx "El capitan"
Description
It's not possible to get any app with any compatible plugins working on osx.
1 - Create a barebone Cordova App
- cordova create myapp org.apache.myapp myapp
2 - Add osx platform
- cordova platform add osx
3 - Add any plugin compatible with osx, for example cordova-plugin-file
- cordova plugin add cordova-plugin-file
4 - Run the App
- cordova run osx
5 - The App doesn't trigger "device ready"
The app stays on the state "CONNECTING TO DEVICE" for ever.
It's expect that is shown "DEVICE IS READY". If you remove all plugins from the app then "DEVICE IS READY" is shown
On older versions of cordova osx this procedure worked.
Attachments
Issue Links
- relates to
-
CB-10733 deviceready not fired - OSX
- Closed
- links to