Select the text and put default value in the input directly.
CB-11281windows: defaultText is not taken as input if no input by user fixed
Separated CSS from JS code. Fixed the prompt dialog CSS to look close to native. Fixed the positioning of the prompt dialog for Windows. Fixed minor JSHint issues.
CB-11795 Add 'protective' entry to cordovaDependencies
CB-8773 Fix for iOS 8 keyboard not appearing on prompt
CB-11677Android: made text, entered to prompt dialog visible
CB-8947:(ios) Fix crash. Convert non-string messages to strings. Added tests.
CB-7571 Bump version of nested plugin to match parent plugin
0.2.10 (Sep 17, 2014)
CB-7538 Android beep thread fix Beep now executes in it's own thread. It was previously executing in the main UI thread which was causing the application to lock up will the beep was occurring. Closing pull request
[CB-6628][amazon-fireos]dialogs plugin's confirm and prompt methods dont work confirm() method was missing amazon-fireos platform check. added that. prompt() method had bug. It is executed in a worker thread that does not have a message queue(or Looper object) associated with it and hence "can't create a handler" exception is thrown. To fix this issue, we need to create the EditText widget from within the UI thread. This was fixed sometime ago when we added fireos platform but commit got lost somewhere. So fixing it again now.
Added check for isFinishing() on the parent activity to prevent crashes when trying to display dialogs when activity is in this phase of it's lifecycle
CB-4966 Dialogs are in window now No need to add anything to manifest or index.html
Removing FirefoxOS Quirks * no need to add special permission (it's different API with the same name) * notification.css is added automatically
0.2.7 (Apr 17, 2014)
CB-6212: [iOS] fix warnings compiled under arm64 64-bit
CB-6411: [BlackBerry10] Work around Audio playback issue