Angularjs Onsen+;视差

Angularjs Onsen+;视差,angularjs,parallax,onsen-ui,Angularjs,Parallax,Onsen Ui,onsen和parallax都在运行,但是parallax scroll事件没有被触发,当我关闭onsen(从下面的代码)时,它工作得非常好。我不知道是什么导致了这个问题 (function () { angular.module('gcc', [ 'onsen', 'perfectParallax']); function px () {} angular .module('gcc') .controller('px', px

onsen和parallax都在运行,但是parallax scroll事件没有被触发,当我关闭onsen(从下面的代码)时,它工作得非常好。我不知道是什么导致了这个问题

(function () {
     angular.module('gcc', [
     'onsen',
     'perfectParallax']);

     function px () {}
     angular
    .module('gcc')
    .controller('px', px);
})();

你能告诉我你在哪个平台上测试它吗?@Andi Pavllo我在chrome上测试(使用设备模式[iOS6&Android]),我也在使用