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.