Post

Replies

Boosts

Views

Activity

Reply to WKWebView memory budget
Same here. My webview application is crashing with the same error and the reason seems to be that it runs out of vram. This happens at random when WebGL scenes are being loaded, sometimes it does, sometimes it does not. I am not getting a warning though. It is working fine in the mac simulator, where there probably is more vram available
Topic: Safari & Web SubTopic: General Tags:
Sep ’23
Reply to mapkit js click and double click events
Is there a way to create a click event which will not fire when a drag is performed? You can use map.addEventListener("single-tap", function(e) { // your code without the target node condition }) ...instead, which will not count dragging and releasing the mouse as clicks. Note that you use map.addEventListener instead of map.element.addEventListener here, so no element as these events are from MapKit directly and no DOM events. Kinda confusing but that works :)
Jun ’24
Reply to Safari, WKWebview Crash in iOS 15 Beta2
Same issue in Webkit Webview. Please FIX this :( Or at least add some kind of way to turn it off for the webview in an xcode application.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to WKWebView memory budget
Same here. My webview application is crashing with the same error and the reason seems to be that it runs out of vram. This happens at random when WebGL scenes are being loaded, sometimes it does, sometimes it does not. I am not getting a warning though. It is working fine in the mac simulator, where there probably is more vram available
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Pls fix m1 chip issues with external monitor hidpi
We need proper scaling options...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to MapKit JS add annotation on user click?
Any updates on this? Why does dragging the map and then releasing the mouse button count as a click event? Also, I can't get "single-tap" to work with Mouse inputs. I assume it is for touch only (?)
Replies
Boosts
Views
Activity
Jun ’24
Reply to mapkit js click and double click events
Is there a way to create a click event which will not fire when a drag is performed? You can use map.addEventListener("single-tap", function(e) { // your code without the target node condition }) ...instead, which will not count dragging and releasing the mouse as clicks. Note that you use map.addEventListener instead of map.element.addEventListener here, so no element as these events are from MapKit directly and no DOM events. Kinda confusing but that works :)
Replies
Boosts
Views
Activity
Jun ’24
Reply to Unable to reset simulators
I experience the same issue. System/Library/AssetsV2/com_apple_MobileAsset_iOSSimulatorRuntime/... contains a large 10GB image of the newest IOS version and it cannot be deleted through Xcode or through commands because it is protected by SIP.
Replies
Boosts
Views
Activity
Dec ’24
Reply to ppq.apple.com returning 502 Bad Gateway - Unable to verify developer apps on device
Same issue. I constantly get this "Unable to verify app" error, this started happening around an hour ago. Also tried rebooting my Apple devices, revoking the certificate and creating a new one, cleaning the build cache, trying a different app etc.
Replies
Boosts
Views
Activity
Mar ’26