Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Easily Load And Display Web Content Cross-Platform In Delphi On Android And IOS

The main form of the Sample contains a TWebBrowser component that supports the basic functions of a web browser, such as: navigate to URL, go back and go forward.

In this post, you’ll learn how to easily load and display Web Content Cross-Platform In Delphi On Android and IOS using Cross-Platform App Builder.

Location

You can find the WebBrowser sample project at:

How to Use the Sample

  1. Navigate to one of the locations given above and open:
    • Delphi: WebBrowser.dproj.
    • C++: WebBrowser.cbproj.
  2. Press F9 or choose Run > Run.

Files

The project consists of one source file, uMain.pas, that contains the class for the main form that represents the user interface.

Classes

Implementation

Please follow the link below for more information in the original post of the Sample:

http://docwiki.embarcadero.com/CodeExamples/Sydney/en/FMX.WebBrowser_Sample

Head over and check out the full source code for the TWebBrowser sample on GitHub.

Exit mobile version