Famous/famous-angular

Scrolling on Mobile not working

elinfante opened this issue · 1 comments

Hi,

We have created a famous/angular project to display some data visualisations.
So far we have tested it on desktops browsers and seems to work as expected. The problem came up when we tested on mobile devices. Users are not able to Scroll the page anymore.

I wonder If might be an issue related to FlexScrollView within famous.

Any idea why that could happen?

Have a look at the issue in action on the following test page. Must be tested on mobile devices.
http://www.buzzradar.com/angular_shortcode/

Thanks!

We found the solution!

Add this at the beginning of your app:

var Engine = $famous['famous/core/Engine'];
Engine.setOptions({appMode: false});