Skip to content

Commit

Permalink
fix(camera): Remove capture attribute from multiple photo picker (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Nov 11, 2021
1 parent 7563040 commit e551ef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion camera/src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export class CameraWeb extends WebPlugin implements CameraPlugin {
}

input.accept = 'image/*';
(input as any).capture = true;

input.click();
}
Expand Down

0 comments on commit e551ef7

Please sign in to comment.