And… done! (for now). Everything should look and work the same as before when running on the new systems.
Android changes: #androidDev
• Another update on permissions for external media, now have to check for access to selected images.
• The image permission-management mess for Android is ever increasing.
[1/2]
iOS 17: #iosDev
• Using rounded corners now requires setting clipsToBounds specifically.
• Some buttons have default gestures, making checking for no gestures moot.
• Use dataTask instead of uploadTask for uploading small amounts of data.
• iFrames in webViews now load lazily, requiring extra code to trigger loading and check for finish loading.
• Old NavigationLinks now deprecated, but can only be replaced when targeting iOS 16+.
[2/2]