cordova-plugin-inappbrowser icon indicating copy to clipboard operation
cordova-plugin-inappbrowser copied to clipboard

Android: Use evaluateJavascript execute script (not prompt)

Open ianhowe76 opened this issue 6 years ago • 2 comments

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.

ianhowe76 avatar Jan 09 '19 10:01 ianhowe76

:+1: works for me

DuBistKomisch avatar Apr 01 '19 03:04 DuBistKomisch

When will this fix be released?

dgourdet-nitea-nl avatar Oct 13 '21 09:10 dgourdet-nitea-nl