hotwired / turbo-ios

iOS framework for making Turbo native apps
MIT License
891 stars 87 forks source link

File input Take photo issue on ios #204

Closed harisadam closed 6 months ago

harisadam commented 6 months ago

I have a strange issue, when I click on the file field, select "Take Photo" and save the picture, the site in the background always gets reloaded so I lose the photo and the content of the other inputs. Simple file selection works fine, but file selection appears in a modal and not a full screen view, so this could be the problem?

Attaching a video: https://github.com/hotwired/turbo-ios/assets/797521/fd1ff781-4f16-4afb-bdfe-ec84d85dc5f2

harisadam commented 6 months ago

turbo-navigator branch solved my problem