Yu-Hsuan Lin
Yu-Hsuan Lin
Any updates? I have the same issue too. :(
It looks like this kind of issue would happen on all kmm libraries which use iOS(darwin) library directly instead of use pure kotlin code.
Track in https://github.com/square/okhttp/issues/1733
I would recommend that we should stick with okhttp. there are lots of benefits we could borrow from okhttp in the future, not only websocket stuff.
@bring-shrubbery Yes modify zIndex works! Wondering is it necessary to set it outside from the library?
@bring-shrubbery It's just a normal VStack, and I just add tip to one of child item. Like this: ```swift VStask { Text("1") Text("2") .tooltip(.bottom) { Text("tip\ntip\ntip") } Text("3") } ```
Same issue here, any update?
@Aallam Yes I know this page, but currently we want to use same codebase with Algolia in Android/iOS (Flutter + kotlin multiplatform). It there any way to achieve this? Or...
@Aallam Any chance to merge it?