Skip to content

Conversation

avargaskun
Copy link

iOS

  • Wait until dialog is dismissed before sending result back to Cordova app. Without this, certain UI elements that are shown as part of the callback end up being hidden along with the dialog as it gets closed by the OS.

Android

  • Request focus on the text-editor field in the dialog, which brings up the soft-keyboard after opening the dialog. iOS already behaves this way (no fix needed)

- On iOS the keyboard is displayed automatically when the dialog is shown
- This change makes it work the same way on Android
- Do not callback into the Cordova application until dialog is dismissed
- Otherwise, UI elements shown after the callback get dismissed along with the dialog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant