Requirement for skip the "save"/"delete" cofirm page
See original GitHub issueFirst, I have to say, this is a awsome plugin which make call to native camera so easy.
But on Android device, after I take photo, a confirm page show, I have to press “save” or “delete”。
Could you please add a option to skip this page?
I searched on google, then get this information:
add intent.putExtra("android.intent.extra.quickCapture",true);
to the camera intent can skip the confirm page, hope this can do some help。
I want to take photo continuesly without confirm and open again, is that possible?
Best regards
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Take camera picture without "save" / "delete" confirmation
I would like to skip this extra dialog and directly display the image in the ImageView (when onActivityResult gets called), because it means ......
Read more >Skip errors to continue discovering an application service
If you know what configuration items (CIs) and connections make up your application service, you can enable Service Mapping to continue discovery of...
Read more >Sophos Email Encryption Process
If processed correctly, you will then be directed to a confirmation page: ... You can then print, move, save, delete, or reply to...
Read more >Red Hat Process Automation Manager - 7.1
After you have created and defined a page, use the Page Editor to save, delete, rename, or copy pages as required. Procedure. In...
Read more >Voicemail User Guide
“#“ will confirm an entry or skip to next option ( ex : To confirm your password press # ). “*” will bring...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It works! Thank you for your quickly awsome work. Check this gif.
Haha, as I searched, samsung device and huawei device has no effect. Maybe because these two always like to modify android source code.