Description
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.