Search Type: Posts; User: trkaky

Search: Search took 0.03 seconds.

  1. 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...
  2. any thoughts?
  3. 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...
  4. 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...
  5. 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...
  6. Replies
    3
    Views
    471
    I'm experiencing this issue in ST 2.0.1, same script with 2.0.0 runs ok tho.
  7. Cheers saved a couple of hours of mine.
  8. and how to align items horizontally? Hack into the css and update x-dataview-item class?

    EDIT: for horizontal align; "inline:true"
  9. Why is that?
  10. Replies
    5
    Views
    1,561
    listeners: {
    swipe:{
    element: 'el',
    fn: function(evt,el){
    console.log('swiped');
    }
    }
    }
  11. Solved


    - (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration{
    switch (toInterfaceOrientation)
    {
    case...
  12. 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