CEF4Delphi update
Posted: Thu Aug 23, 2018 12:35 pm
Hi,
I've been updating CEF4Delphi lately. These are the new features :
I've been updating CEF4Delphi lately. These are the new features :
- New KioskOSRBrowser demo : Full screen browser in OSR mode with a virtual keyboard that is shown automatically when the user clicks on an editable HTML element. The context menu also has an option to show/hide the keyboard. Press the ESC key to exit this demo.
- New GlobalCEFApp.AutoplayPolicy property : Chromium changed the autoplay policy a few months ago but this property allows you to enable it again. These are the values for this property :
- appDefault : Default autoplay policy.
- appDocumentUserActivationRequired : Autoplay policy that requires a document user activation.
- appNoUserGestureRequired : Autoplay policy that does not require any user gesture.
- appUserGestureRequired : Autoplay policy to require a user gesture in order to play.
- appUserGestureRequiredForCrossOrigin : Autoplay policy to require a user gesture in order to play for cross origin iframes.