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
@georgemark0v can you try with the old runtime? I feel like it might related to the v8 runtime.
By the way i think it is an issue with the collectionview and not the label ;)
Can you replace it with a label just to test too?
@georgemark0v can you try with the old runtime? I feel like it might related to the v8 runtime.
By the way i think it is an issue with the collectionview and not the label ;)
Can you replace it with a label just to test too?
With ListView HTMLLabel works fine.
Will try old runtime.
"@nativescript-community/ui-label": "^1.0.57",
"@nativescript-community/ui-collectionview": "^4.0.9",
"@nativescript/ios": "7.0.6"
<HTMLLabel :html="props.item.text" borderWidth="0" margin="0" padding="0" :marginTop="$options.getTopMargins( props.item, props.displayAuthor, props.chat )" marginLeft="8" marginRight="8" :fontSize="$options.ui().theme.chat.fontSize" :color="$options.ui().theme.chat.recived.color" textWrap="true" lineHeight="1.5" />
The text was updated successfully, but these errors were encountered: