-
Hello,
Getting following error on Android with snackbar 2.1.0:
Uncaught (in promise): TypeError: Cannot read property 'findViewById' of undefined
```
0: {
columnNumber: 35
lineNumber…
-
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…
-
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 …
-
Seems there is bug on android 14
```
public async playRecord(
attachment = undefined,
attachmentId = undefined,
args,
repeat: boolean = false
) {
…
-
### If the demo apps cannot help and there is no issue for your problem, tell us about it
Please, ensure your title is less than 63 characters long and starts with a capital
letter.
I want the …
-
Steps:
1. `git clone https://github.com/EddyVerbruggen/nativescript-bluetooth.git`
2. `cd nativescript-bluetooth`
3. `tns install`
4. `cd ..`
5. `git clone https://github.com/EddyVerbruggen/nativ…
-
### Make sure to check the demo app(s) for sample usage
- Done
### Make sure to check the existing issues in this repository
- Done
### If the demo apps cannot help and there is no issue for you…
-
In the NativeScript Preview App, there are Examples of layouts (in the section: 'RootLayout') with demos of key UI elements: Bottom Sheet, Mini Bottom Sheet, Custom Modal, Snackbar, Sidebar. I cannot …
-
Hi,
Im upgrading the version of nativescript of my nativescript angular app.
I upgraded then from the plugin datetimepicker to @nativescript/datetimepicker
I puted the last version but i have…
-
### Did you verify this is a real problem by searching [Stack Overflow]
Yes
### Tell us about the problem
If both longPress and tap event are bound to a ListView, it's difficult handling both events…