Questions tagged [ipados13]

11 questions
31
votes
6 answers

How to detect iPad and iPad OS version in iOS 13 and Up?

I can detect iOS 13 on iPhone but in iPad OS 13 navigator.platform comes as MacIntel. So it is not possible to get iPad identified using below code, but it works perfectly on iPhone. if (/iP(hone|od|ad)/.test(navigator.platform)) { …
Madusanka
  • 2,968
  • 5
  • 30
  • 41
9
votes
1 answer

Customize PKToolPicker tools

PKToolPicker in PencilKit (iOS 13+) comes with default tools that are pen, marker, pencil, eraser, lasso, ruler and color pickers on iOS. on iPadOS this is extended with undo/redo and a (...) menu that provides an "auto minimize" option for the…
Arshia
  • 334
  • 2
  • 13
8
votes
2 answers

CSS only Parallax Scrolling stoped working with IOS/PadOS13?

Okay so I’m quite new in the World of Web development. I finished my own Website with Css only Parallax Scrolling a few month ago. Some Problems came with the IOS13. For the Parallax Effect, i used the Description of Keith Clark. Everything went…
8
votes
3 answers

Failure to launch app from dock on iPad with PadOS13

I have a weird problem. My iPad app on iOS12 works fine, but on padOS13 it shows problems. On the simulator, it won't show in the dock. On the device, it shows in the dock, but tapping there won't launch it. I've put breakpoints into the app…
August
  • 229
  • 4
  • 6
5
votes
3 answers

Navigation bar gets blocked after pressing Cancel in UISearchController

I`m preparing app for iOS 13, and get bug with search controller in navigation bar. How to solve navigation bar glitch? let search = UISearchController(searchResultsController: nil) search.dimsBackgroundDuringPresentation =…
3
votes
1 answer

How can I hide the new url bar on iPad Safari WebApp fullscreen mode, appearing since iPadOS 13?

iPadOS 13 now shows a white/grey bar when a WebApp is installed via 'Add to Home Screen' on Safari, even when apple-touch-fullscreen meta tag is added. The bar includes a menu to resize font and request desktop site, but has affected the available…
Sebris87
  • 452
  • 5
  • 10
2
votes
3 answers

iOS13/iPadOS13 modal view controller automatic swipe to dismiss break view that captures touch

I found this thread but it doesn't reflect my situation: Disable gesture to pull down form/page sheet modal presentation I have this problem: My app opens a small view controller via modal presentation in formsheet format. A navigationcontroller is…
matti157
  • 1,288
  • 2
  • 13
  • 26
1
vote
0 answers

iPadOS 13.4 Ble pairing popup triggered without read/write to protected characteristic

Pre iPadOS 13.4 we needed to read/write to protected characteristic of a peripheral device in order to trigger pairing popup. Starting iPadOS 13.4 - the passcode popup seems to be triggered simply via a successful connection with the peripheral…
gammaB
  • 11
  • 2
1
vote
0 answers

iPad OS 13 beta UIWebView crash on switch input

On UIWebView; In input type text when I enter the key '@@@@' (on Japanese keyboard) and then switch to input type password. The app crash immediately with the following error on the Xcode: Terminating app due to uncaught exception …
o0omycomputero0o
  • 3,316
  • 4
  • 31
  • 45
0
votes
1 answer

iPadOS 13.4 trackpad IUIPointerInteractionDelegate method GetStyleForRegion not being called

I am working on an iPadOS 13.4 app that works with trackpad input. I have gotten a lot of things working, like two-finger scrolling, right-click (two-finger or control-click), pinch-to-zoom, etc. I have another control that works great with the…
Jared Updike
  • 7,165
  • 8
  • 46
  • 72
0
votes
1 answer

Manually saving scene NSUserActivity on iOS/iPadOS 13

I have implemented iOS/iPadOS 13 state restoration using NSUserActivity, mainly because my app supports multiple scenes. The problem is that when I'm running the Simulator with two side-by-side scenes and force restart the app by rebuilding the…
Rivera
  • 10,792
  • 3
  • 58
  • 102