NativeScript / nativescript-angular

Integrating NativeScript with Angular
http://docs.nativescript.org/angular/tutorial/ng-chapter-0
Apache License 2.0
1.21k stars 241 forks source link

Issue with Angular Tab Navigation Template on Android #1463

Open tsonevn opened 6 years ago

tsonevn commented 6 years ago

From @svzi on July 27, 2018 16:34

Tell us about the problem

The tabs are placed above the action-bar as shown in this screenshot: https://ibb.co/jSkXUT

Which platform(s) does your issue occur on?

Android

Please provide the following version numbers that your issue occurs with:



### Please tell us how to recreate the issue in as much detail as possible.
Just start a new NS project based on the tab view starter template.

### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

Just remove `androidTabsPosition="bottom"` from line 1 in file `app.component.html`.

_Copied from original issue: NativeScript/NativeScript#6131_
svzi commented 6 years ago

Thanks for moving it!