You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Readme and known restrictions
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
Keyboard support on MacOS is known to be incomplete.
|
@@ -1,9 +1,9 @@
|
|||||||
BrowserWindow
|
BrowserWindowOSR
|
||||||
|
|
||||||
# ABOUT
|
# ABOUT
|
||||||
|
|
||||||
This example uses
|
This example uses
|
||||||
TLazarusBrowserWindow
|
TLazarusBrowserWindowOSR
|
||||||
Examining DOM
|
Examining DOM
|
||||||
|
|
||||||
TCEFWorkScheduler feeds the CEF messageloop by calling DoMessageLoopWork(). On Mac this is currently the only way to run the CEF messageloop.
|
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;
|
unit uCEFLazarusOsrBrowserWindow;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
Reference in New Issue
Block a user