Search Type: Posts; User: carloshike
Search: Search took 0.02 seconds.
-
5 Oct 2012 6:45 AM
Jump to post Thread: Android 4.1 and inputs by carloshike
- Replies
- 1
- Views
- 722
Sorry, it was not a sencha issue. Android container must be set to allow focus to work with 4.1
-
4 Oct 2012 11:29 AM
Jump to post Thread: Android 4.1 and inputs by carloshike
- Replies
- 1
- Views
- 722
Hi!
My web application works fine, but using Android 4.1 the soft keyboard never show up while tapping an input field.
I have no idea why. Any suggestions? -
21 Aug 2012 11:56 AM
- Replies
- 3
- Views
- 1,565
I solved the problem by writing the script in the event "painted" of a component, and setting the style via DOM.
-
21 Aug 2012 3:20 AM
- Replies
- 3
- Views
- 1,565
thanks for the reply,
but also returns 0.
I've tried
document.documentElement.clientWidth window.innerWidth
screen.width
document.body.clientWidth
... -
20 Aug 2012 5:28 AM
- Replies
- 3
- Views
- 1,565
Hi
i am new to sencha touch and I trying to get the screen size:
width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
height = (window.innerHeight > 0) ? window.innerHeight :...
Results 1 to 5 of 5
