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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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