We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I use this plugin on android / device (usb). Ns : 8.2.2. VueJs : 2.6.12
I randomly get this type of error : " attempt to use cleared object reference id=...."
I have seen that there could be issue with "marking mode : none"
Has anyone had this kind of messages on android ?
Here is my code :
================ <DateTimePickerFields locale="fr_FR" hintDate="Choisissez une date" hintTime="Choisissez une heure" :date="resa_arrivee" :pickerDefaultDate="pickerDefaultDate" @dateChange="onDateTimeChangeArrivee"
Other plugins used :
@nativescript-community/ui-collectionview": "^4.0.49", "@nativescript-community/ui-material-bottomnavigationbar": "^7.0.5", "@nativescript/core": "~8.2.0", "@nativescript/datetimepicker": "^2.1.11", "@nativescript/secure-storage": "^3.0.0", "@nativescript/theme": "~3.0.2", "nativescript-barcodescanner": "^4.1.2", "nativescript-ui-sidedrawer": "~10.0.2"
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I use this plugin on android / device (usb).
Ns : 8.2.2.
VueJs : 2.6.12
I randomly get this type of error : " attempt to use cleared object reference id=...."
I have seen that there could be issue with "marking mode : none"
Has anyone had this kind of messages on android ?
Here is my code :
================
<DateTimePickerFields locale="fr_FR"
hintDate="Choisissez une date"
hintTime="Choisissez une heure" :date="resa_arrivee" :pickerDefaultDate="pickerDefaultDate"
@dateChange="onDateTimeChangeArrivee"
......
Other plugins used :
@nativescript-community/ui-collectionview": "^4.0.49",
"@nativescript-community/ui-material-bottomnavigationbar": "^7.0.5",
"@nativescript/core": "~8.2.0",
"@nativescript/datetimepicker": "^2.1.11",
"@nativescript/secure-storage": "^3.0.0",
"@nativescript/theme": "~3.0.2",
"nativescript-barcodescanner": "^4.1.2",
"nativescript-ui-sidedrawer": "~10.0.2"
Thanks.
The text was updated successfully, but these errors were encountered: