Environment
- Android app: 1.0.3, reported by the user.
- Connected server: 0.0.39-nightly.20260906.1292 on macOS arm64, verified through its environment endpoint after the screenshots were captured.
- Provider: Codex.
Reproduction
- Have Codex embed a PNG stored on the connected host, outside the thread's project, using an absolute-path Markdown image.
- Open the same thread and assistant message on desktop and Android.
- Embed the same PNG through a reachable private HTTPS URL as a control.
Emitted Markdown, with the private path replaced by an equivalent example:

The tested file is a valid 1800 × 2600 PNG, 5,008,501 bytes.
Observed
- Desktop renders the host-path image.
- Android leaves a large blank area at that image, without a visible image or error.
- Android renders the same PNG when embedded through private HTTPS.
Expected: the authorized host-path image renders on Android too, or a visible error explains why it cannot be loaded.
The HTTPS embed is a verified workaround for this image, but requires separately hosting it. The exact failure layer is unknown. An Android 1.0.4 emulator rendered an in-project copy, so that test differs in both client version and path scope and does not establish a regression or fix for the phone case.
Related: #9094 was closed after the local-path and native-image fixes, with a request to open a new issue for remaining failures. This report concerns a host-path Markdown image on Android, not a data URI or HTML image.
Environment
Reproduction
Emitted Markdown, with the private path replaced by an equivalent example:
The tested file is a valid 1800 × 2600 PNG, 5,008,501 bytes.
Observed
Expected: the authorized host-path image renders on Android too, or a visible error explains why it cannot be loaded.
The HTTPS embed is a verified workaround for this image, but requires separately hosting it. The exact failure layer is unknown. An Android 1.0.4 emulator rendered an in-project copy, so that test differs in both client version and path scope and does not establish a regression or fix for the phone case.
Related: #9094 was closed after the local-path and native-image fixes, with a request to open a new issue for remaining failures. This report concerns a host-path Markdown image on Android, not a data URI or HTML image.