[Commits] r2496 - sandbox/cmoullet/ux/Mobile/app
commits at geoext.org
commits at geoext.org
Sun Nov 28 05:25:49 CET 2010
Author: cmoullet
Date: 2010-11-28 05:25:49 +0100 (Sun, 28 Nov 2010)
New Revision: 2496
Modified:
sandbox/cmoullet/ux/Mobile/app/init.js
Log:
Support iphone
Modified: sandbox/cmoullet/ux/Mobile/app/init.js
===================================================================
--- sandbox/cmoullet/ux/Mobile/app/init.js 2010-11-28 04:22:05 UTC (rev 2495)
+++ sandbox/cmoullet/ux/Mobile/app/init.js 2010-11-28 04:25:49 UTC (rev 2496)
@@ -12,8 +12,7 @@
listeners : {
keyup: function(field, e) {
var key = e.browserEvent.keyCode;
- alert(key);
- if (key === 13) {
+ if (key === 13 || key === 10) {
field.blur();
Ext.util.JSONP.request({
url: 'http://api.geo.admin.ch/swisssearch?lang=fr&query=lausanne&cb=Ext.util.JSONP.callback',
More information about the Commits
mailing list