Environment
✔ Component nativescript has 5.0.1 version and is up to date.
✔ Component tns-core-modules has 5.0.3 version and is up to date.
✔ Component tns-android has 5.0.0 version and is up to date.
✔ Component tns-ios has 5.0.0 version and is up to date.
Describe the bug
If you use navigationBar.prefersLargeTitles = true; you can't control the color of the title with css like you can with a normal title like this ActionBar { background-color: #fff; color: #f00; }
To Reproduce
Scroll the page and see the title change color between its large and normal versions.
Expected behavior
The large title should have the defined color too just like the normal title.
Sample project
https://play.nativescript.org/?template=play-vue&id=vLJE4t
Additional context
iOS only.
Reactions are currently unavailable
Environment
✔ Component nativescript has 5.0.1 version and is up to date.
✔ Component tns-core-modules has 5.0.3 version and is up to date.
✔ Component tns-android has 5.0.0 version and is up to date.
✔ Component tns-ios has 5.0.0 version and is up to date.
Describe the bug
If you use navigationBar.prefersLargeTitles = true; you can't control the color of the title with css like you can with a normal title like this ActionBar { background-color: #fff; color: #f00; }
To Reproduce
Scroll the page and see the title change color between its large and normal versions.
Expected behavior
The large title should have the defined color too just like the normal title.
Sample project
https://play.nativescript.org/?template=play-vue&id=vLJE4t
Additional context
iOS only.