Posts

Post not yet marked as solved
0 Replies
212 Views
The WKWebView in my application runs flawlessly and executes all the JavaScript of the websites visited. However, if I call up a very simple web page that contains nothing more than a text and a reference to the external JavaScript file "https://code.jquery.com/jquery-3.7.1.min.js", which is nothing unusual, then the WKWebView freezes and no longer responds. The NSAllowArbitaryLoads in Info.plist is set to true. I have checked all configarations and all callbacks of WKNavigationDelegate, but found no way to allow or disallow the external JavaScript. If in my test the JavaScript is loaded from the same server, it works. This is just a test to reproduce the error. I cannot influence the website that I actually want to display in WKWebView.
Posted
by picobit.
Last updated
.
Post not yet marked as solved
2 Replies
444 Views
When we run the same navigation style app on iOS and Mac Catalyst, the navigation bar displays the back button title only on iOS as configured. However, on Mac Catalyst, the back button title is always missing, regardless of the configuration. navigationItem.title = "Home" // this will display on iOS only, not on Catalyst or navigationItem.title = "Home" navigationItem.backButtonDisplayMode = .default navigationItem.backButtonTitle = "Hello" // this will display on iOS only, not on Catalyst
Posted
by picobit.
Last updated
.
Post not yet marked as solved
0 Replies
1.4k Views
An app store reviewer has rejected my build. With his message he posted a screenshot with a floating keyboard on an iPhone. I know this feature only from iPad OS. How can I enable a floating keyboard on an iPhone? Background: In this case I have implemented a MFMailComposeViewController as described in the documentation. No big deal, it works perfectly on all of my devices. The reviewer claims that it will not work / not dismiss on his device, posting this weird screenshot.
Posted
by picobit.
Last updated
.
Post not yet marked as solved
0 Replies
638 Views
When the Root.plist in a Settings.bundle references one or more child panes, the Settings.app in iOS 13 crashes when the user tries to access the child pane.The problem still occures in Beta 8.
Posted
by picobit.
Last updated
.