Search Type: Posts; User: trkaky
Search: Search took 0.03 seconds.
-
7 May 2013 1:57 AM
- Replies
- 3
- Views
- 246
Hi,
I also experienced NavigationView back button issue on HTC One. It doesn't let me go back from pushed view.
Shall we wait for an update patch addressing the issue related with HTC One... -
22 Nov 2012 2:11 AM
- Replies
- 1
- Views
- 219
any thoughts?
-
21 Nov 2012 3:54 AM
- Replies
- 1
- Views
- 219
Hi,
I have a scrollable image within a carousel page, considering their scroll directions are same both vertical or both horizontal, I cant swipe to next carousel page and navigate through the... -
22 Jun 2012 7:09 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by trkaky
- Replies
- 190
- Views
- 37,851
have a look at this https://github.com/chbrody/Cordova-SQLitePlugin
it should theorically work after a couple of fixes on your script.
Had to jump to another stuff but will get back to it soon... -
21 Jun 2012 1:44 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by trkaky
- Replies
- 190
- Views
- 37,851
Thanks for this great piece of work.
Have two questions;
When I set the dB size, lets say to 50mb I get prompted to increase db size by Safari (on a mac) but not by Phonegap, isnt it a bit... -
27 Apr 2012 9:25 AM
Jump to post Thread: [RC2] TabPanel is hidding tabs by trkaky
- Replies
- 3
- Views
- 471
I'm experiencing this issue in ST 2.0.1, same script with 2.0.0 runs ok tho.
-
21 Mar 2012 2:21 AM
- Replies
- 7
- Views
- 1,164
Cheers saved a couple of hours of mine.
-
13 Mar 2012 2:19 AM
Jump to post Thread: Tpl is not work in dataview object by trkaky
- Replies
- 6
- Views
- 773
and how to align items horizontally? Hack into the css and update x-dataview-item class?
EDIT: for horizontal align; "inline:true" -
13 Mar 2012 2:16 AM
Jump to post Thread: Tpl is not work in dataview object by trkaky
- Replies
- 6
- Views
- 773
Why is that?
-
23 Jan 2012 4:03 PM
Jump to post Thread: Fire Swipe Event by trkaky
- Replies
- 5
- Views
- 1,561
listeners: {
swipe:{
element: 'el',
fn: function(evt,el){
console.log('swiped');
}
}
} -
5 Aug 2011 4:58 AM
- Replies
- 16
- Views
- 9,835
Solved
- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration{
switch (toInterfaceOrientation)
{
case... -
5 Aug 2011 4:08 AM
- Replies
- 16
- Views
- 9,835
Thanks for the code partly solved my problem but Ext.Viewport.orientation always returns 'Portrait' even if its not.
Any idea?
Thanks
Results 1 to 12 of 12
