mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Readme and known restrictions
This commit is contained in:
parent
9346acaaa0
commit
9766f0e175
@ -0,0 +1 @@
|
||||
Keyboard support on MacOS is known to be incomplete.
|
@ -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.
|
||||
|
@ -35,6 +35,15 @@
|
||||
*
|
||||
*)
|
||||
|
||||
(*
|
||||
|
||||
=== State of Implementation ===
|
||||
|
||||
On MacOS the keyboard support is currently incomplete
|
||||
|
||||
|
||||
*)
|
||||
|
||||
unit uCEFLazarusOsrBrowserWindow;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user