Bruno Joseph

Results 3 comments of Bruno Joseph

There's no method to disable rowGrid but you could do it manually like this: ```JavaScript $(window).off('resize.rowGrid'); $('.container .item').removeAttr('style').removeClass('first-item last-row'); ```

Maybe I add the option to set the height of the last row to the average height of all other rows. Would this be okay?

I had the same problem with my own app and the sample app on Android 4.2.2 (API level 17). Then I tried it with Android 4.1.2 (API 16) and it...