We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried update the plugin to the latest version and tried to build the apk and I got this error.
F:\Work\androidProject\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java:260: error: cannot find symbol
((InAppBrowserClient)inAppWebView.getWebViewClient()).waitForBeforeload = false; ^
symbol: method getWebViewClient()
location: variable inAppWebView of type WebView
Any idea about this? I am using Ionic 1 and platform android 6.1.0
Edit: Downgrade to v3.0.0 and successfully built the apk. seems the error happened on v3.0.1-dev
The text was updated successfully, but these errors were encountered:
3.0.0 is the latest released version of this. Were you trying to install master?
master
Sorry, something went wrong.
was fixed on #427
No branches or pull requests
I tried update the plugin to the latest version and tried to build the apk and I got this error.
F:\Work\androidProject\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java:260: error: cannot find symbol
symbol: method getWebViewClient()
location: variable inAppWebView of type WebView
Any idea about this?
I am using Ionic 1 and platform android 6.1.0
Edit:
Downgrade to v3.0.0 and successfully built the apk. seems the error happened on v3.0.1-dev
The text was updated successfully, but these errors were encountered: