No description
Find a file
Claude 89f60e894b
Fix geolocation on iOS Safari: explicit button + error feedback
Replace silent on-load getCurrentPosition with an opt-in button on
step 1. iOS Safari requires a user gesture for the permission prompt
to appear; calling it on page load suppresses the dialog. The button
triggers the request on tap, shows "Getting location…" while waiting,
and surfaces permission-denied / timeout errors with clear messages.

https://claude.ai/code/session_015myTTMs6yDsAGarATe5ePZ
2026-03-18 20:16:16 +00:00
src Implement mileage tracking app (Rust + Axum + Claude Vision) 2026-03-18 18:42:12 +00:00
templates Fix geolocation on iOS Safari: explicit button + error feedback 2026-03-18 20:16:16 +00:00
.gitignore Implement mileage tracking app (Rust + Axum + Claude Vision) 2026-03-18 18:42:12 +00:00
Cargo.lock Add Cargo.lock 2026-03-18 18:42:37 +00:00
Cargo.toml Implement mileage tracking app (Rust + Axum + Claude Vision) 2026-03-18 18:42:12 +00:00
PLAN.md Add GPS location column to plan 2026-03-18 18:27:41 +00:00