Skip to content

Update strict mode limitation on platform supported widget - #11885

Open
gjulivan wants to merge 1 commit into
mendix:developmentfrom
gjulivan:development3
Open

Update strict mode limitation on platform supported widget#11885
gjulivan wants to merge 1 commit into
mendix:developmentfrom
gjulivan:development3

Conversation

@gjulivan

@gjulivan gjulivan commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Summary
This PR updates the Strict Mode documentation to clarify limitations in platform-supported widgets when restricted client APIs are enabled.

Changes
Added a File Uploader limitation: the delete action does not work in Strict Mode because it uses data.remove.
Added a File Uploader workaround: users can create a custom button and use a nanoflow to delete the file object.
Added a guidance link for that workaround: /appstore/modules/file-uploader/#enable-custom-buttons
Added a Web Actions limitation: Take Picture does not work in Strict Mode because it uses data.commit to create the object.

Updated Documentation
strict-mode.md

Why
These changes make Strict Mode behavior clearer, document known limitations, and provide a supported workaround path.

Validation
Documentation-only change.
Verified formatting and placement under Restricted Client APIs in Platform supported widgets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants