13
votes

How can I embed a WebView (Embedded Web browser) inside a Delphi MacOS application?

It does not appear the webkit headers are included in XE2.

2
Hello. As far as I know the web browser in Delphi is a kind of wrapper for Internet Explorer, so it can not be used under MacOS. You should follow Warren P's link.Cristian Vasuica

2 Answers

0
votes

Have you tried the TWebBrowser control? This control works in the iOS environment and you can simply set it's URL or use the Navigate function.

0
votes

Have you looked at Chromium Embedded Framework? It might be kinda heavyweight if you just want a view with some HTML, but they have bindings for Delphi. You get access to an up to date chrome webkit/blink browser with V8.