[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.
2 files changed
tree: 862bfa96e5819072d11010a08b4381608b5838ad
  1. doc/
  2. src/
  3. www/
  4. .gitignore
  5. CONTRIBUTING.md
  6. LICENSE
  7. NOTICE
  8. plugin.xml
  9. README.md
  10. RELEASENOTES.md
README.md

org.apache.cordova.dialogs

Plugin documentation: doc/index.md