Alex Larson

Results 7 comments of Alex Larson

We talked about this in person - but for visibility: I don't think we should **force** views/view controllers to be a particular style. If a VC is explicitly set to...

I am also seeing this. I'm on MacOS Monterey. I've tried compiling in both Xcode 13.4 and 14.1, but I have the same issue in each. I cleared my derived...

I updated to version `0.2.36` using Homebrew, but unfortunately the issue persists. [Example.zip](https://github.com/MobileNativeFoundation/XCLogParser/files/10125908/Example.zip) I've added an example project that illustrates the behavior. The report is included under the `build/reports` directory....

Ok - did even more digging and have some interesting takeaways. **iOS cookie behavior:** It seems that `WKWebView` will set cookies that have a max age to `WKHTTPCookieStore`. A few...

I have found a workaround. I created a custom `WebViewListener` that - upon receiving an error - navigates the user to a custom error screen: ``` class CustomListener(private val activity:...

Thanks for sharing! Adding `errorPath` to the config certainly influences things. For example, I have the following server config: ``` "server": { "url": "http://10.0.2.2:3000/", // I'm running a local NextJS...

Great! I'm glad to hear it points to a local file. Regarding the error I see, perhaps my `errorPath` is wrong and that is why I'm seeing the "Webpage not...