No slider visible in iOS 15.8, in browser visible

The code below shows a slider in Chrome, Safari etc as expected. Unfortunately no slider is shown on my (ancient) iPhone SE running iOS 15.8. How can I fix this?

Thank you for your time and assistance.

platform: template
name: ${max500_name}
id: ${max500_name}_id
optimistic: true
restore_value: yes
initial_value: 0
min_value: 0
max_value: 10.0
step: 1.0
mode: slider
unit_of_measurement: "V"
on_value:
    then:
    - number.set:
        id: channel_id
        value: ${max500_channel}

This has been solved in HA 2023.12.1. It works again. Thanks a lot!