Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using tabbar in the router scenario results in a change in view height #316

Closed
Anberm opened this issue Mar 4, 2019 · 7 comments
Closed
Assignees

Comments

@Anberm
Copy link
Contributor

Anberm commented Mar 4, 2019

Version

0.11.5

Environment

win10&Google Chrome 72.0.3626.109

Reproduction link

https://stackblitz.com/edit/angular-uqqcvm?file=src%2Fapp%2Fapp.component.ts

Steps to reproduce

1.Create multiple routing exits for different tabbars. In this example, I used one route and changed the style .am-tabs-pane-wrap:first-child, .am-tag position: absolute;
2.click on the page
3.You can see that the fixedbottom location has changed
tabbar

What is expected?

Page height remains the same

What is actually happening?

Page height change

Other?

@Anberm
Copy link
Contributor Author

Anberm commented Mar 4, 2019

Perhaps the default value for the paneMoveStyle in the tabs component would be translate3d(0, 0, 0 )

@fisherspy fisherspy self-assigned this Mar 4, 2019
@fisherspy
Copy link
Collaborator

#399 panMoveStyle has been set to translate3d(0, 0, 0 ), would it be helpful?

@fisherspy
Copy link
Collaborator

@Anberm

@Anberm
Copy link
Contributor Author

Anberm commented Apr 29, 2019

@fisherspy Useful, it has been modified like this in my project. At present, the locally packaged antd-mobile is used in the project, and I will regularly synchronize the official modifications

@fisherspy
Copy link
Collaborator

OK, we will release a new version today or tomorrow.

@fisherspy
Copy link
Collaborator

Would you close this issue?

@Anberm
Copy link
Contributor Author

Anberm commented Apr 29, 2019

@fisherspy thanks

@Anberm Anberm closed this as completed Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants