Aman Kumar

Results 11 comments of Aman Kumar

@DevNatan check this https://github.com/adrielcafe/voyager/pull/463 it solves this issue

this fixes issue generated here https://github.com/danielsaidi/TagKit/issues/4 edit: it doesnt

> Sorry for completely dropping the ball on this @Vithanco! > > If this solves the problem with Swift 6, I will give it a try, then merge it and...

> > sorry i used his repo directly which didnt have swift 6 so maybe thats why it worked. Ill check his commit with swift 6 and let you know!...

I confirm @mcolinsk observation on mac catalyst thing. It fixed for me!

is there a way to add multiple text at specific time using this library? like custom captions?. Currently Im able to add just one text following this video https://youtu.be/7vmiYP4vNUE

@singpolyma you mean text in input field?

> Are there any alternatives? I think this: https://github.com/doopage/react-chat-widget

One of my user is also facing this. Im not able to reproduce on my device as of now.

I did this and it works fine for now ```swift extension Encodable { func toJSONDict() -> [String: Any]? { do { let jsonData = try JSONEncoder().encode(self) return try JSONSerialization.jsonObject(with: jsonData,...