Mohammad Fakhreddin

Results 14 comments of 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...

![image](https://github.com/user-attachments/assets/20d0323b-3ec8-42b7-88e1-c686317a60c6) ![image](https://github.com/user-attachments/assets/e868ac8d-29af-42d7-b2dc-67198a2a5640) Flexbox is working. Yay!

![image](https://github.com/user-attachments/assets/d5abb007-f2e3-4721-823b-cd96ee1c8349) ![image](https://github.com/user-attachments/assets/4c5f111e-e57b-4af5-bd99-4bc69d71bdf1) 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! ![image](https://github.com/user-attachments/assets/76ef076b-bda4-4189-82eb-5b95c2cf4cc7)

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: ![image](https://github.com/user-attachments/assets/6c502197-7db6-433d-87f6-9972f6cb940c) 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...