Closed Upd4ting closed 4 years ago
I am having the same issue on NS 7. Please let me know how we can resolve this.
It appears that it's because of the fontSizeProperty
that he declares as CssProperty
into his android implementation.
I've done a patch-package for that in waiting of a fix by the author.
@Upd4ting, @stephaneQ2, this plugin is now managed in another repo: https://github.com/nstudio/nativescript-plugins I opened an issue there regarding the same problems, https://github.com/nstudio/nativescript-plugins/issues/1 The issue is fixed now. Try 2.0.4 version from the NPM, https://www.npmjs.com/package/@nstudio/nativescript-checkbox
@boris01 Thanks for letting us know!
Hey there.
It appears that when using a
CheckBox
into my page myLabel
that are at the bottom of theCheckBox
have their fontSize override to14
. Elements above theCheckBox
aren't overrided.Any idea?