Readme and known restrictions

This commit is contained in:
martin 2021-03-20 05:44:04 +01:00
parent 9346acaaa0
commit 9766f0e175
3 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1 @@
Keyboard support on MacOS is known to be incomplete.

View File

@ -1,9 +1,9 @@
BrowserWindow
BrowserWindowOSR
# ABOUT
This example uses
TLazarusBrowserWindow
TLazarusBrowserWindowOSR
Examining DOM
TCEFWorkScheduler feeds the CEF messageloop by calling DoMessageLoopWork(). On Mac this is currently the only way to run the CEF messageloop.

View File

@ -35,6 +35,15 @@
*
*)
(*
=== State of Implementation ===
On MacOS the keyboard support is currently incomplete
*)
unit uCEFLazarusOsrBrowserWindow;
{$mode objfpc}{$H+}