Enable pages to be viewed without JavaScript
planned
R
Rose A. Violet
Currently, in order to view any story pages, JavaScript must be enabled. Visiting the page with JavaScript disabled shows the spirograph loader on a web browser with CSS enabled. The actual page content
is
loaded, but is only accessible if all page stylesheets are disabled in the web browser (Use Style > None), or if visiting the page with a text web browser (for example "lynx").Since there are people out there that disable JavaScript by default (be it for security reasons, or performance reasons, or both), and the actual page contents get loaded anyways (it's just not visible), it would be nice to have the pages visible and readable on a basic level (because obviously not every website feature is going to work without JavaScript) with JavaScript turned off, without the need to also disable the website stylesheets.
Kohi
Taking a look into this, I believe that this issue is due to the comic page data being fetched at the component level instead of at the webpage level. This is definitely something that can and will be corrected. Thanks!
Kohi
planned
Kohi
Taking a look into this, I believe that this issue is due to the comic page data being fetched at the component level instead of at the webpage level. This is definitely something that can and will be corrected. Thanks!