grimace
September 15, 2016, 9:47pm
1
finally found a reference to what I’m experiencing, unfortunately op had no response. I’m tracking only on-touch and on-release and on-release get’s called immediately ( just as this op mentions ). Anyone have an idea as to why this is?
http://stackoverflow.com/questions/37856869/ionic-on-release-event-is-triggered-before-releasing-actually
grimace
September 15, 2016, 10:01pm
2
also related to this:
After updating from ionic 1.1.1 to ionic 1.2.4 I found some different behaviors but the one that upsets me most is the on-touch gesture.
The problem is with the structure:
<div class="bt_l">
<img ng-src="{{ imagebl }}" on-touch="butTouch()" on-release="butRelease()"/>
</div>
with version 1.1.1 when I touch with the finger in the image butTouch() was fired, then I was able to move the finger over the button with out triggering the release event until I take off the finger from the screen.
…
where op quotes this:
http://stackoverflow.com/questions/36450481/ionic-1-2-4-problems-with-on-touch-behaviour
this seems like a bug, I’m using 1.3.1 and it is still a problem.