From 08d5e08db96ec2acc1ad98da62d3b5419b3bba4f Mon Sep 17 00:00:00 2001 From: Shai Almog <67850168+shai-almog@users.noreply.github.com> Date: Thu, 5 Mar 2026 07:10:44 +0200 Subject: [PATCH] docs: clarify ios.uiscene as experimental and upcoming requirement --- docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc b/docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc index 508e8b9957..b973a9b8e8 100644 --- a/docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc +++ b/docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc @@ -258,6 +258,9 @@ Currently only supported for App Store builds. See https://www.codenameone.com/ |ios.keyboardOpen |Flips between iOS keyboard open mode and auto-fold keyboard mode. Defaults to true which means the keyboard will remain open and not fold automatically when editing moves to another field. +|ios.uiscene +|true/false (defaults to false). Experimental flag to enable iOS UIScene lifecycle support. UIScene lets iOS manage one or more app UI sessions independently, improving lifecycle handling in modern iOS versions. Apple has indicated UIScene will be required starting with iOS 27, so this flag can be used to prepare your app ahead of that transition. + |ios.urlScheme |Allows intercepting a URL call using the syntax `urlPrefix`