wendt88
wendt88
yes, also with 0ms of timeout it breaks
@progand i used the good old [`TabView`](https://nativescript-vue.org/en/docs/elements/components/tab-view/) component
@rigor789 any news? in NS 7 there come more and more problems with `TabView`, so I have to switch to the `Tabs`-component. I tried to [render it dynamicaly](https://docs.nativescript.org/ui/components/tabs#dynamic-creation) (successfully), but...
found a solution: ``` import { topmost } from 'ui/frame'; topmost().currentPage.__vuePageRef__.$navigateTo(...) ``` any other solution is welcome ;) I hope the key `__vuePageRef__` does not changes, or a method, that...
Hi @ok200paul, I downgraded `nativescript-vue` and after a while I upgraded again and it seems to work. but now it occurs again with version `2.8.3` and iOS `14.2`. can you...
Thank you @ok200paul, I made some checks & workarounds to made it work. But I have to update my app to NS 7 and so I must upgrade `nativescript-vue` too....
Is it possible to use [this solution](https://stackoverflow.com/a/51311634/1826106) with that plugin?
@EddyVerbruggen can you please merge it? @weathered-fire-2600 thx!
@TPham92 thx for your feedback! now i found out, that the app crashs on every map (not marker) tap. I do not have any listener. debugging a bit I found...
`nativescript-ui-chart` `6.0.0` does no works with `nativescript` `6.4` in `iOS`, so I have to update it. By clearing the content of `function setupCssScope` in `ui-chart.commom.js`, I "resolved" the problem (it's...