[
https://issues.apache.org/jira/browse/CB-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888128#comment-15888128
]
ASF GitHub Bot commented on CB-11248:
-------------------------------------
GitHub user daserge opened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/214
CB-11248 InAppBrowser no focus on input text fields
<!--
Please make sure the checklist boxes are all checked before submitting the
PR. The checklist
is intended as a quick reference, for complete details please see our
Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html
Thanks!
-->
### Platforms affected
Android
### What does this PR do?
Resets the focus to avoid the unresponsive text input issue
### What testing has been done on this change?
Manual and auto tests
### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html)
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform
affected.
- [ ] Added automated test coverage as appropriate for this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daserge/cordova-plugin-inappbrowser CB-11248
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-inappbrowser/pull/214.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 #214
----
commit 3ec797de4c369482c099f8b139077884a89194b0
Author: daserge <[email protected]>
Date: 2017-02-28T14:31:22Z
CB-11248 InAppBrowser no focus on input text fields
----
> 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: 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.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]