ion-slide-box-tabs icon indicating copy to clipboard operation
ion-slide-box-tabs copied to clipboard

can't select/highlight text inside content

Open parliament718 opened this issue 9 years ago • 0 comments

Here' s a codepen with ion-slide-box-tabs and with content inside being the froala rich text editor.

http://codepen.io/parliament718/pen/ZGoKxG

If you highlight some of the text, you'll see the editor popup. This only work because I commented out the addEvents()

That is, these following lines cause the issue of being unable to highlight text

   ionic.onGesture("dragleft", scope.onSlideMove ,slider[0]);
   ionic.onGesture("dragright", scope.onSlideMove ,slider[0]);
   ionic.onGesture("release", scope.onSlideChange ,slider[0]);

How can we make these plugins "play nice" with each other?

parliament718 avatar Jul 10 '15 04:07 parliament718