bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
1.96k stars 74 forks source link

Torrent search: Fix for Safari on iOS. #235

Closed josteink closed 1 month ago

josteink commented 1 month ago

keyup.enter event does not seem to trigger for Safari on iOS. Trigger update-code on blur-event too to workaround.

Tested on local bitmagnet installation and seems to work fine.

This fixes https://github.com/bitmagnet-io/bitmagnet/issues/117.

mgdigital commented 1 month ago

Thanks for this! Please could you rebuild the embedded UI with npm run build -- -c embedded?

josteink commented 1 month ago

Sure. Like this?

mgdigital commented 1 month ago

Yep, thanks!