generated from NativeScript/plugin-seed
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Replace
const w = this.nativeView.owner.get();
with
const w = this.nativeView?.owner.get();
onOrientationChange() {
setTimeout(() => {
const w = this.nativeView?.owner.get();
if (w) {
// TODO: redraw the chart here to handle orientation change
}
});
}
ui-kit/packages/ui-charts/index.android.ts
Line 105 in d78dedc
| const w = (<any>this).nativeView.owner.get(); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels