Igor Randjelovic
Igor Randjelovic
@msaelices the gif looks a tad bit better, but still incorrect due to the different items having weird heights. If I remember correctly, the scrolling would actually jump and feel...
A little bit of insight why a navigation occurs: vue-hot-reload-api is responsible for handling hot module "chunks". In case a template changes, it replaces the render function with a new...
@MartoYankov The issue I can think of with using `clearHistory` is that in case the HMR happens on a page that was navigated to (Details page for example), you loose...
👍 I think an internal method for doing it without any transitions would solve quite a few issues for both Angular and Vue
Appium works with NativeScript-Vue, but it is not currently documented, nor there is an official example project. One project that uses it: https://github.com/nativescript-vue/nativescript-vue-ui-tests It's used to generate the screenshots for...
@msaelices yes definitely worth upgrading, and making sure that it still works. The current screenshots for the docs have been generated by Eddy if I remember correctly, eventually I would...
You are seeing an inflated size because the `apk` contains multiple architectures. Try building an aab with `--aab`. The file itself will have a similar size, but will end up...
@syahnur197 perhaps try listing all symbols in the `platforms/ios` folder ```bash cd platforms/ios find . -type f ! -name '*.*' | xargs nm -a > all-symbols.txt grep -i "SensorKit" all-symbols.txt...
`@nativescript/[email protected]` contains the fixes, but 8.5.1 does not yet - as that was another fix that was released today. You can work with `@nativescript/[email protected]` until I release `@nativescript/[email protected]` (likely tomorrow)....
Update: Just published `@nativescript/[email protected]` that contains both the 8.5.1 fixes and the inspector fixes that I'm working on...