Achraf Bardan
Achraf Bardan
Found a good solution: ```typescript const options: Record = { 'distance': 'Distance ascending', '-price': 'Price ascending', } Dialogs.action({ message: 'Sort by', cancelButtonText: 'Cancel', actions: Object.values(options), }).then((result) => { if (result)...
I have the same problem it only works when i delete the app from the emulator and the re run everything after rebuilding again i get the error: [Navigator] Failed...
I think it is related to this: https://github.com/nativescript-vue/nativescript-vue/issues/472.
@rigor789 do you perhaps remember the solution you gave here https://github.com/nativescript-vue/nativescript-vue/issues/472#issuecomment-480535511, it can't be opened anymore because playground is gone.