You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/05/31 11:43:49 UTC

[GitHub] [cordova-plugin-camera] Ali54561 opened a new issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Ali54561 opened a new issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   
   
   ### What does actually happen?
   When I go for camera access using plugin version 5.0.2, it is asking for permissions for Media and storage and then finished the process. Nothing happened.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] Ali54561 commented on issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Posted by GitBox <gi...@apache.org>.
Ali54561 commented on issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734#issuecomment-852926413


   My app is not appearing on play store if I target 29. That's why I have to target API level 30 as a lot of my clients are using android 11.
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] WuglyakBolgoink commented on issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Posted by GitBox <gi...@apache.org>.
WuglyakBolgoink commented on issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734#issuecomment-851443396


   duplicate https://github.com/apache/cordova-plugin-camera/issues/673


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] PieterVanPoyer commented on issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Posted by GitBox <gi...@apache.org>.
PieterVanPoyer commented on issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734#issuecomment-852216906


   @Ali54561  Do you target  Android sdk 30? Or not? 
   if this is the same issue as https://github.com/apache/cordova-plugin-camera/issues/673 . Please close this one, and provide a stacktrace or something else on issue https://github.com/apache/cordova-plugin-camera/issues/673 . 
   If it is a different issue, please add a reproduction sample, a stacktrace or at least a little more info.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] PieterVanPoyer closed issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Posted by GitBox <gi...@apache.org>.
PieterVanPoyer closed issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] PieterVanPoyer edited a comment on issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Posted by GitBox <gi...@apache.org>.
PieterVanPoyer edited a comment on issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734#issuecomment-852955661


   That's strange.
   Target api level 30 should not be necessary yet to appear and submit to the playstore. So, can anyone confirm this?
   
   For more and official info see https://developer.android.com/distribute/best-practices/develop/target-sdk and https://android-developers.googleblog.com/2020/11/new-android-app-bundle-and-target-api.html 
   
   ![image](https://user-images.githubusercontent.com/33040889/120473801-b47d5700-c3a7-11eb-8aeb-7705996da570.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] PieterVanPoyer commented on issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Posted by GitBox <gi...@apache.org>.
PieterVanPoyer commented on issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734#issuecomment-852955661


   That's strange.
   Target api level 30 should not be necessary yet to appear and submit to the playstore.
   
   https://developer.android.com/distribute/best-practices/develop/target-sdk
   
   ![image](https://user-images.githubusercontent.com/33040889/120473801-b47d5700-c3a7-11eb-8aeb-7705996da570.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] Ali54561 commented on issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Posted by GitBox <gi...@apache.org>.
Ali54561 commented on issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734#issuecomment-852231316


   Yes I target Android Sdk 30.
   I am getting this error only on google pixel devices on which android 11 is installed. All other devices are working fine.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] PieterVanPoyer commented on issue #734: Camera Plugin is not working on Google Pixel 2 With android 11

Posted by GitBox <gi...@apache.org>.
PieterVanPoyer commented on issue #734:
URL: https://github.com/apache/cordova-plugin-camera/issues/734#issuecomment-852377510


   > Yes I target Android Sdk 30.
   > I am getting this error only on google pixel devices on which android 11 is installed. All other devices are working fine.
   
   I am closing this as duplicate of https://github.com/apache/cordova-plugin-camera/issues/673 .
   You can follow up on the state of the issue there, and provide more details, or test the fork https://github.com/apache/cordova-plugin-camera/pull/684 .
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org