mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #181] [BUG] autocomplete on iOS Firefox not working #129
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @somebody-somewhere-over-the-rainbow on GitHub (Jan 23, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/181
Autocomplete fails after setting up whoogle on Firefox on iOS via (http[s]://<your whoogle url>/search?q=%s). It works via the desktop browser (also firefox though).
Device: iPhone Xr
iOS: 14.3 (18C66)
Firefox: Daylight 30.0 (3279)
Whoogle: latest docker version with beta tag
@benbusby commented on GitHub (Jan 23, 2021):
Unfortunately this is actually a limitation of mobile browsers themselves, since they don't provide any way of setting a custom autocomplete url (i.e.
<whoogle_url>/autocomplete?q=%s).