I have a responsive mobile site using angular and the ng-view system (still rather new to angular), and once a view has loaded, it has a peculiar quirk. I can't scroll the page vertically using the main div and content, I have to grab ahold of the few pixels of background on either side of the main div and scroll from there. Once I do that, the main content div will work as well. It feels like once angular is done putting the object into the dom, it's not "active" for scrolling purposes on a phone. Any ideas what could be causing it? I've tried various version of angular (currently on 1.3.0-beta.5) and a few different structures of my CSS, so far to no avail. Just curious if anybody has any wisdom or has seen this before.
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
