Disabled scrolling after change state

Hello!
I’ve got some problem with scrolling list after change state. Simple example:
Got list of documents (can scroll) > chose one of list items (changed page) > went back to the list and now I can’t scroll list any more.
What is more this problem apears on android 4.1+. When I’ve tested app on android 2.3 everything’s been working perfect.
Unfortunatelly I couldn’t test it on iOS.
I’ve added "overflow-scroll=“true” on ino-content tag.

Other movements like toggeling left to menu or clicking on list item work good.

Hope u’ve had similar problem and resolved it ;))