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`