Open roymasad opened 8 years ago
ok i got around this issue by adding a timer delay to dragend to initialize after angular
but now i noticed that the angular bindings no longer auto update without a page refresh
is dragend compatible with angular at all ?
Hello,
I got dragend working fine with angular and onseui 2.0 But there is a problem Whenever i run a page dom manipulation command like
splitter.loadContentPage('welcome.html') or app.navigator1.pushPage('help.html');
dragend just breaks
i can no longer swipe move and all tabs display as one long page, it is as if the dragend initialization command wasnt run
any idea what is causing this ?