mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #95] [QUESTION] Doesn't load on older browsers? #67
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#67
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 @bb8700c on GitHub (Jun 25, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/95
Whoogle doesn't seem to load on older browsers,
Just get a white screen on my blackberry q10's browser(based on an older webkit) and also IE8 for testing purposes. On the console of IE here's the error-
SCRIPT1002: Syntax error File: autocomplete.js, Line: 1, Column: 36SCRIPT1002: Syntax error File: controller.js, Line: 1, Column: 30I get I'm using ancient stuff, so i'm not expecting it to be fixed but I figured i'd ask
@benbusby commented on GitHub (Jun 28, 2020):
Yeah, looks like the ES6 features I'm using in the javascript aren't supported on older browsers. If you don't mind losing the autocomplete and UI level configuration features of Whoogle, you could maybe just remove the
autocomplete.jsandcontroller.jsscripts from ever being loaded inindex.htmlanddisplay.html. The core search functionality doesn't rely on any javascript, so it should still work fine with the scripts removed, but there may be some UI weirdness.I'll close this issue for now, but I'll revisit this if I think of a better way to include support for older browsers.