LazWebkit is a project focused to provide browser and composer web content features for Lazarus IDE based projects.
NOTE: Currently is only implemented for GTK2 widgetset.
Follow LazWebkit
Other Useful Business Software
Zenflow- The AI Workflow Engine for Software Devs
Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
Rate This Project
Login To Rate This Project
User Reviews
-
Great component, please continue to work on it and make a page for get donations, I use this component on all last versions of Lazarus, now I work with it on Lazarus 1.6 in Linux, works fine, just make sure you installed webkit for it or will be error while installing with linking, after you will install all needed webkit it will link ok and component will work fine, in this component you can find some very good functions like ExecuteScript, for example you can write java script for exec like scripText='x.getElementsByTagName("input")[0].click();' and write in lazarus browser.ExecuteScript(scripText); for exec this script in loaded page. One more very good function for get plain text of the content browser.ExtractContent(TWebKitViewContentFormat.wvcfPlainText) or if you want to get source of the page browser.ExtractContent(TWebKitViewContentFormat.wvcfSourceText). There are much more useful functions.
-
Works for me. Open SuSE 13.1, Lazarus 1.22, FPC 2.6.4 The example browser even renders HTML5 and CSS3. The example composer works too, but developers likely need to extend its functionality to suit their needs.
-
Not working under Debian 6, libwebkit 1.2.7 version