kingkarki opened a new issue #838:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/838


   <!--
   Please have a look at the issue templates you get when you click "New issue" 
in the GitHub UI.
   We very much prefer issues created by using one of these templates.
   -->
   
   ### Issue Type
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ x] Bug Report
   - [ ] Feature Request
   - [ ] Support Question
   
   ## Description
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   I am getting the following error when calling the following function in my 
ios simulator and devices. 
   ```var ref = cordova.InAppBrowser.open(url, target, options);```
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   ```var ref = cordova.InAppBrowser.open(url, target, options);```
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   Ionic:
   
      Ionic CLI         : 6.12.3 (/usr/local/lib/node_modules/@ionic/cli)
      Ionic Framework   : ionic1 1.0.0-beta.14
      @ionic/v1-toolkit : 1.0.22
   
   Cordova:
   
      Cordova CLI       : 10.0.0
      Cordova Platforms : android 9.0.0, ios 6.1.1
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, 
cordova-plugin-ionic-webview 5.0.0, (and 20 other plugins)
   
   Utility:
   
      cordova-res : 0.15.2
      native-run  : not installed
   
   System:
   
      Android SDK Tools : 26.1.1 (/Users/krishnakumarkarki/Library/Android/sdk/)
      ios-deploy        : 1.11.3
      ios-sim           : 8.0.2
      NodeJS            : v14.15.1 (/usr/local/bin/node)
      npm               : 6.14.8
      OS                : macOS Big Sur
      Xcode             : Xcode 12.3 Build version 12C33
   
   
   
   ### 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.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->
   
   - [x ] I searched for already existing GitHub issues about this
   - [ x] I updated all Cordova tooling to their 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]

Reply via email to