[GH-ISSUE #95] [QUESTION] Doesn't load on older browsers? #67

Closed
opened 2026-02-25 20:34:49 +03:00 by kerem · 1 comment
Owner

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: 36
SCRIPT1002: Syntax error File: controller.js, Line: 1, Column: 30

I get I'm using ancient stuff, so i'm not expecting it to be fixed but I figured i'd ask

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: 36 ` ` SCRIPT1002: Syntax error File: controller.js, Line: 1, Column: 30 ` I get I'm using ancient stuff, so i'm not expecting it to be fixed but I figured i'd ask
kerem 2026-02-25 20:34:49 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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.js and controller.js scripts from ever being loaded in index.html and display.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.

<!-- gh-comment-id:650794032 --> @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.js` and `controller.js` scripts from ever being loaded in `index.html` and `display.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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#67
No description provided.