Arsalan

Results 8 comments of Arsalan

> Hi, do you have a sample showing how to add this to a vue.js project? Hi! Is there any solution for nativescript-vue?

Similar problem https://github.com/NativeScript/nativescript-ui-feedback/issues/1192

I have the same issue. Using observable array

I found that issue is related to itemHeight here: ``` ``` when itemHeight is not defined listView loses current scroll position related thread [here](https://github.com/NativeScript/nativescript-ui-feedback/issues/115)

You should bind needed page to variable and save it elsewhere accessible to goBack: ```html let optionsPage; ```

Anyways all layout components are different between web and native platforms. So yo can reuse only business logic: Model and partially ViewModel in MVVM pattern.

Look https://github.com/halfnelson/svelte-native/issues/186