34,539 questions
0
votes
1
answer
154
views
Flutter overlays (Dialog, BottomSheet, ..etc) close immediately after opening on iPadOS 26.1
Flutter dialog or drawer closes immediately on iPadOS 26.1 (Flutter 3.35.x)
When launch a flutter app on an iPad device or simulator running iPadOS 26.1 (you can get the latest simulators by updating ...
0
votes
0
answers
19
views
overflow-x messes with iPad with touchpad
I have a solution with a row of items, scrollable horizontally, which is working fine everywhere, but when I scroll vertically over that row on my iPad with the trackpad, the scrolling stops and it ...
0
votes
0
answers
59
views
How to get the exact frame of the floating tab bar in iPadOS 18 (UITabBarController)
In iPadOS 18, Apple moved the UITabBar from the bottom to the top as a floating tab bar, but I’m unable to get the correct frame for it.
I need the exact frame (and optionally each tab item’s view) so ...
0
votes
0
answers
55
views
Flutter iPad programmatic orientation change fails when "requires full screen" option disabled in Xcode
I'm working on a Flutter app targeting iOS, specifically dealing with device orientation on iPads. I've encountered a common issue where programmatic orientation changes (using SystemChrome....
1
vote
0
answers
41
views
AudioDriverKit example driver stops working
What I do:
Build the the AudioDriverKit example driver from Apple and install to an M1 Ipad.
Allow the driver in the settings.
Open some browser and go to Youtube.
Play some video.
Stop playback and ...
0
votes
0
answers
132
views
UISplitViewController (.tripleColumn) – Hiding Supplementary Column Causes UI Issues and Inconsistent Toggle Button Behavior
I'm using UISplitViewController with .tripleColumn style.
In some screens, I want to show all three columns:
.primary
.supplementary
.secondary
In other screens, I only want to show two columns:
....
1
vote
0
answers
52
views
Caret not positionning well when using word-spacing in contentEditable div on iPad
I would like to have more space between words in a contenteditable div. Word-spacing css property works very well on Chrome on Windows and Android, but on iPad the caret is often positionned in the ...
2
votes
0
answers
88
views
How to detect UIScreen changes in a UIView subclass?
I'm looking for a reliable way to detect when the UIScreen of a UIView changes.
I'm developing a renderer SDK that provides a custom UIView subclass which performs OpenGL / Metal rendering, driven by ...
1
vote
0
answers
243
views
How to develop apps with Qt on iPad?
Is it possible to install Qt Creator on iPad and use it to develop apps? If it is not possible to install Qt Creator on iPad, can I install gcc/Qt libraries on iPad and use a text editor to write ...
0
votes
0
answers
18
views
WKWebView / Safari iPad9 Camera auto potrait
I found that the code we use to get camera capture in ipad has different behavior and result in ipad9 generation. The simple code navigator.mediaDevices.getUserMedia() and show it in <video> ...
0
votes
1
answer
110
views
Flutter app shows black bars on left and right sides on iPad — how to make layout full screen?
I'm developing a Flutter app that works perfectly on iOS and Android phones. However, when I run it on an iPad (e.g., iPad Air 11-inch) using the iOS simulator, the app appears centered with black ...
1
vote
0
answers
103
views
React Native Maps UrlTile Missing Tiles / Pixelation Issue on iOS (iPhone & iPad)
I am using react-native-maps in my React Native app and displaying custom tiles using UrlTile. However, on iOS devices (iPhones and iPads), I am experiencing missing tiles (pixelation) when rendering ...
1
vote
1
answer
37
views
View Controller has different dimensions in simulator and device
I have a board game app designed for iPad. At the start of each turn, if conditions are right, a user can display a popup showing a crossword-style grid. The popup is designed as a freeform XIB. I ...
0
votes
0
answers
42
views
HTMLAudioElement on iOS is paused when video plays again
Here's the description:
On iOS (iPhone or iPad) the following behaviour happens:
when both an HTML video element and an HTML audio element are playing on a web page,
and the video source ends,
and ...
1
vote
0
answers
20
views
Safari scrolling deactivates first tap on links on an Ipad
I have an app that relies on a webradio and the client wants the radio to keep running as the user navigates the website.
For this We opted for Nextjs and using the Link component to navigate ...
0
votes
0
answers
87
views
iPadOS elevated tab bar doesn't change appearance for unselected items
In the new iPadOS18+ elevated tab bar, no matter what i do, i cannot change the color of unselected icons... only the selected icon color reflects the UITabBarController view's tintColor
no matter if
...
-2
votes
2
answers
490
views
Xcode 16 Storyboard Constraints Installed with Size Class Not Applying
When using storyboards and adding constraints that are installed with Size Class wR hR, the proper constraints are not being applied when building on iPad Simulator or real device. Only the ...
0
votes
1
answer
58
views
Catalyst MacOS TestFlight subscriptions testing not working on Apple M2 Max
I am having problems with testing AppStore subscriptions on Apple M2 Max (macOS 15.0.1). It works as expected on iPhone, iPad and MacBook Pro (Intel chip, macOS 13.5.2)
I download the app from ...
-1
votes
1
answer
516
views
No Bundle URL Present RN (0.75.3) metro bundler not connecting with iOS physical devices, if i build via Xcode
I have newly created a fresh react native app using
npx @react-native-community/cli@latest init AwesomeProject --version 0.75.3
I'm building the app using Xcode and trying to install it on iPad device,...
0
votes
1
answer
93
views
CSS background image does not appear
I have CSS-styled span element with a width and height, and a background-image, which does not appear although a box of the expected size is reserved on-screen.
If I try a different jpg file, the ...
1
vote
0
answers
87
views
Debug with Xcode while connecting a usb device to iPad Pro
We are developing a iPad accessory that connects to the USB-C port of an iPad Pro.
For debugging, we are using iPad pro M4 and iPad Pro 12.9 (fifth gen).
We are aware we can debug the app over wifi, ...
0
votes
1
answer
197
views
iPad Crash :Expected a popover view, found (null)
I got a crash with the following stack trace:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason:Expected a popover view, found (null)
Last Exception Backtrace:
0 ...
0
votes
0
answers
400
views
SwiftUI TabView got wrong width in NavigationSplitView's side bar view when running on iPad simulator
I've been learning SwiftUI for a while, and it's really great. I run into a layout problem when I tried to add a TabView in sidebar view of NavigationSplitView. It's running as expected on iPhone ...
0
votes
0
answers
42
views
Blazor upload Ipad
I have a Blazor app with a button that allows users to upload files to Azure storage. It works correctly on both PC and Mac, but it isn't working on the iPad. In Safari on the iPad, the popup to ...
1
vote
0
answers
91
views
How to appendBuffer event.data received through websocket from MediaSource in Safari
I am currently creating a simple page that takes data received through a web socket and distributes it to the web page as HTML. In other than Safari browsers, appendBuffer works well to distribute ...