victororlyk opened a new issue #621: InAppBrowser' does not exist on type 'Cordova URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/621 # Bug Report InAppBrowser' does not exist on type 'Cordova ## Problem The problem says that I ### What is expected to happen? We should be able to use ``` cordova.InAppBrowser.open(url, '_system'); ``` ### What does actually happen? it throws an error in console and does not compile ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> version of the plugin is "cordova-plugin-inappbrowser": "^3.2.0", ### Command or Code <!-- What command or code is needed to reproduce the problem? --> cordova.InAppBrowser.open(url, '_system'); ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> macOs Catalina. npm -6.10.0 ### 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. --> I am using capacitor as my core @capacitor/android": "^1.4.0", "@capacitor/core": "1.3.0", "@capacitor/ios": "^1.4.0", "@ionic/react": "^4.11.8", "cordova-plugin-safariviewcontroller": "^1.6.0", Other cordova plugins works good with capacitor ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] 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]
