OK3568 4.19.206 Browser Porting

Document classification: □ Top secret □ Secret □ Internal information ■ Open

Revision History

Date

Version

Revision History

08/23/2024

V1.0

Initial Version

Browser Porting

After testing, the default demo browser exhibits lagging and high CPU usage.

Actual testing revealed that the high CPU usage when opening web pages is related to the rendering size of web files. Due to hardware limitations, performance cannot be significantly improved through software optimization.

Adding Method

Written using qwidget, you can try to use the quick below to make a browser, and the performance will be improved.

quicknanobrowser.zip

The source code of this browser can be compiled as a regular Qt program by following the instructions in the compilation manual.

Note: Opening the source code in QtCreator may trigger syntax errors due to differences in syntax usage between versions, but this does not affect the actual compilation process.Image