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

(ios) Fixes #566

Open kentora opened this issue 3 years ago • 0 comments

Platforms affected

iOS

Motivation and Context

Fixes #566 by setting modalInPopover to true, disabling the swipe to dismiss feature.

Description

Sets modalInPopover to true, only allowing closing by "Done" button

Testing

Created a pagesheet inAppBrowser and tried to close by swiping down. Got the unresponsive app as described in the bug report. Added my changed, rebuild and tried the same. The inAppBrowser is no longer closed, unless "Done" is pressed.

Checklist

  • [X] I've run the tests to see all new and existing tests pass
  • [x] I added automated test coverage as appropriate for this change
  • [X] Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • [x] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • [X] I've updated the documentation if necessary

kentora avatar Oct 21 '21 11:10 kentora