Hi, thanks for the tutorial.
I follow your instruction on how to use the iscroll code. But i’m having a problem, the iscroll only show/works when i inspect element. I think the refresh function is not working on my app
$("#scroller")[0].myScroll.refresh();
. I put it on OnPageChange in my multipage. I have lots of multipage and screens. I tried putting it all my because the iscroll html is rooted on the last multipage but nothing is working.
Senario:
multiPage1 ——-I put the call refresh() function here
>Home
>Options
>ContactUs
>About
multiPage2 ——//I also put the call refresh() function here
>page1
>page2
>page3
>html3 ——//this part where my iscroll code is located
Anybody could help me? I’m having a hard time right now.