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
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
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