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

Apache Cordova Dialogs Plugin

Results 32 cordova-plugin-dialogs issues
Sort by recently updated
recently updated
newest added

To match with the iOS behavior where all modals cannot be canceled by a click outside of it (or a back button). First of all, there is few case where...

enhancement
platform: android

### Platforms affected Android ### What does this PR do? Ensures notifications stop after playing. This fixes the issue we had when after 15 notifications, the 16th notification would not...

bug
platform: android

### Platforms affected ### What does this PR do? ### What testing has been done on this change? ### Checklist - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database...

feature
platform: android

I installed via: (Windows 10) cordova plugin add cordova-plugin-dialogs And when I use navigator.notification.alert() function, my code does not work, if I use only alert() (without navigator.notification) shows the classic...

info-needed

Hello! When I enter a long text to the prompt dialog the ios doesn't wrap into multiple lines and I can't see the whole message. Android is works well. ![iphone](https://user-images.githubusercontent.com/11498949/46808074-bb28ad00-cd6b-11e8-8099-887405908734.jpg)...

support
platform: ios

* Fixes for Android: - remove trailing whitespace - remove extra blank line - convert tabs to spaces (and space after an if statement) * Fixes for iOS - remove...

enhancement
platform: ios
platform: android

Proposal to cherry-pick the fix proposed in PR #28 _without the whitespace fixes that are now part of PR #109_. The change in behavior makes sense to me. I think...

bug
platform: android

Only did it for Android because the problem only occurred here.

enhancement
platform: android

### Platforms affected Android ### What does this PR do? Created new `setAndroidStyleName` function to allow specifying the name of a style to apply to dialogs on Android. Also updated...

feature
platform: android

By using android.text.Html, the message of the AlertDialog can support html which is a very useful feature. I hope this can be added to all type of dialog messages: dlg.setMessage(Html.fromHtml(message));

feature
platform: android