Shane98c opened a new issue #1097: URL: https://github.com/apache/cordova-ios/issues/1097
# Bug Report ## Problem ### What is expected to happen? cordova object should be available on iPad devices ### What does actually happen? Cordova is not available ## Information After upgrading our app from cordova-ios@5 to 6, we are not longer able to gain access to the cordova object on iPad devices, leading to plugin failure. ### Command or Code In JS console type `cordova` ### Environment, Platform, Device This seems to be exclusive to iPads. Cordova is available on all iPhone and Android devices we've tested. May potentially be related to https://github.com/apache/cordova-ios/issues/987 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Testing on iPad sim [email protected] with cordova-ios@5 by typing `cordova` in the console window prints expected cordova object. When testing with cordova-ios@6 it returns a reference error. ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
