Closed Veronika-dev closed 1 year ago
Hey, any updates?
Hi, At the moment we're transitioning to a new WebView implementation, which will have a transparent background, and a colleague of mine is testing the dark theme keyboard issue. We'll keep you updated when the new release with all the fixes will be released.
Hi, Thank you! I'm looking forward to getting news
Hi, We released version 0.7.0 of our Flutter SDK, please test it and let me know if it fixes these problems.
@bugnano Hi, There is a transparent background, thank you. However the problem with light keyboard is still here.
Also you can see from the attached video that content doesn't scroll to the last message.
Hi, any updates?
Hi, sorry for the late reply. The team is currently busy working on urgent uptime and stability improvements, so all other features and fixes are not being worked on at the moment. This issue is still on our backlog, and we will get back to it once the situation stabilizes.
We have upgraded the underlying webview to fix the keyboard color issue. The release will happen shortly.
Hello talkjs team!
I am working on an application and I have faced to some problems: 1) On screen loading or when I am scrolling the view up or down, I can see white background. I think it is webview background and I found some possible solutions here and here.
2) My application is in dark mode but I can't open a keyboard in ChatBox using necessary styles. Global setting in
themeData
brightness: Brightness.dark
doesn't help with the situation. I need to be able to change keyboard color to Brightness.dark.Could you please help me and fix it as soon as possible?
Here is a video of the problem. https://user-images.githubusercontent.com/24383434/214597541-e6ec7b2c-3850-453b-8b9c-33df5c3f1143.mp4
And part of my code (build):