📱 Date Picker Mobile Debug

Detecting device...

Test 1: Basic Hidden Input (Current Method)

Click the date below to test the hidden input method with showPicker() and fallbacks:

Today

Test 2: Visible Input (iOS Fallback)

Try tapping/clicking this visible date input (iOS native picker should appear):

Test 3: Button Trigger Method

Click button to programmatically trigger the date picker:

Test 4: Label + Input Method

Tap the date label (connected to input via label tag):

Test 5: Delayed Focus Method

Uses setTimeout to trigger focus (iOS Safari workaround):

Today

Test 6: Touch Event Method

Uses touchend event specifically for mobile:

Today

Event Log