Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.0, 5.1.1
-
None
-
iOS, Android
Description
After adding an
<preference name="KeyboardDisplayRequiersUserAction" value="false"/>`
entry to app/config.xml, cordova build will create the app/platforms/ios/AppName/config.xml file with
<preference name="KeyboardDisplayRequiersUserAction" value="true"/> ... <preference name="KeyboardDisplayRequiersUserAction" value="false"/>
The second assignment has no affect, causing the app to behave as if only the true assignment had ever occurred. Upon manually setting the first value to false, the app executes properly.