Abbo44 opened a new issue #836:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/836
# Bug Report
## Problem
### What is expected to happen?
Build works.
### What does actually happen?
Build fail:
PROJECT\cordova\platforms\android\src\org\apache\cordova\inappbrowser\InAppChromeClient.java:163:
error: local variable inAppWebView is accessed from within inner class; needs
to be declared final
inAppWebView.loadUrl(request.getUrl().toString());
^
PROJECT\cordova\platforms\android\src\org\apache\cordova\inappbrowser\InAppChromeClient.java:169:
error: local variable inAppWebView is accessed from within inner class; needs
to be declared final
inAppWebView.loadUrl(url);
## Information
We haven''t problems with release 4.0.0
### Version information
The library our team are using:
"dependencies": {
"cordova-android": "^6.4.0",
"cordova-android-support-gradle-release": "^1.4.7",
"cordova-browser": "^5.0.4",
"cordova-custom-config": "5.0.3",
"cordova-ios": "^4.5.5",
"cordova-plugin-advanced-http": "^2.2.0",
"cordova-plugin-browsertab": "^0.2.0",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-customurlscheme": "^4.4.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-inappbrowser": "4.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.1.2",
"cordova-plugin-network-information": "^1.3.4",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-sqlite-storage": "^2.3.1"
}
## 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]