N Nicolás Cieri Active Member Licensed User Aug 1, 2022 #1 Hello, In my app, I am requesting the permission to the camera from a web. The app does ask me for permission to allow the camera, but once I say yes, it does nothing. If I test the web directly in the browser it works. Something inside the B4i is missing for me. For B4a, i fixed it with this lines... public void onPermissionRequest(PermissionRequest request) { request.grant(request.getResources()); } But I need it in B4i Some idea? Thanks
Hello, In my app, I am requesting the permission to the camera from a web. The app does ask me for permission to allow the camera, but once I say yes, it does nothing. If I test the web directly in the browser it works. Something inside the B4i is missing for me. For B4a, i fixed it with this lines... public void onPermissionRequest(PermissionRequest request) { request.grant(request.getResources()); } But I need it in B4i Some idea? Thanks
N Nicolás Cieri Active Member Licensed User Aug 10, 2022 #21 That's right, Apple just released another update for the iPhone. 16.0 (20A5339d). Now it works perfectly. Thank you all Upvote 0
That's right, Apple just released another update for the iPhone. 16.0 (20A5339d). Now it works perfectly. Thank you all