Posts

Post not yet marked as solved
0 Replies
197 Views
By default Driver kit is disabled in settings app when my app is first installed. I want to show notification to user to enable driverkit whenever i detect driverkit is not enabled or disabled. How do my app know whether driverkit is enabled or disabled? Any pointer for above question will be very helpful.
Posted Last updated
.
Post not yet marked as solved
0 Replies
1.9k Views
https://jsfiddle.net/zL40a8g3/1/http://jsbin.com/palixi/editOpen the links and scroll the contents in both iOS 12.4 and 13.1 and the expected behavior is what we get in iOS 12.4.When the URL is opened in the Safari browser on an iPAD with 12.4, then content does not scroll with momentum unless -webkit-overflow-scrolling is set to touch. Whereas in safari browser on an iPad with 13.1 scrolling happens with momentum even if the value for -webkit-overflow-scrolling is set to auto.How to disable intertial/momemtum scrolling in iOS 13.1 using CSS?
Posted Last updated
.
Post not yet marked as solved
2 Replies
2.4k Views
In iOS/iPadOS 13.x, change event for input type="text" doesn't get fired when keyboard hide takes place. We have a web application that runs on iPad, where on post edition in each text field, if user hide/dismisses soft keyboard it behaves like Enter button actions, since hide/dismisses keyboard fires onchange on input. Post iOS/iPadOS 13 update it started failing as change event is not fired any more. Same behavior is also observed in Safari. Prior to iOS/iPadOS 13.x, in all iOS/iPadOS 12.x this feature worked.
Posted Last updated
.