Hello,
I wuld like to ask for a hint. I'm using the backstack with trigger.io for mobile app (testing currfently on android phone) and have problem that I cant resolve. I have a list of products iwant display using BackStack pushView(). Prodocts displays correctly but the view doesnt scroll verticaly (and it should because I have many products/items). When I dont use Backstack and just replace the container div with the same html as used with back stack, the scroll bar appears correcly. Is there something I miss?
Thank you ...