Closed anoggi closed 3 years ago
This issue was fixed in @nativescript/angular
10.1.4 and 10.1.5, see https://github.com/NativeScript/nativescript-angular/blob/master/CHANGELOG.md#1015-2020-09-21
Preview is using nativescript-angular >= 10.1.5, which is why the error is not occurring.
Environment
Describe the bug I have a small view with a
StackLayout
. When usingtns preview
the components inside are displayed as expected in the order specified. However, when using the apk, theCheckBoxes
are displayed as last component of theStackLayout
. The reason seems to be the use ofngFor
.Here are two screenshots illustrating the issue:
Correct behavior when using tns preview
Incorrect behavior when using apk
To Reproduce
Expected behavior apk behaving like in the first screenshot (with
tns preview
)