NativeScript / nativescript-marketplace-demo

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.
http://www.nativescript.org
Apache License 2.0
325 stars 97 forks source link

Broken UI on Iphone #304

Closed netarrow closed 1 year ago

netarrow commented 5 years ago

Hello,

I forked the repo and executing directly with tns run ios I see many broken examples, while same codebase perfectly works on Android.

Am I missing some steps for running on iOS? I am currently unable to test on a real iPhone so cannot check If App Store version works or not, I am using xcode simulator of a iPhone 8 Plus, nativescript 4.2.4 and tns doctor is all ok.

These the broken examples:

Reservation remains white giving a error in console schermata 2018-11-02 alle 14 06 25

Selection, item reorder and item layouts remains white. Item layouts in particular write in console "invalid assets name"

schermata 2018-11-02 alle 14 06 13 schermata 2018-11-02 alle 14 05 43 schermata 2018-11-02 alle 14 05 24

In any page, the '...' menu opens with only one item with oddly UI

schermata 2018-11-02 alle 14 04 19

The menu seems different compared to Android version with that black bar:

schermata 2018-11-02 alle 14 06 39

Thank you