We are a CEF based application, we utilize "Kiosk" mode by using the API
enterFullScreenMode withoptions to enter kiosk mode.
On Ventura beta release, when we exit this mode using
[self.mContentView exitFullScreenModeWithOptions:[NSDictionary dictionary]];
None of the mouse controls work, we don't get hover states and clicking on buttons do not work.
Post
Replies
Boosts
Views
Activity
When I install my application there is a notification "added items that can run in background". How to I determine why my app is considered for this. What are the configurations / parameters that cause this?