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

All Questions

Tagged with
0 votes
0 answers
75 views

Issue with WKWebView not Automatically Scrolling Above the Keyboard in iOS 17

I'm currently working on an iOS application that utilizes a WKWebView to display web content with interactive forms. When the user focuses on an HTML input element, the keyboard appears, but I've ...
kael-avocado's user avatar
5 votes
0 answers
469 views

SwiftUI iOS17 - Toolbar Bugs

Since iOS 17, certain things in the toolbar do not work anymore. In this example it is the following: rotationEffect, scaleEffect, rotationEffect3D, foregroundStyle, foregroundColor and probably more ...
HeGe's user avatar
  • 187
2 votes
0 answers
689 views

Buttons not showing up in toolbar keyboard placement in SwiftUI

I am trying to put a Done button above the keyboard using the toolbar with a keyboard placement. When the app launches and the keyboard opens, the toolbar doesn't show up at all, so the button is not ...
ash_dev's user avatar
  • 21
0 votes
0 answers
576 views

iOS 17 , when entering Chinese characters, the program crashes. The system is using UIWebView

iOS 17 , when entering Chinese characters, the program crashes. The system is using UIWebView. This is my error message. enter image description here. I know that Apple recommends replacing UIWebView ...
armin's user avatar
  • 1
0 votes
0 answers
225 views

Problem with microphone key in iOS native app and iOS 17

I don't know why it works in native iOS app and it doesn't work in my app. When I have more that one keyboard chosen in iPad Settings and I turn wifi off then the microphone key is greyed out and when ...
Monika Szumiec's user avatar