{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreiaavax67v57ypqgjllr27vt6hssw42zklx5bd6j6iu5htj624jzlq",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mocxtzmy5sa2"
  },
  "path": "/t/android-chatgpt-app-scrollable-containers-inside-apps-sdk-widgets-do-not-receive-vertical-scroll-gestures/1383767#post_1",
  "publishedAt": "2026-06-15T08:06:24.000Z",
  "site": "https://community.openai.com",
  "textContent": "I am seeing a potential issue in the ChatGPT Android app when using Apps SDK widgets.\n\nEnvironment:\n\n  * ChatGPT Android app\n  * Apps SDK widget\n  * React + Tailwind\n  * Widget rendered inside iframe\n\n\n\nMinimal reproduction:\n\nTest 1:\n\n  * Widget with a fixed-height container\n  * Inner content uses overflow-y-scroll\n  * Multiple items to force scrolling\n\n\n\nResult:\n\n  * Widget renders correctly\n  * Vertical swipe gestures do not scroll the inner container\n  * Content appears static\n\n\n\nTest 2:\n\n  * Same widget\n  * Removed overflow-y-scroll\n  * Content grows naturally and scrolling is handled by the ChatGPT conversation\n\n\n\nResult:\n\n  * Scrolling works correctly\n  * All content is accessible\n\n\n\nWe also tested:\n\n  * notifyIntrinsicHeight()\n  * maxHeight / safeArea\n  * min-h-0 / flex layout adjustments\n  * overscroll-behavior variations\n  * touch-action variations\n\n\n\nNone changed the behavior.\n\nQuestion:\n\nAre nested scrollable containers officially supported inside Apps SDK widgets on Android?\n\nHas anyone else experienced issues with overflow-y-scroll regions inside Apps SDK widgets in the ChatGPT Android client?",
  "title": "Android ChatGPT App: scrollable containers inside Apps SDK widgets do not receive vertical scroll gestures"
}