Coder Social home page Coder Social logo

Comments (2)

SinyimZhi avatar SinyimZhi commented on June 3, 2024

@Chihiro23333
1.目前开发工作量还是比较偏向于功能实现,细节的体验优化部分可能照顾不太到,滚动距离可以在以下函数处尝试调整
void WebviewHandler::sendScrollEvent(int browserId, int x, int y, int deltaX, int deltaY)
2.事实上 prebuilt package就是cef的编译产物,且大多数存储空间占用都是dll和lib,详见 libcef.dll、libcef_dll_wrapper.lib。这些dll、lib基本都是cef引擎运行所必须的。可忽略的资源文件size占比实在不值一提。我们提供的prebuilt package是包括了debug和release版的编译产物。方便开发人员调试,应用安装包构建并不需要全部包含,甚至不需要自己去挑选寻找。具体可以参考一些flutter windows编译产物制作安装包的教程,运行所需要的产物在编译后已经被拷贝在exe文件生成的位置了。

from webview_cef.

Chihiro23333 avatar Chihiro23333 commented on June 3, 2024

了解了,非常感谢!

from webview_cef.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.