Osei Fortune
Osei Fortune
For angular it would be as follow ```ts import { CanvasModule } from '@nativescript/canvas/angular'; @NgModule({ imports: [ CanvasModule ], declarations: [ AppComponent ], bootstrap: [AppComponent] }) ``` ```html ```
@Bidou44 can u try with the latest alpha version ?
There are somethings I need to add back into core to ensure the 3rd party libs used with canvas remain functional , that’s the only reason it exists
Time to to move the extra features into core
This was more for allowing it to be used in 2d , when this issue was created it was possible to use metal in 2D . Now it can also...
Added https://github.com/NativeScript/canvas/commit/9a5723f7f7b6aa555e8a3f020ffc8bfc5753ad50
Is the state of the elements dependant on the ad ?
Which platform is this running on ?
Never mind just saw it in the title is this using 8.3 ?
Have you tried wrapping the navigate in a timeout?