Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8641851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:38:10+00:00 2026-06-12T11:38:10+00:00

Dolphin Browser and the Default Android Browser are reading the <noscript> section in the

  • 0

Dolphin Browser and the Default Android Browser are reading the <noscript> section in the head of my page even though javascript is turned on in those browsers. This causes the content of those pages not to be rendered.

In the head I link to a a css stylesheet that sets display to none for anything inside a div on page when javascript is turned off in the browser. It does this by residing inside a nonscript element, so the stylesheet is only read if there is no javascript.

This works for all desktop/laptop browsers I tested (not tested on mac which I don’t have access to). It works on Android with Firefox and Opera. I have cyanongenmod 7 only so no Google Chrome for me.

However when it comes to Dolphin and the default Android browsers, they read the css stylesheet that resides in the noscript section and pretty much the whole page/site is not rendered in these browsers.

I have proven that this is what is happening by deleting the stylesheet link from the head section and the page renders correctly in those browsers.

Is there some way to get these browsers to respect the noscript tags in the head section?

UPDATE: This is using HTML5 – noscript in the head is allowed: http://www.w3.org/TR/html5/the-noscript-element.html#the-noscript-element

<!DOCTYPE html>
<html>
<head>
        <noscript>
            <link href="${facesContext.externalContext.requestContextPath}/css/no_javascript.css" rel="stylesheet" type="text/css" />
            <!-- this link is being read even if javascript in enabled in dolphin -->
        </noscript>

</head>
<body>
    <noscript>
        stuff in this noscript element works correctly
    </noscript>

    <div class="no_javascript_disapear">

        page full of stuff not being rendered because 
        dolphin browser is not respecting the noscript 
        tags in the head.

    </div>
</body>
</html>

// css in the noscript tag:
.no_javascript_disapear {display:none;}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T11:38:11+00:00Added an answer on June 12, 2026 at 11:38 am

    Maybe you can use javascript to remove that stylesheet?

    Read this question for how to Access Contents of <noscript> with Javascript


    Otherwise, you can add a title to your no-js stylesheet:

    <link title="noJsStylesheet"  href="....css" rel="stylesheet" type="text/css" />
    

    And use this function to remove it:

    for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
        if(a.getAttribute("title") == 'noJsStylesheet') a.disabled = true;
    }
    

    But i’m really not sure if it’ll work on this specific Dolphin version.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to detect dolphin browser in php? Unfortunatly I don't have android, so I
Can anyone help me figure out why this page causes Android browsers to crash?
I would like to have this android layout basically works like the dolphin browser,
Hi there I am trying to create a bug-free jquerymobile app across Android Browser,
I've seen some apps like dolphin browser (not the HD version, the normal one)
When loading Mootools More from my server, Android Stock Browser (froyo 2.2 and gingerbread
some applications (like for example the Dolphin HD Browser) implement the following feature: Pressing
I'm searching for a way to interact with different android browsers. My intention is
int main() { char *name = new char[7]; name = Dolphin; cout << Your
I have a script that detects an android device then redirects to android.html. On

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.