@support-octavio wrote:
Hi lemorlenny,
It looks more likely a code problem. Please share mobione version and model and OS of your device. Also, please send us a sample project that demonstrate the issue, you can either attach it to thread or send it to support at genuitec dot com, use title mobione data from lemorlenny
I found the problem, I hope.
the line:
$('#m1-ListC-panel1-scroller').css('height', PanelH+'px !important');
should be:
$('#m1-ListC-panel1-scroller').attr('data-layout-content-height', PanelH);
tested on:
Android JellyBean 4.2.2
Mobione 2.3.2(1,20130425)
Regards