ui-material-components icon indicating copy to clipboard operation
ui-material-components copied to clipboard

Monorepo that contains all of the NativeScript Material Design plugins.

Results 102 ui-material-components issues
Sort by recently updated
recently updated
newest added

When you have a sheet open in the middle of the screen you cannot interact with the screen behind it, this PR adds that you can interact. For now it...

### Which platform(s) does your issue occur on? - iOS - emulator and device ### Please, provide the following version numbers that your issue occurs with: - CLI: 8.2.3 -...

### Which platform(s) does your issue occur on? -Android ### Please, provide the following version numbers that your issue occurs with: @nativescript-community/ui-material-bottomsheet v6.2.23 ### Please, tell us how to recreate...

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...

Latest versions of NS cli, NS Android, NS iOS and version 7.0.24 of @nativescript-community/ui-material-speeddial Both on Android and iOS it returns the error `TypeError: Cannot read property 'horizontalAlignment' of undefined`...

- @nativescript/angular: 13.0.2 - @nativescript-community/ui-material-ripple: 6.2.14 ``` import { NativeScriptMaterialRippleModule } from '@nativescript-community/ui-material-ripple/angular'; @NgModule({ bootstrap: [AppComponent], imports: [ NativeScriptModule, HttpClientModule, AppRoutingModule, NativeScriptMaterialBottomNavigationModule, NativeScriptMaterialRippleModule, NativeScriptMaterialTabsModule, MediaModule ], ``` ``` ``` Works...

I think I've found a bug with how the `numberOfDiscreteValues` is being calculated for iOS. I'm currently using `@nativescript-community/[email protected]` I have the following example: Min Value: 1000 Max Value: 10000...

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...

Using Nativescript 8.2.3, Android emulator (Pixel 5 API 30) When the initial tab is not the first, then the incorrect (first) tab is selected though the tab content is selected...

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...