Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
154 views

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 ...
Mohammad Alamoudi's user avatar
0 votes
0 answers
19 views

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 ...
Henrik Lindqvist's user avatar
0 votes
0 answers
59 views

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 ...
Krunal Nagvadia's user avatar
0 votes
0 answers
55 views

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....
mohan's user avatar
  • 1
1 vote
0 answers
41 views

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 ...
tuple_cat's user avatar
  • 1,396
0 votes
0 answers
132 views

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: ....
bAthi's user avatar
  • 331
1 vote
0 answers
52 views

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 ...
jwtrees's user avatar
  • 381
2 votes
0 answers
88 views

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 ...
superlcr's user avatar
1 vote
0 answers
243 views

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 ...
William's user avatar
  • 978
0 votes
0 answers
18 views

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> ...
Mr Hery's user avatar
  • 880
0 votes
1 answer
110 views

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 ...
sanjai m's user avatar
1 vote
0 answers
103 views

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 ...
Waseem Kurne's user avatar
  • 1,876
1 vote
1 answer
37 views

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 ...
Victor Engel's user avatar
  • 2,135
0 votes
0 answers
42 views

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 ...
superjos's user avatar
  • 12.8k
1 vote
0 answers
20 views

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 ...
Trevor Kitchen's user avatar
0 votes
0 answers
87 views

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 ...
Peter Lapisu's user avatar
  • 21.1k
-2 votes
2 answers
490 views

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 ...
bmjohns's user avatar
  • 6,510
0 votes
1 answer
58 views

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 ...
Grzegorz Baczek's user avatar
-1 votes
1 answer
516 views

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,...
Praveen kumar's user avatar
0 votes
1 answer
93 views

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 ...
Cecil Ward's user avatar
1 vote
0 answers
87 views

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, ...
xarly's user avatar
  • 2,134
0 votes
1 answer
197 views

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 ...
Dragon Mr's user avatar
0 votes
0 answers
400 views

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 ...
steveluoxin's user avatar
0 votes
0 answers
42 views

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 ...
Giovanni De Franceschi's user avatar
1 vote
0 answers
91 views

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 ...
손지영's user avatar

1
2 3 4 5
691