You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My screen has several layouts stacked, and labels inside, but the labels that start ofscreen (scrollable) never become visible. They are available in the elements navigator in chrome. Also, if I add labels before, I can clearly see that the labels which are offscreen do not get rendered.
Is there any "smart" detection of wether something should be visible implemented in NS?
Hi @jrz,
I have tested the described scenario with the latest tns-core modules and nativescript-angular, and the issue seems to be resolved. For your convenience, I am attaching a sample project. You can test it on your side and check if you will be able to recreate the issue. Archive.zip
Uh oh!
There was an error while loading. Please reload this page.
Just upgraded to 5.0 final.
My screen has several layouts stacked, and labels inside, but the labels that start ofscreen (scrollable) never become visible. They are available in the elements navigator in chrome. Also, if I add labels before, I can clearly see that the labels which are offscreen do not get rendered.
Is there any "smart" detection of wether something should be visible implemented in NS?
My screen is roughly:
The problem seems to be the docklayout.
I've replaced it with FlexboxLayout, and it's fine.
The text was updated successfully, but these errors were encountered: