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 2022/08/04 11:39:21 UTC

[GitHub] [cordova-plugin-inappbrowser] asfackahamed commented on issue #706: Unable to access camera for record video online from inappbrowser

asfackahamed commented on issue #706:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/706#issuecomment-1205139643

   @Override
   public void onPermissionRequest(PermissionRequest request) {
   request.grant(request.getResources());
   }
   
   After adding the above code. I can able to access microphone. 


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

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