Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
17 views

React Native. iOS/iPad. Detect whether a device has bottom notch (swipe up bar)

If you look at the bottom part of the iPad device and the app, for different models: iPad Pro (11-inch) 3-rd generation - has a bottom notch iPad 6-rd generation - doesn't have it Is there any way ...
Chaki_Black's user avatar
0 votes
0 answers
20 views

React Native app not configured for iPad, big black border on iPad

I am creating a React native app specifically for an iPad and i am using vscode on Windows. My app runs fine on Expo Go but when I did a production build it didn't format for iPad it has a big black ...
Lance Pallo's user avatar
0 votes
1 answer
72 views

Cannot install scipy due to meson-python - a-shell on iPad 4 Pro

Using a-shell on iPad Pro 4. Failed to pip install scipy. I am not sure what’s the problem. I tried to install/upgrade meson-python and pyproject.toml, but it seems that the package is already up to ...
SquEu's user avatar
  • 11
1 vote
0 answers
55 views

Is there a way to open developer tools on an iPad without a Mac?

I don’t mind if I have to install another browser, I just want to be able to see and use developer tools. In particular the ability to view and edit the source code of a web page, and access the ...
DeepThought42's user avatar
1 vote
1 answer
34 views

How can I inspect CPU usage of Safari in iPad

I have a web application, then I want to check the cpu of the app running in iPad. I used Xcode but i can't see anything related Safari. I used Web Inspector (with this guidline: Mobile Safari Web ...
Trí Đỗ Quang's user avatar
1 vote
2 answers
154 views

How to make Top View Controller receive focus with `tab` or `arrow` keys when using Full Keyboard Access

Question: Top View Controller (CardVC) not focusable with Full Keyboard Access Issues: When CardVC is displayed, and if the Full Keyboard Access is enabled, the navigation by pressing Tab or Arrow ...
ashokds's user avatar
  • 2,248
-1 votes
1 answer
40 views

Flutter app restarts after it is minimised [Only for iPad, Working for other Devices]

Facing strange issues only on iPad for app build with Flutter. Once we put the app in a minimized state and come back from the recent screen or on click of app icon, app is restarted again. Here are ...
Patel Pinkal's user avatar
  • 9,382
0 votes
0 answers
22 views

Tabulator not showing on iPad

When i'm trying to open page on iPad then tabulator doesn't inits and showing. Even in a official site. Can anyone can help with this one? Thank you. Try different versions of tabulator and js. On ...
Vyacheslav's user avatar
1 vote
1 answer
135 views

SwiftUI .onAppear not called on iPad in a NavigationStack when selecting a new item to show

I'm building an app that shows a list of locations to choose from, and then pushes a detail view of that location with a Map showing the location. When I use this code on a iPhone everything works as ...
Rob Booth's user avatar
  • 1,782
0 votes
0 answers
26 views

flex-basis not displaying properly on iPad Safari

I have these two css: .main-page-left{ display: flex; flex-wrap: wrap; flex-direction: column; flex-basis: 69%; } .main-page-right { flex-basis: 31%; display: flex; flex-wrap: wrap; ...
vghgh500's user avatar
0 votes
0 answers
64 views

PKCanvasView increase contentSize in all directions (infinite canvas)

I'm looking to develop a CanvasView that can be extended in any direction (top, bottom, left, right) when a user draws near it close to the bounds of the canvas while keeping the user's frame of ...
Nuxurious's user avatar
3 votes
1 answer
35 views

Why does my app hang when breakpoints are disabled?

I have an app that uses several ManagedObjectContexts. I am using Objective-C. One MOC is created with NSPrivateQueueConcurrencyType. The rest are created with NSMainQueueConcurrencyType. I am using [...
gemini0725's user avatar
0 votes
0 answers
41 views

Cordova platform add iOS without internet connection

I'm working on a Cordova iPad app of a company who wants the Cordova environment built on a device without internet connection. So far, I have managed to install Nodejs and Cordova on it successfully ...
Takumi's user avatar
  • 1
1 vote
1 answer
194 views

How to enable Stage Manager on an iPad Simulator

The Stage Manager option is available on iPadOS 16.4, however it disappeared after iPadOS 17. How to use Stage Manager on iPad Simulator after iPadOS 17?
Saafo's user avatar
  • 678
1 vote
0 answers
64 views

Appear Circles in ZStack exact image position as navigationSplitView (.balanced) opens or close

struct Animal: Hashable { let name: String let description: String } struct ContentView1: View { let animals = [ Animal(name: "Coyote", description: "The coyote is ...
Muhammad Zubair Ghori's user avatar

15 30 50 per page
1
2 3 4 5
1263