You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add `isCanvasReady()` validation before firing any native events
* feat: init `onCanvasReady` event
* chore: cleanup extra consoles on example app
* docs: add `onCanvasReady` to README
* fix: `topCanvasReady` error on iOS
| permissionDialogTitle |`string`| Android Only: Provide a Dialog Title for the Image Saving PermissionDialog. Defaults to empty string if not set |
99
99
| permissionDialogMessage |`string`| Android Only: Provide a Dialog Message for the Image Saving PermissionDialog. Defaults to empty string if not set |
100
100
| onGenerateBase64 |`function`| An optional function which accepts 1 argument `result` containing the base64 string of the canvas. Called when `getBase64()` is invoked. |
101
+
| onCanvasReady |`function`| An optional function called when the canvas is ready for interaction. |
0 commit comments