Kieu Quang

Results 17 comments of Kieu Quang

Yes, i did. But mapview still missing. I try set collapsable to false/true but same result.

This is my captureOptions `const options ={ format: 'png', quality: 1, result: 'tmpfile', snapshotContentContainer: false, handleGLSurfaceViewOnAndroid: true, useRenderInContext: false,} ` When i set `handleGLSurfaceViewOnAndroid` to `true` Mapview will appear but...

> Had tough time using the package. So went about custom approach using WebView. > > #### `utils/graph-webview-html.ts` > ```ts > function graphWebviewHtml(chartOptions: Highcharts.Options): string { > return ` >...