// The docs say we need to set options.touchScreenOptimizeApp = true
// https://developers.google.com/cast/docs/caf_receiver/customize_ui#accessing_ui_controls
// This doesn't work.
options.touchScreenOptimizedApp = true;
// The class reference say we can set a uiConfig in options to set it
// https://developers.google.com/cast/docs/reference/caf_receiver/cast.framework.CastReceiverOptions#uiConfig
// This doesn't work either.
options.uiConfig = new cast.framework.ui.UiConfig();
options.uiConfig.touchScreenOptimizedApp = true;416116d1-26da-4b0a-8fe3-978210c908c9
am 29. August 2026 um 15:17 hinzugefügt
teilen