Search Type: Posts; User: psenough
Search: Search took 0.02 seconds.
-
21 Oct 2011 8:14 AM
Jump to post Thread: Disapearing buttons by psenough
- Replies
- 0
- Views
- 387
Sencha Touch version tested:
1.1.1
Platform tested against:
Mac OSX Google Chrome 15.0.874.100
Android 2.1
Android 2.2 -
7 Oct 2011 5:38 AM
- Replies
- 29
- Views
- 13,433
have to test that hack fix of yours. thanks for the hint.
-
7 Oct 2011 5:36 AM
- Replies
- 7
- Views
- 2,460
yeah, like i mentioned half way through the thread: using Ext.Panel instead of Ext.Container fixed it.
-
5 Jul 2011 2:42 PM
- Replies
- 64
- Views
- 16,959
+1 requesting to re-open and fix this issue.
-
9 Jun 2011 2:19 PM
Jump to post Thread: sencha touch canvas element by psenough
- Replies
- 4
- Views
- 3,443
cw and ch will always have the width and height properties of the canvas tag.
whats important to realize is that width="" and height="" do not share the same behavior as a css style="width: ;... -
9 Jun 2011 4:44 AM
Jump to post Thread: sencha touch canvas element by psenough
- Replies
- 4
- Views
- 3,443
example of a 260x260 canvas stretched to 533x533 pixels
Ext.Panel({
html: '<canvas id="mycanvas" width="260" height="260" style="width: 100%; height: 100%;">no canvas support</canvas>',... -
9 Jun 2011 4:35 AM
Jump to post Thread: Android and click events on map by psenough
- Replies
- 12
- Views
- 4,187
was having same problem using v1.1.0 on an android.
this fix made it work for me.
would be nice it this was integrated into the library package itself, or the map example atleast. -
4 Jun 2011 4:51 AM
- Replies
- 7
- Views
- 2,460
sure, here you go
Ext.setup({
icon: 'icon.png',
tabletStartupScreen: 'tablet_startup.png',
phoneStartupScreen: 'phone_startup.png',
glossOnIcon: false,
onReady:... -
31 May 2011 2:44 PM
- Replies
- 29
- Views
- 13,433
commenting any and all mentions of
-webkit-transform: translate3d(0, 0, 0);
or
-webkit-backface-visibility: hidden;
on the .css didnt fix it
also tried commenting out matrix3d stuff, still... -
31 May 2011 2:19 PM
- Replies
- 29
- Views
- 13,433
there is some matrix3d stuff in there (the original sencha-touch.css's) but i believe they are there for iphone use only. they are all always override by .x-android which i really don't know if it's...
-
31 May 2011 2:16 PM
- Replies
- 7
- Views
- 2,460
managed to figure it out. was not actually carousel's fault.
i was including several Ext.Containers as carousel items. and aparently in v1.1 only the first one is properly accepted / processed /... -
31 May 2011 11:30 AM
- Replies
- 29
- Views
- 13,433
?!?!
i don't have any such rule and still get the jumping when typing behaviour. o_O
was trying some custom themes on v1.1 to see if i could figure it out, but haven't managed to fix it yet. -
31 May 2011 12:58 AM
- Replies
- 7
- Views
- 2,460
tried android.css instead of sencha-touch.css but it has the same issue.
also occurs on google chrome, so it's not platform dependant i guess.
tried to figure out how to make a custom theme to... -
31 May 2011 12:52 AM
- Replies
- 3
- Views
- 1,340
i've ran into the same issue and doubt :)
no clue how to set it back yet :) -
27 May 2011 3:43 AM
- Replies
- 7
- Views
- 2,460
found this very odd bug on android.
carousel panels would only show 1st and 4th element properly, 2nd and 3rd would be all white.
happens only when using sencha-touch.css from version 1.1
reverted... -
27 May 2011 3:40 AM
- Replies
- 29
- Views
- 13,433
checked it again and you're right. it's still happening even on latest version.
very off-putting and serious bug. hope devs will look into it soon. -
16 May 2011 9:51 PM
- Replies
- 29
- Views
- 13,433
stumbled upon this bug aswell. recently upgraded to 1.1 and the erratic jumping stopped happening, also the "focus rectangle" that would show up surrounding the selected box doesnt exist anymore...
-
25 Apr 2011 1:02 AM
Jump to post Thread: item img height ignored? by psenough
- Replies
- 2
- Views
- 1,148
works when using the config height option for the item.
not very useful if i'm planning to change the image and it has different aspect ratios but better then nothing.
i had previously tried... -
23 Apr 2011 7:41 AM
Jump to post Thread: item img height ignored? by psenough
- Replies
- 2
- Views
- 1,148
not sure if it's a bug in sencha, in webkit renderer or in me. but i'm trying to do this:
Ext.setup({
icon: 'icon.png',
tabletStartupScreen: 'tablet_startup.png',
... -
15 Apr 2011 1:11 AM
Jump to post Thread: datepicker and return format by psenough
- Replies
- 9
- Views
- 2,022
found a solution on another thread
model field required a mandatory use of dateFormat:'c'
{name: 'ourDate', type:'date', dateFormat:'c'},
very badly documented if you ask me 8-| -
15 Apr 2011 12:21 AM
Jump to post Thread: datepicker and return format by psenough
- Replies
- 9
- Views
- 2,022
makes sense. so the saving is being done ok.
its just the loading from localstorage store model into a datepickerfield that doesnt seem to be working. /:) text loads fine into textfield. have to... -
14 Apr 2011 11:58 PM
Jump to post Thread: datepicker and return format by psenough
- Replies
- 9
- Views
- 2,022
tried parsing it with one of the patterns listed here
http://dev.sencha.com/deploy/touch/docs/?class=Date
but seems none match the extra .000Z
have no idea what they are or why are they getting... -
14 Apr 2011 11:35 PM
Jump to post Thread: datepicker and return format by psenough
- Replies
- 9
- Views
- 2,022
thats more of an explanation on the existance of the different date formats than an actual solution.
-
14 Apr 2011 11:20 PM
Jump to post Thread: datepicker and return format by psenough
- Replies
- 9
- Views
- 2,022
i have same problem that is not allowing me to save / reload from localstorage
saves output of picked as "1981-01-01T22:00:00.000Z"
and doesnt accept that format when loading..
:-?
also tried...
Results 1 to 24 of 24
