Mohammad Fakhreddin
Mohammad Fakhreddin
I think it's related to how this library works . It takes screen shot of previously root view and applies blur effect on it. You see this issue when you...
Hello guys ,I did a few tricks to avoid this issue I hope it helps ` const videoTrimOptions = () => { return { startTime: 0, endTime: 30 } }...
@tordex Thanks for the quick response, You were right. That was part of the issue. This is the fixed code: ``` void WebViewContainer::draw_text( litehtml::uint_ptr hdc, const char* text, litehtml::uint_ptr hFont,...
@tordex Thanks for the response! This is by far the best HTML renderer out there so no complaints here :) I was wondering if display:flex works. Honestly, that's all I...
  Flexbox is working. Yay!
  Can someone tell me why DrawText returns the same y for both texts? Also, is the text height zero for both of them? Where can I set this...
@tordex Thanks alot! It's working now! 
I'm sorry for bothering you again. I had some free time in the weekend and so I implemented a few other things. Here is the result so far:  I...
@tordex Is the set_attr currently working ? I've been trying to manipulate the HTML without re-parsing everything. I can access and manipulate the classes, but it is unaffected when I...
@tordex Thanks for the quick response! I have called the render before drawing after I modify the style, but it is still not working. It's very strange. I dig deeper...