cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Android: Use evaluateJavascript execute script (not prompt)
Platforms affected
Android
What does this PR do?
Use evaluateJavascript
to call javascript with callback for Android instead of Prompt
Fixes #303 seen with Chrome v69.0.3497.91 when callback response is greater than 10240 bytes
What testing has been done on this change?
Added test case where callback has response length > 10240 bytes
Checklist
- [x] Reported an issue in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
- [x] Added automated test coverage as appropriate for this change.
:+1: works for me
When will this fix be released?