Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Scrolling on Mobile not working #365

Closed elinfante closed 9 years ago

elinfante commented 9 years ago

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!

elinfante commented 9 years ago

We found the solution!

Add this at the beginning of your app:

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