apache / apache/cordova-plugin-inappbrowser
HTTP and HTTPS mixed content errors.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
Need an option to toggle/allow it ->
`WebSettings settings = inAppWebView.getSettings(); settings.setMixedContentMode(WebSettings.MIXED_CONTENT_COMPATIBILITY_MODE);`
fixes the blocked issue, which is big because I am running an http webpage through google translate which is https. Both inwhich I cannot manage, google translate is https only, the webpage is only http.
Contributor guide
Research direction
The issue points to the Android WebSettings used by inAppWebView; start by locating that setup and reviewing how existing options are exposed. Done means users can toggle or allow mixed HTTP/HTTPS content for the affected WebView behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100