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
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
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