Post

Replies

Boosts

Views

Activity

Reply to Localization in Mac Catalyst does not work in macOS 12 menu
The problem for me is the opposite. macOS Ventura 13.2.1 has English menu while my Mac is in French. I am talking about the useless top menu that Apple put there automatically. So for me, Mac Catalyst does not translate the top default menu items like : File, Edit, Window... I also noticed that other of the app on my Mac also have the wrong language (English) : MS Team, Xcode, Emacs, Sublime...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’23
Reply to WKWebView auto reloading upon app resume
We have the same problem reported by many of our customers. Our app is Mac Catalyst. They are filling a form, go somewhere to copy some infos and when they return, the WKWebView refresh by itself thus they loose everything. It happens on M1, M2 and M3 Mac Catalyst WKWebView reload by itself when returning from another app. I hope that Apple fix their bug before they move to Risc-V in 5 years.
Topic: Safari & Web SubTopic: General Tags:
Apr ’24
Reply to Xcode 16 Do not display comments correctly
Apple decided that an IDE should decide randomly what is displayed in mono-space font and what is not in the text editor part??? One day it may happen to you and make your code unreadable, you won't be able to work. I can no longer use Xcode to work on my code. This is a very serious problem that has never happened in all the coding editor ever made. Xcode is now useless for programming.
Sep ’24
Reply to ServiceWorker Support in iOS WKWebView
This js code will say (in inspector console) Service worker are supported on Safari macOS & iOS, but will say not supported on WKWebview on macOS (Mac Catalyst) and iOS. if ("serviceWorker" in navigator) { console.log("Service Worker is supported") } else { console.log("Service Worker is not supported") } That means that our Apple app version will run stuff much slower than on Android and Windows. Solutions with app boundaries and a few setting in WKWebview do not work.
Topic: Safari & Web SubTopic: General Tags:
Apr ’25