The problem is once I set this function:
$('#survey').flickable({segments:num_segments});
I can't find the way to reset, destroy it or override it. So if the user flips the tablet or resizes the window of his browser the segment flicks with the wrong width (set on page load). Thanks in advance.
I run accross the same problem and saw your question, so look inside the code and came up with this solution, it works fine :)