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
One App to Replace Your Entire SaaS Stack
ClickUp replaces your scattered tool stack with one AI-powered platform. Stop paying for project management, docs, chat, and time tracking separately when they all live in one place. Teams that consolidate into ClickUp cut software costs and move faster because everything is connected, not siloed across apps that don't talk to each other.
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