-
Notifications
You must be signed in to change notification settings - Fork 3.4k
tab swipe not smooth as ionic SlideBox does #907
Comments
How were you able to get the events to work when you pull in both ionic and angular-material? I had to stop using ionic becuase when i include that library, any events from angular-material input controls (i.e. text-box, buttons etc) all throw an error due to the event-type not being defined. So some issue with how events are managed between the 2 frameworks. how did you get around that issue? |
@jeffthompson1971 |
This sounds related to the drag support that is happening with the sidenav (#6174). Perhaps the same sort of implementation could be carried over to md-tabs as well? |
I already built a drag functionality for tabs, but this was some months ago. It is really hard to calculate the correct transformations for two tab contents. Once you've finished the general drag behavior, many problems will appear, with static tabs and dynamic tabs etc. |
I make two demo sample as two link
https://material.angularjs.org/#/demo/material.components.tabs
&
http://ionicframework.com/docs/api/directive/ionSlideBox/
I feel swipe gesture on Material Tabs not feel smooth like ionic SlideBox and Material Tabs sometimes swipe not work, need swipe twice or third times.
The text was updated successfully, but these errors were encountered: