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
Any additional CSS added to a component doesn't cause children to update.
Which platform(s) does your issue occur on?
Android (but probably both)
Please provide the following version numbers that your issue occurs with:
Core: v1.62
Runtime: v1.62
TNS: v1.61
Please tell us how to recreate the issue in as much detail as possible.
Use the code/xml/js and hit the button. If the child components are refreshed then background on the label should turn green.
To see what it actually should do, manually add the "added" to the page class in the xml and start the app again to see what it looks like if the css existed from the beginning.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
<Pageid="Page"class="">
<StackLayout>
<Labelid="statusLabel"text="Hi this is a Test and should be green after tap" class ="lab1"/>
<Buttontext="tap"tap="onTap"/>
</StackLayout>
</Page>
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
Yes
Tell us about the problem
Any additional CSS added to a component doesn't cause children to update.
Which platform(s) does your issue occur on?
Android (but probably both)
Please provide the following version numbers that your issue occurs with:
Core: v1.62
Runtime: v1.62
TNS: v1.61
Please tell us how to recreate the issue in as much detail as possible.
Use the code/xml/js and hit the button. If the child components are refreshed then background on the label should turn green.
To see what it actually should do, manually add the "added" to the page class in the xml and start the app again to see what it looks like if the css existed from the beginning.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
The text was updated successfully, but these errors were encountered: