[ 
https://issues.apache.org/jira/browse/CB-8773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481153#comment-14481153
 ] 

Jacob Kindberg commented on CB-8773:
------------------------------------

I have testet it on an iPhone 5 iOS 8.3 (also had the issue on version 8.1.3). 
I also testet it on a Nexus 5, android 4.4.2, where the issue is also present.

Using dialogs plugin version 0.3.0

I used the following code to test:
{code}
navigator.notification.prompt( "What is your name?", function(results){
                if(results.buttonIndex == 1){
                        console.log(results.input1);    
                }
}, "Please type in your name");
{code}

> iOS Keyboard doesn't open when Prompt dialog displayed
> ------------------------------------------------------
>
>                 Key: CB-8773
>                 URL: https://issues.apache.org/jira/browse/CB-8773
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Dialogs
>         Environment: iOS
>            Reporter: Sean Hill
>
> When you call navigator.notification.prompt the prompt displays but the 
> keyboard does not automatically display. You have to tap the input to display 
> the keyboard.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to