nativescript-snackbar icon indicating copy to clipboard operation
nativescript-snackbar copied to clipboard

:lollipop: :chocolate_bar: NativeScript plugin for Material Design SnackBar

Results 4 nativescript-snackbar issues
Sort by recently updated
recently updated
newest added

**Once snackbar display and without waiting for dismiss of snackbar, if I navigate to another screen then it gives an error of TypeError: Cannot read property '_getReason' of null** Full...

file:///data/data/.../files/app/tns_modules/nativescript-snackbar/snackbar.js:28:108 ` _this._snackbar =android.support.design.widget.Snackbar.make(frame_1.topmost().currentPage.android, snackText,3000); ` Can you help me?

research

Material design for iOS specifies the snackbar to "contain up to two lines of text" (https://material.io/develop/ios/components/snackbars/). But the nativescript snackbar on iOS always clips the text after one line. Is...

enhancement

If we could set a position property, to maybe say bottom, or top. That would be useful. Just in cases where developers are using it to handle validation alerts.