Page 1 of 1

CEF4Delphi update

Posted: Thu Aug 23, 2018 12:35 pm
by salvadordf
Hi,

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.

Re: CEF4Delphi update

Posted: Mon Aug 27, 2018 1:05 pm
by thefunkyjoint
Hello,

Does this update use another Chromium version or is it the same of the previous CEF4 update ?

Re: CEF4Delphi update

Posted: Mon Aug 27, 2018 1:08 pm
by salvadordf
It uses the same CEF3 binaries and the same Chromium version.

Re: CEF4Delphi update

Posted: Mon Aug 27, 2018 5:32 pm
by thefunkyjoint
Thanks for the info ! :)