Max Kayander

Results 13 comments of Max Kayander

Hey everyone. The issue is that AWS CDK typescript code requires a bit different tsconfig settings. You can find the details in the linked PR i just pushed.

Yes, installing the latest version from git solves the problem for me.

Ok so i think i found the solution. I went and copied `BottomAppBarTopEdgeTreatment` class from the `com.google.android.material.bottomappbar` package i had in my project, made the `setFabDiameter()` method accessable. Using this...

> > I tried this command, package.json and package-lock.json are correctly updated, but the files in node_modules/hookrouter only contain a package.json and the README.md, I tried already to delete the...

Having this issue. Xcode 11 & 12 are now deprecated by Apple, so downgrading is not an option. Setting the hostname in config should work, but i have multiple domains...

It works if i add `NSCrossWebsiteTrackingUsageDescription` and enable it in the settings. Forcing users to do so is surely not a good option however.

Hello. Any success with this issue? I'm also having problems with iframe cookies not being saved & used.

@abhinavms Thanks for the info! I've tried adding that line, but with no success yet. Is there a specific place in the file that this line should be at? I've...

Yeah, i've logged the `cookieAcceptPolicy` value and it's already `0` before the assignment, which is `NSHTTPCookieAcceptPolicyAlways`. NSCrossWebsiteTrackingUsageDescription is set and enabled in settings yes. Yet, i see in dev tools...