Johannes Sachse

Results 11 comments of Johannes Sachse

@guy-plentific I can confirm this issue. But I don't have any solution to this.

@paulrostorp I tested this PR with Pixel 7. Not sure why but in my case this fix isn't working correctly. This is my component: ```typescript {...} ``` ```typescript const close...

This Issue can be closed I guess. On Android 11 I can add an event to the Calendar

We also have a similar issue while using version 5.0.5. I can not reproduce this by myself, but I get corresponding Sentry-Exceptions. 1. Initialize OneSignal during app start ```typescript OneSignal.Debug.setLogLevel(LogLevel.Verbose);...

We are currently in contact with OneSignal support and waiting for the issue to be resolved.

> @johannessachse Do you use externalId? I removed all devices which have same external id and it become works. Hope this helps you. What do you mean with externId? We...

> @bombillazo i tried both adjust resize and adjust pan and both are broken for me. Also, my fix seems to be working only "sometimes" since for some reason, on...

@humqn I don't think so. We still use version 5.0.5 (works). Maybe there is a fix in the latest version. But we haven't tested it yet.

@konangels We are still waiting for a fix.

We also had an aggregation of `DriftCommunication` instances. While this problem was fixed by calling `db.close()` as described, we still have an aggregation of `NotifyTableUpdated` and `TableUpdate` instances: @devroble As...