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

ASF GitHub Bot commented on CB-11248:
-------------------------------------

GitHub user lkounadis opened a pull request:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/233

    android support for focusing (better) on inputs

    ### Commit required 
    CB-11248 InAppBrowser no focus on input text fields
    
    ### Platforms affected
    Android


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Onegini/cordova-plugin-inappbrowser master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/233.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #233
    
----
commit c21943fa3e48e0e26d26ae31b595ca64d886a46f
Author: Pawel Lewandowski <[email protected]>
Date:   2015-03-26T07:39:03Z

    inAppBrowser will allow back-to-the-app-redirections using application's 
custom scheme
    
    scheme can be configured in config.xml using "CustomAppScheme" proererty

commit ebca6c767767e46ffee5356cb7433794740f188d
Author: Pawel Lewandowski <[email protected]>
Date:   2015-03-26T11:31:41Z

    inAppBrowser will not show the error while redirecting back to application

commit 5fbd28fa4730d03c500143470bff0f58ef35b716
Author: Robert Szuba <[email protected]>
Date:   2015-05-08T10:13:49Z

    OAUTH-773 disable back button functionality for android

commit 71bb6bd0da76b16bf43ab06066bb3de9c13be951
Author: Robert Szuba <[email protected]>
Date:   2015-05-08T10:22:48Z

    OAUTH-773 updated README

commit f0c2258433725d9f04b1b97837230c6b04843e07
Author: Pawel Lewandowski <[email protected]>
Date:   2015-08-20T11:00:20Z

    MS-608, fixed statusBar overlapping issue within inAppBrowser view

commit efb781a44087995b91dcb7dfe17b54460c43d6bc
Author: Pawel Lewandowski <[email protected]>
Date:   2015-09-03T05:42:16Z

    inAppBrowser will attempt to retry failing redirect using system once

commit a88b95b97936382229384072378f438b10f99ac6
Author: Pawel Lewandowski <[email protected]>
Date:   2015-09-03T06:13:38Z

    added string to url conversion to avoid invalid selector exception

commit 839cdf1278e0ddf0c248fa2d383acc61bb4eb882
Author: Pawel Lewandowski <[email protected]>
Date:   2015-09-18T07:26:27Z

    changed application scheme property name

commit 8eaeca6066c35be79e2b30c7d5bc41e0afbf0750
Author: Pawel Lewandowski <[email protected]>
Date:   2016-04-26T12:55:04Z

    Merge branch 'master' of 
https://github.com/apache/cordova-plugin-inappbrowser into apache-master

commit 4bb3fabceec588fae4f3cac8f99e67d6fe2014c7
Author: Pawel Lewandowski <[email protected]>
Date:   2016-04-26T12:55:39Z

    Merge branch 'apache-master'

commit 7dc06fa350b667060116557fcee31c6b11e22126
Author: Pawel Lewandowski <[email protected]>
Date:   2016-04-27T06:47:31Z

    removed application scheme property and detecting if there is an activity 
which can handle the uri

commit 01968d06004645fb6289d35c1ba31eb048c8620d
Author: Pawel Lewandowski <[email protected]>
Date:   2016-05-13T15:14:37Z

    inAppBrowser should attempt to dispatch intents only in case it is not 
capable of handling redirection

commit e36829ad7042d1dd389b4bc9af6b67c8b306c48e
Author: Stein Welberg <[email protected]>
Date:   2017-03-17T09:47:30Z

    Merge remote-tracking branch 'upstream/master'
    
    # Conflicts:
    #   src/android/InAppBrowser.java

----


> InAppBrowser no focus on input text fields
> ------------------------------------------
>
>                 Key: CB-11248
>                 URL: https://issues.apache.org/jira/browse/CB-11248
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-inappbrowser
>    Affects Versions: 1.4.0
>         Environment: Cordova CLI, Android, Android Studio
>            Reporter: Mo Pages
>            Assignee: Sergey Shakhnazarov
>            Priority: Minor
>              Labels: android, reproduced, triaged
>
> When opening a webpage with a form in the Cordova default webview or system 
> webview focus on an input text box works as normal - a cursor is displayed 
> (and if there's any js list its displayed). However when using the 
> InAppBrowser the focus cursor does not display at all when you click in a 
> text box...the keyboard comes up but no focus cursor.
> I've tried injecting js to focus on the text box but this doesn't do 
> anything..Also it makes no difference what value the option 
> keyboardDisplayRequiresUserAction is given...Is there a fix for this? 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to