You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team is running into markingMode: none problem and I think it may have something to do with this plugin. I was wondering if you’ve encountered this yourself and if so, how did you handle it? Do you know of any workarounds specific to the checkbox plugin that I can implement? I know that I should be making the native variables global, but I’m not sure if I’m correctly finding all of the native variables, and I’m doubly not sure of where I should be releasing them (I’m struggling to find the end of their life-cycle). Any help at all would be greatly appreciated.
My team is running into markingMode: none problem and I think it may have something to do with this plugin. I was wondering if you’ve encountered this yourself and if so, how did you handle it? Do you know of any workarounds specific to the checkbox plugin that I can implement? I know that I should be making the native variables global, but I’m not sure if I’m correctly finding all of the native variables, and I’m doubly not sure of where I should be releasing them (I’m struggling to find the end of their life-cycle). Any help at all would be greatly appreciated.
The error we're getting looks something like this:
Error: com.tns.NativeScriptException: Attempt to use cleared object reference id=some-object-id-number
Here's a breakdown of the problem:
https://docs.nativescript.org/core-concepts/android-runtime/advanced-topics/marking-mode-none
The text was updated successfully, but these errors were encountered: