Post

Replies

Boosts

Views

Activity

Comment on iOS HTTP Proxy Settings Ineffective
If it helps, all browsers including WebKit can cache proxy information. You may need to take care you are not resuming a previous session. The site cache you are loading from might show stale information from before the proxy was set. WebKit runs in another process that might be caching some of this stuff. I'm not sure if deleting the app is enough to evict this cache. With proxy auto-configuration, the PAC may be cached too and pick up an old version. Wipe the device if you can for testing.
Aug ’23
Comment on `MTKView` on visionOS
Assuming you just want to use it in 2D, MTKView is built on CAMetalLayer which is available on visionOS. Might be they forgot to put it in. It wasn't on tvOS originally either, but added later. It is easy enough to recreate it from scratch. Lots of examples online for those that needed more control. I was able to build my own version on visionOS with no issues.
Aug ’23