Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

tab swipe not smooth as ionic SlideBox does #907

Closed
nvcken opened this issue Dec 11, 2014 · 5 comments
Closed

tab swipe not smooth as ionic SlideBox does #907

nvcken opened this issue Dec 11, 2014 · 5 comments
Milestone

Comments

@nvcken
Copy link

nvcken commented Dec 11, 2014

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.

@ThomasBurleson ThomasBurleson modified the milestone: Backlog Dec 11, 2014
@jeffthompson1971
Copy link

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?

@nvcken
Copy link
Author

nvcken commented Jan 5, 2015

@jeffthompson1971
No, I am not pull in ionic + angular-material together, I make separate sample follow links above.

@robertmesserle robertmesserle self-assigned this Mar 12, 2015
@robertmesserle robertmesserle modified the milestones: post-1.0 , Backlog Aug 4, 2015
@ThomasBurleson ThomasBurleson modified the milestones: post-1.0 , Backlog Jan 5, 2016
@code-tree
Copy link
Contributor

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?

@code-tree
Copy link
Contributor

@nvcken

sometimes swipe not work, need swipe twice or third times

This is probably due to the sensitivity, which I've just opened an issue for (#7855)

@devversion
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants