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/07/31 05:14:37 UTC

[GitHub] [cordova-plugin-inappbrowser] 75341704 opened a new issue, #969: Request voice-record inside the inappbrowser

75341704 opened a new issue, #969:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/969

   # Feature Request
   Android: request  voice-record (onRequestPermissionResult) (Some message such as 'default UserNotAllow...' was given )
   IOS: If the NSMicrophoneUsageDescription is not added in the Info.plist, the voice-record inside the inappbrowser will make the app stuck.
   
   ## Motivation Behind Feature
   <!-- Why should this feature be implemented? What problem does it solve? -->
   The page in the inappbrowser can communiate with users by the voice-record.
   
   
   ## Feature Description
   <!-- 
   Describe your feature request in detail
   Please provide any code examples or screenshots of what this feature would look like
   Are there any drawbacks? Will this break anything for existing users? 
   -->
   For example, the chatbox of the custom service is loaded in the inappbrowser. The user can hold the button and contact us by the voice record.
   
   ## Alternatives or Workarounds
   <!-- 
   Describe alternatives or workarounds you are currently using 
   Are there ways to do this with existing functionality?
   -->
   
   
   
   


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


[GitHub] [cordova-plugin-inappbrowser] 75341704 commented on issue #969: Request voice-record inside the inappbrowser

Posted by GitBox <gi...@apache.org>.
75341704 commented on issue #969:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/969#issuecomment-1208996328

   The onPermissionRequest is overrided as follows
   https://github.com/75341704/cordova-plugin-themeablebrowser/commit/1431a4e0f804944473408525d0d57b9840c76b7e
   But the 'PermissionHelper.requestPermissions' failed to  prompt the user.
   
   Any idea wil be highly appreciated.
   


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