Most probably this bug isn’t related directly to ionic, but I think here’s the best place to look for help.
I have a view loaded inside <ng-view></ng-view> the view is consisted with multiple cards using ng-repeat. Each card contains a youtube video using the html5 iframe method.
Right now scrolling up and down works perfect if I am dragging up/down on the content but when I try to scroll from the iframe most probably it try to scroll inside the iFrame itself not in the container.
Hi @max, Thanks for creating the issue :), I think using a <video> tag with youtube is somehow possible but it’s hacky and against youtube terms of use.
I will check it again, and I will keep updated here or on the github issue.
Seems to be some confusion. Issue 306 talks about having trouble with multiple iframes on a page. But I cannot get scrolling to work on the content WITHIN a single iframe on a page. And I am not doing video. Just bringing in an external page.