{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreibse6dcfkixzv542ekb6giltmdpnfn5cl3y4pz6q5bvq4asezxkfu",
"uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mkseju65zki2"
},
"path": "/t/camera-permission-dont-pop-up-in-chatgpt-apps-widget-in-mobile-mode/1379646#post_2",
"publishedAt": "2026-05-01T13:53:30.000Z",
"site": "https://community.openai.com",
"tags": [
"Apps SDK | OpenAI Developers"
],
"textContent": "In my App widget it requires camera access by below code. While testing, in ChatGPT web the camera permission pop-up shows, but in my Android ChatGPT App the camera permission never show up, got a “NotAllowedError”.\n\n\n const mediaStream = await window.navigator.mediaDevices.getUserMedia({\n video: { facingMode: 'user' },\n audio: false,\n });\n\n\nI couldn’t find any tips in Apps SDK | OpenAI Developers .\n\nIn my Android phone, I cleared the cache of ChatGPT and Android System WebView, re-allow camera permission to ChatGPT and Android System WebView, but it still didn’t work.\n\nIt would appreciated if any one can help.\n\n**Update on May 1:**\n\nFor some reason, now in Android ChatGPT native App it pops up camera access permission, but when click on “Allow” or “Don’t Allow”, it doesn’t disappear and nothing happens.",
"title": "Camera permission don't pop up in ChatGPT Apps widget in mobile mode"
}