ugurcagridogan opened a new issue #622: InAppBrowser exc_bad_instruction error
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/622
 
 
   # Bug Report
   exc_bad_instruction error occures on IOS.
   ## Problem
   The given code below works on android but not on ios.
   ### What is expected to happen?
   We should be able to use the code like this:
   ```
   openLoginBrowser() {
       const browser = this.inapp.create('...URL_HERE...', '_blank', {
         zoom: 'no',
         hideurlbar: 'yes'
       });
       browser.on('loadstart').subscribe(response => {
         ...
       });
     }
   ```
   we should be able to open an inappbrowser with/without options.
   
   ### What does actually happen?
   When the app runs this error popups and app crashes:
   > exc_bad_instruction (code=exc_i386_invop subcode=0x0)
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   macOS Majove (Xcode 11), tested on IOS 12+ devices
   
   ### 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.
   -->
   "@ionic/angular": "^4.7.1",  
   "@ionic-native/in-app-browser": "^5.20.0",  
   "cordova-plugin-inappbrowser": "^3.2.0",  
   "@capacitor/cli": "^1.2.1",  
   "@capacitor/android": "^1.2.0",
   "@capacitor/core": "^1.2.1",
   "@capacitor/ios": "^1.3.0",
   
   ## 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 capacitor 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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to