Function zng::window::default_mobile_nested_open_handler

source ยท
pub fn default_mobile_nested_open_handler(args: &mut OpenNestedHandlerArgs)
Expand description

Default handler registered in mobile platforms.

This is registered on app init for platforms that only support one window, it intercepts headed window open requests after the first and opens them as a nested modal layer on the main window.

See WINDOWS::register_open_nested_handler for more details.