Questions tagged [ipados15]
7 questions
6
votes
2 answers
Keyboard shortcuts with UIKeyCommand in iPadOS 15 beta
For some reason I can't get hardware keyboard shortcuts to work in iPadOS 15 (beta 5). They work for most keys, but not for arrow keys and tab key.
The same code seems to work well when compiled in Xcode 13 (beta 4) and run on iPadOS 14.5 simulator,…

Alex Staravoitau
- 2,222
- 21
- 27
2
votes
2 answers
iPad Pro iPadOS 15.0.2 Orientation Changes Not working
My application is support for iPhone and scale with iPad(not support full screen on iPad).
We are programmatically changing the orientation to landscape whenever this function is working fine on iphone(all of ios versions) . But screen rotation…

LAI THE ANH
- 21
- 1
1
vote
0 answers
iPad Multitasking: dismiss the keyboard running in another app
Scenario
Consider e.g. a default Calendar app that has some content displayed at the very bottom.
Now let's run it in the multitasking mode, so that it looks like this:
Problem
And now let's open a keyboard in another app, e.g. Safari:
The…

Richard Topchii
- 7,075
- 8
- 48
- 115
1
vote
0 answers
Disable React Native Webview text selection loupe on iPad
Setup: Our RN (0.61.5) app is using react-native webview@8.0.6 to display content and interact with the user. The app includes some text input fields, swipe guestures, buttons, longpress actions. As of iPad os 15.1 a text selection magnifier has…

Niklavs Kalbergs
- 11
- 1
0
votes
1 answer
Slide Over in iPadOS 15 breaks NavigationLink (SwiftUI)
I’m having issues when using NavigationView and NavigationLinks on iPadOS 15. Currently running Dev Beta of iPadOS 15.3 (19D5026g), but I’ve had this issue since the release of 15.1. When I’m using my app as usual, nothing is wrong. But when I turn…

Vojta Vokoun
- 1
- 3
0
votes
1 answer
Is there a way to get rid of Multitasking Menu Bar for iPadOS 15?
The three dots at the top of the screen interferes with my UI. Is there a way to hide/disable this?

Leena Marie
- 187
- 3
- 22
0
votes
1 answer
SwiftUI on iOS 15, custom buttonStyle doesn't work anymore, it works fine on iOS 14, how to fix?
As the title described. I was using a custom SwiftUI buttonStyle on iOS 14. It works fine, but now it's not works on iOS 15. There is no error no warning, I don't know how to deal it. Anybody know to fix it?
struct InnerShadowButtonStyle:…

iaomw
- 720
- 6
- 21