salvadordf / WebView4Delphi

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
https://www.briskbard.com/forum/
MIT License
282 stars 59 forks source link

Drawback or bug? #12

Closed limelect closed 2 years ago

limelect commented 2 years ago

If you write a site just xxxxx.com it does not do anything I have to add HTTP:// not like chrome and others

salvadordf commented 2 years ago

WebView2 doesn't include all the features in a complete web browser. It only allows you to embed a web page in your application.

Many user interface features, including the address box function that adds missing URL schemes must be implemented by the host application.

Read this document for more details about WebView2 runtime : https://docs.microsoft.com/en-us/microsoft-edge/webview2/

limelect commented 2 years ago

P.S check above on edge too.It workes. Ok understand your statment