Archana Naik created CB-6628:
--------------------------------

             Summary: [amazon-fireos]dialogs plugin's confirm and prompt 
methods dont work
                 Key: CB-6628
                 URL: https://issues.apache.org/jira/browse/CB-6628
             Project: Apache Cordova
          Issue Type: Bug
          Components: Amazon FireOS
    Affects Versions: 3.4.0
            Reporter: Archana Naik
            Assignee: Archana Naik
             Fix For: 3.5.0


confirm method has platform check and amazon-fireos is missing. Need to add it.
prompt method throws runtime exception. Here is why:
prompt() method 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 message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to