nativescript-vue / nativescript-vue-ui-tests

A nativescript-vue application showcasing all elements, used to generate screenshots for the docs.
16 stars 6 forks source link

Fixed Image, TabView and WebView on iOS. #1

Closed tralves closed 7 years ago

tralves commented 7 years ago

This PR fixes the tests n iOS for Image, TabView and WebView.

The solution for the Image was to add an image named icon to Assets.xcassets (in iOS, the app icon is AppIcon instead of icon in Android.

The solution for the TabView and WebView was to set rows="*" in the parent GridLayout so the children are given all the available space.