We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123193b commit 3e275d7Copy full SHA for 3e275d7
camera/src/web.ts
@@ -23,7 +23,7 @@ export class CameraWeb extends WebPlugin implements CameraPlugin {
23
document.body.appendChild(actionSheet);
24
}
25
actionSheet.header = options.promptLabelHeader || 'Photo';
26
- actionSheet.cancelable = false;
+ actionSheet.cancelable = true;
27
actionSheet.options = [
28
{ title: options.promptLabelPhoto || 'From Photos' },
29
{ title: options.promptLabelPicture || 'Take Picture' },
0 commit comments