Close Menu
  • Home
  • AI
  • Big Data
  • Cloud Computing
  • iOS Development
  • IoT
  • IT/ Cybersecurity
  • Tech
    • Nanotechnology
    • Green Technology
    • Apple
    • Software Development
    • Software Engineering

Subscribe to Updates

Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

    What's Hot

    Floating Wind Turbines Host Data Centers Underwater

    March 4, 2026

    This month in security with Tony Anscombe – February 2026 edition

    March 4, 2026

    ios – Swift string truncates / does not hold enough content

    March 4, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Big Tee Tech Hub
    • Home
    • AI
    • Big Data
    • Cloud Computing
    • iOS Development
    • IoT
    • IT/ Cybersecurity
    • Tech
      • Nanotechnology
      • Green Technology
      • Apple
      • Software Development
      • Software Engineering
    Big Tee Tech Hub
    Home»iOS Development»ios – Preventing iPadOS app from being able to create multiple windows on iPadOS 26
    iOS Development

    ios – Preventing iPadOS app from being able to create multiple windows on iPadOS 26

    big tee tech hubBy big tee tech hubDecember 22, 2025061 Min Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    ios – Preventing iPadOS app from being able to create multiple windows on iPadOS 26
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    I’m building a Multiplatform Apple app, and on iPadOS, I’m trying to configure the app so that the users can’t create multiple windows for an app, but can still freely position the app around.

    Unlike macOS, disabling the ability to create new windows in the menu bar doesn’t get rid of the ability to create new windows.

    import SwiftUI
    
    @main
    struct MyApp: App {
        
        // Run code to automatically quit the app after closing its window on macOS
        #if os(macOS)
        @NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
        #endif
        
    
        var body: some Scene {
            WindowGroup {
                ContentView()
            }.commands {
                // Hide the new window button
                CommandGroup(replacing: CommandGroupPlacement.newItem) {
                }
            }
            #if os(macOS)
            Settings {
                MacSettingsView()
            }
            #endif
            
    
        }
    }
    

    On the iPadOS version, however, users can still create new windows by tapping on the app icon in the dock and selecting the new window button in the top left corner (or by dragging the apps icon from the dock like in previous versions)

    iPad window manager showing plus button with arrow pointing to it

    Using UIRequiresFullScreen (older plist setting used to disable multitasking features) didn’t work as all it did was make the app go to a fallback design with a safe zone for the window buttons

    iPad Window with safe zone above window



    Source link

    app Create iOS iPadOS multiple Preventing Windows
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    ios – Swift string truncates / does not hold enough content

    March 4, 2026

    Mobile Spyware: How Hackers Hijack Phones Through App Spyware

    March 3, 2026

    swift – SwiftUI IOS 26 – Menu button floats outside its container during selection animation

    March 3, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Floating Wind Turbines Host Data Centers Underwater

    March 4, 2026

    This month in security with Tony Anscombe – February 2026 edition

    March 4, 2026

    ios – Swift string truncates / does not hold enough content

    March 4, 2026

    Single atoms of indium on hafnia enable superior CO2-based methanol synthesis

    March 3, 2026
    About Us
    About Us

    Welcome To big tee tech hub. Big tee tech hub is a Professional seo tools Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of seo tools, with a focus on dependability and tools. We’re working to turn our passion for seo tools into a booming online website. We hope you enjoy our seo tools as much as we enjoy offering them to you.

    Don't Miss!

    Floating Wind Turbines Host Data Centers Underwater

    March 4, 2026

    This month in security with Tony Anscombe – February 2026 edition

    March 4, 2026

    Subscribe to Updates

    Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

      • About Us
      • Contact Us
      • Disclaimer
      • Privacy Policy
      • Terms and Conditions
      © 2026 bigteetechhub.All Right Reserved

      Type above and press Enter to search. Press Esc to cancel.