cordova-android/framework
goffioul 01ab11644c
Don't request focus explicitly if not needed
Requesting the focus explicitly actually makes the child WebView to move the focus to the first visible focusable element on the page. This makes it impossible to simply let the WebView restore the focus to the last focused element, before the activity was paused. To prevent this problem on devices other that the Samsung Galaxy Note 3, only request the focus if necessary (it might as well be possible that the original fix is not needed anymore on newer versions of Android and/or WebView).
2019-06-20 15:28:08 -04:00
..
.settings Fix NPE when POLLING bridge mode is used. 2014-02-18 22:11:38 -05:00
gradle/wrapper Updates for latest gradle/build tools 2018-11-20 21:12:59 -08:00
src/org/apache/cordova Don't request focus explicitly if not needed 2019-06-20 15:28:08 -04:00
.classpath Update .classpath to make Eclipse happy (just re-orders one line) 2014-07-04 11:38:31 -04:00
.project Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
AndroidManifest.xml Improve Gradle Build Arguments (#699) 2019-04-06 13:28:25 +09:00
ant.properties CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
build.gradle Added allprojects repositories for Framework Release Builds (#676) 2019-04-06 13:33:04 +09:00
build.xml CB-5490: add javadoc target to ant script 2013-11-26 13:06:28 -05:00
cordova.gradle CB-13721 (Android): fix build apps that use cdvHelpers.getConfigPreference 2017-12-30 01:07:45 +01:00
default.properties Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
project.properties Quick updates to top-level project.properties (#654) 2019-02-08 13:23:16 -05:00