How to open weblink in LVGL

Description

Hi Team,
i have web authentications in my application. is there any widget ?

What MCU/Processor/Board and compiler are you using?

ARM

What LVGL version are you using?

V7

What do you want to achieve?

I want to show website interface on my board using weblink

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.
Thanks in Advance.

LVGL does not support displaying HTML, CSS, or JavaScript. You would need to use whatever API your platform provides for opening a browser.