Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2014] Android 2.x keyboard not popping up when focusing on webview textfield (using SDK 3.1.2.GA)

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-10-09T00:37:41.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterJohn Rochford
AssigneeMauro Parra-Miranda
Created2013-09-12T14:00:46.000+0000
Updated2016-03-08T07:40:57.000+0000

Description

On an Android 2.x device the keyboard won't popup when focusing on a textfield. The bug is evident with Titanium SDK 3.1.2.GA but not with Titanium SDK 3.1.1.GA I've tried the following solutions with no success. webview.focus() http://developer.appcelerator.com/question/148773/keyboard-not-popup-on-input-focus-in-webview-on-android-2x#comment-160431 softKeyboardOnFocus http://developer.appcelerator.com/question/145919/keyboard-wont-show-on-input-focus-in-webview-on-android My Alloy code: index.js (controller) var webview = Ti.UI.createWebView({ scalesPageToFit : true, scrollable : true, scrollType : 'vertical', top : "10%", url: "http://google.com", }); index.xml (view)

Comments

  1. Mauro Parra-Miranda 2013-10-09

    TEsted with 3.1.3.GA, and Xperia Play Android OS 2.x: working fine.

JSON Source