Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
Description
I was trying out the browserify flag today, and overall I love the idea. I found one issue when building for multiple platforms:
cordova platform add ios android cordova build --browserify
The Android build was fine, but the iOS build was throwing up prompt boxes. My guess is that browserify generated a cordova.js for Android and then used the same file for iOS, so the Android bridge/exec code was getting run on iOS and failing.