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

Issue with marking mode... attempt to use cleared object

Open Echoju opened this issue 3 years ago • 0 comments

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 :

================ <StackLayout width="100%" class="wrap_form " > <label row="0" col="0" class="label_form" textWrap="true" text="Arrivée :" /> <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.

Echoju avatar Sep 02 '22 23:09 Echoju