Closed manojdcoder closed 6 years ago
@bradmartin Did you have a chance to check this? Any possible workaround / directions you could give me?
@bradmartin As far I understood from release notes of {N} 3.3.0, css is now applied in onLoaded
callback. Calling the super.onLoaded()
did the trick, would be great if you take a moment to review & merge and push a release to NPM.
After upgrading to {N} 3.3.0, the following issues were observed in iOS version. Android still works as expected.
height
via CSS is not honored, only inline height attribute is effective.penColor
/penWidth
doesn't make any difference.Issues can be easily reproduced by updating the
tns-ios
to3.3.0
in demo app.