nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
219 stars 80 forks source link

[Tabs] [Angular] Swipe doesn't work #273

Closed valera1401 closed 3 years ago

valera1401 commented 3 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Created the simple app with ns create my-tab-ng --template @nativescript/template-tab-navigation-ng Replaced app.component.html with the following markup: <MDTabs> <MDTabStrip> <MDTabStripItem> <Label text="Page 0"></Label> </MDTabStripItem> <MDTabStripItem> <Label text="Page 1"></Label> </MDTabStripItem> <MDTabStripItem> <Label text="Page 2"></Label> </MDTabStripItem>

<MDTabContentItem> <Label text="Page 0" class="h2 text-center"></Label> </MDTabContentItem> <MDTabContentItem> <Label text="Page 1" class="h2 text-center"></Label> </MDTabContentItem> <MDTabContentItem> <Label text="Page 2" class="h2 text-center"></Label> </MDTabContentItem>

Swipe doesn't work.

farfromrefug commented 3 years ago

@valera1401 should be fixed in latest