When I execute the openFilePicker or the openImagePicker method and I select a file (tapping the "done" button) it navigates to the same component (but in other instance) before the getFiles event triggers. That generates inconsistence between the state of both components.
To Reproduce
Steps to reproduce the behavior:
Execute either openFilePicker or openImagePicker method and select a file.
Expected behavior
A clear and concise description of what you expected to happen.
It must stay in the same component
NativeScript Info(please run tns info):
Getting NativeScript components versions information...
✔ Component nativescript has 6.3.3 version and is up to date.
✔ Component tns-core-modules has 6.3.2 version and is up to date.
✔ Component tns-android has 6.3.1 version and is up to date.
✔ Component tns-ios has 6.3.0 version and is up to date.
Sample Code(please provide minimum code to reproduce problem):
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
NativeScript Info(please run
tns info
):Sample Code(please provide minimum code to reproduce problem):