TwunTee
TwunTee
Yes i am using the widget with multiple mode enabled. The workflow will be like the widget has multiple option set to true and a user uploads multiple images either...
@optlsnd Hi any updates on this. Was the explanation ok or do I need to give more info?
@optlsnd @Zmoki Any updates or suggested workaround for this issue.
I am able to update using SharedStorage and cookie storage though, only localstorage has that bug
I havent tried the sample app will check it out and will update you. Thanks!
I wasnt able to reproduce it in the sample app, I will try creating a barebones viewcontroller in my project and check if it happens
Sorry for the delayed response, I wasn't able to reproduce it another app too. Guess it is a problem with that project alone. Will open the issue again in case...
I was able to figure out the issue. I had overridden UILabel to include custom property types. """ extension UILabel { open override class var expressionTypes: [String: RuntimeType] { var...
The local extension of the computed property has made it ignore the extension of the Layout module i suppose. As a temporary workaround I copied the overridden types in Layout...
I am facing the same issue. I am not using any style for UIButton. Using delay with more than 0.4 seconds seems to fix the issue, but thats not a...