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
In Groceries I attempted to add text-decoration: line-through to a <Label> element in an Angular template, and it works fine on Android, but causes the app to crash on iOS.
Login and make sure at least one grocery is checked.
Open app.css and uncomment the text-decoration: line-through line.
Run livesync.
I think this is specific to the Angular plugin, because I can apply my line-through class name to other UI elements without any issues. It’s only when I apply it within an Angular template that I have problems. (Oh and I’m using the class currently on this line).
Thanks
The text was updated successfully, but these errors were encountered:
Hi @tjvantoll I've made a pull request regarding Everlive synchronization which was the only problem I've found on sample-groceries app. I cannot reproduce the issue with text-decoration. Could you please confirm that the problem still exists?
In Groceries I attempted to add
text-decoration: line-through
to a<Label>
element in an Angular template, and it works fine on Android, but causes the app to crash on iOS.Here’s the stack trace:
You can recreate this in Groceries pretty easily:
git clone https://github.com/NativeScript/sample-Groceries.git
git checkout angular
tns install
app.css
and uncomment thetext-decoration: line-through
line.livesync
.I think this is specific to the Angular plugin, because I can apply my
line-through
class name to other UI elements without any issues. It’s only when I apply it within an Angular template that I have problems. (Oh and I’m using the class currently on this line).Thanks
The text was updated successfully, but these errors were encountered: