Since the last update (core-2021.11.1 / supervisor-2021.10.8 / OS 6.6) one of my views on the frontend is empty in Safari and on the iOS Home Assistant app. I don’t have this problem on Firefox.
This is the yaml code of the problematic view:
- title: Multimedia
path: multimedia
icon: mdi:audio-video
badges: []
cards:
- type: vertical-stack
cards:
- type: markdown
content: '## TV'
- type: media-control
entity: media_player.philipstv
- type: entities
entities:
- remote.philipstv
- cards:
- type: markdown
content: '## Mediaplayer'
- hide:
controls: true
info: true
power: false
progress: true
name: Radio stations
shortcuts:
buttons:
- id: http://icecast.omroep.nl/radio1-bb-aac
name: Radio 1
type: channel
- id: http://icecast.omroep.nl/radio2-bb-aac
name: Radio 2
type: channel
- id: >-
'http://playerservices.streamtheworld.com/api/livestream-redirect/RADIO538AAC.aac'
name: Radio 538
type: channel
- id: >-
https://icecast-qmusicnl-cdp.triple-it.nl/Qmusic_nl_live_96.mp3
name: Q-Music
type: channel
- id: http://stream.radio10.nl/radio10
name: Radio 10
type: channel
- id: https://19993.live.streamtheworld.com/VERONICAAAC.aac
name: Veronica
type: channel
- id: https://19993.live.streamtheworld.com/SKYRADIO.mp3
name: Sky Radio
type: channel
- id: http://82.94.205.79:8240/stream
name: GP Radio
type: channel
columns: 4
type: custom:mini-media-player
volume_stateless: false
source: full
group: false
artwork: cover-fit
entity: media_player.woonkamer
toggle_power: true
- type: custom:spotify-card
limit: 30
playlist_type: default
account: default
always_play_random_song: true
grid_covers_per_row: '5'
display_style: grid
grid_center_covers: true
spotify_entity: media_player.spotify_doubleus
device: media_player.woonkamer
default_device: Woonkamer
hide_top_header: true
hide_warning: true
grid_show_title: true
hide_currently_playing: true
type: vertical-stack
Is this a common problem on Apple products?