I can't click on a link in a web site opened in Firefox for Android

This is happening on a caches web app.
I can not click on a link in my of my pages. However if I press long on it and select "Open in new tab" it opens successfully.
what is the issue?!

Please update your Firefox to latest version of Firefox 25
Download from official Google play
*https://play.google.com/store/apps/details?id=org.mozilla.firefox
and give a try

Similar Messages

  • When I click on a link from a web page opened in Safari I get a blank black screen. Why can't I see the contents of the page?

    When I click on a link from a web page opened in Safari I get a blank black screen. Why can't I see the contents of the page?

    Is this any link in any page, or one particular link in a particular page?

  • 2 issues: 1. Firefox crashes everytime I try to open QuickBooks online 2. When I click an email link on a web site, it opens a blank FF browser instead of an email program. Please advise.

    2 issues:
    1. Firefox crashes every time I try to open QuickBooks online. I have submitted numerous crash reports.
    2. When I click an email link on a web site, it opens a blank FF browser instead of an email program. I have set the default to Microsoft Outlook and also tried changing it to Gmail. Each time I click an email link on any web site, however, it just opens up a blank page instead of one of my email programs.

    I'm not clear on where you are seeing that text. When I view Google's cached page from the page found in this search
    https://www.google.com/search?q=site%3Asitetrail.com%2Faskearth.com
    It doesn't match yours exactly. There is an iframe with a Google map in it in the "Hosting Analysis" section, which in your pasted page seems to be the "Site Server" section.
    Which Google site did you search?

  • Can I have music played automatically when my web site opens?

    I have gotten as far as placing an audio clip on my "about me" page but it seems to require hitting play in order to hear it. Is there a way to have the audio played automatically when the web site comes up? Also can you have it continue to all of the pages? Or is there some other stuff I am missing??
    Thanks!
    Z

    You'll find out all about this here...
    http://www.iwebformusicians.com/MusicPlayers/Players.html
    The xspf player has an autoresume function.....
    http://www.iwebformusicians.com/MusicPlayers/PlayListPlayer.html
    You can build one with a single, long compilation track and hide it in each page.
    Hiding...
    http://www.iwebformusicians.com/MusicPlayers/QT.html
    How to create a compilation at the bottom of this page ....
    http://www.iwebformusicians.com/AudioFiles/Edit.html

  • Using Mac Mail program. Firefox is my default browser. When I double click a URL link attachment, it won't open in Firefox. If I drag the link onto my desktop, I can double click on it and it will open in Firefox, but not directly from inside my e-mail.

    https://support.mozilla.com/users/pwreset/71xh/2uy-1f8da3e420bc18e7383c

    Look for RCDefaultapp, it's a free system preference pane that can control things like that.
    also go through the list here
    Step by Step to fix your Mac

  • How can the built in media player (MP3 etc.) be disabled in Firefox for Android?

    I am trying to figure out how to disable the media player so that media files get downloaded for playback later using my preferred Android media player. In my search for a solution I found the about:config method for the desktop version of Firefox but settings don't appear to be implemented in the Android version at this time. I'm on a rooted phone so command line / config file hacking is an option if that's what it takes.

    Unfortunately not as it's a redirect link for a podcast (see: http://twit.tv/show/this-week-in-tech/407 for example the audio link takes you to http://www.podtrac.com/pts/redirect.mp3/aolradio.podcast.aol.com/twit/twit0407.mp3 ) Since this is how they get paid for their content, I'd rather not try to bypass it if I can help it. What I'd really like is behavior Firefox (on the desktop, at least) used to have: click the link and it treats it as an unknown file and just downloads it.

  • How can I sync bookmarks between my opera mobile browser and my new Firefox for android browser ?

    I just installed Firefox on my Android, and wondered if there was sone way that I could sync my existing Opera mobile bookmarks to it so I don't have to go thru and add them manually ?

    I suspect you need to sync Opera Mobile to a desktop PC, then export/import to get into Firefox. The reason I suspect this is the enhanced security and limited features on mobile browsers .
    Opera's Sync solution: http://www.opera.com/link/
    Firefox desktop import: [https://support.mozilla.org/en-US/kb/Importing%20bookmarks%20and%20other%20data%20from%20Opera Importing bookmarks and other data from Opera]

  • I hace a comcast e-mail account and when I click a "contact us" link on a web site a pop-up asks me to choose an application but when I choose firefox nothing happens How can I make the links open my Comast e-mail?

    "Contact us" links on web sites open a box that says "This link needs to be opened with an application. Send to:" My only e-mail account is through my Comcast.net account but Comcast is not an option. When I choose Firefox, which is an option, a new blank window opens but I have no idea how to generate an outgoing e-mail message. This is very frustrating because I cannot seem to find any help with this issue and i seem to be precluded from e-mailing numerous organizations because of this. I do not want to create a new gmail or other type of e-mail account if I can help it. I already have enough accounts and passwords to try and keep a handle on.

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox
    Comcast online email is considered '''web mail''' so you need to scroll down that support page to the web mail section.

  • When i click on edit link a popup has to open and i have to show the inform

    Hi all,
    i have an arraylist with instances of Sectionbean.java class.
    I created a panelgroup layout to display all the variable inside Sectionbean.java class. and a link called "edit".
    i kept this panelgrouplayout as a child for iterator .
    out put is like this
    1 aaaa abc edit
    2 bbb abc edit
    3 ccc abc edit
    I am getting all the values and rendering in the ui properly like above.
    here when i click on edit link a popup has to open and i have to show the information related to the selected edit link in that row.
    can anyone give me suggistion that how to sove this .

    in the command link.. create a clientAttribute settign the value.. and use it in the popup using the source
    <af:commandLink id="cl2">
    <af:outputText value="#{row.Title}"
    id="outputText1"/>
    <af:clientAttribute name="title"
    value="#{row.Title}"/>
    <af:showPopupBehavior popupId="::p1"/>
    </af:commandLink>
    <af:popup id="p1" contentDelivery="lazyUncached" eventContext="launcher"
    launcherVar="source">
    <af:dialog id="d1" type="ok" title="Popup" contentWidth="300"
    contentHeight="200">
    <af:panelGroupLayout id="pgl4" layout="vertical">
    </af:panelGroupLayout>
    </af:dialog>
    <af:setPropertyListener from="#{source.attributes.Title}"
    to="#{pageFlowScope.Bean.contentId}"
    type="popupFetch"/>
    </af:popup>
    here the client attribute is set with the row.Title and later in the popup we are fetching the same using.. source.attributes.Title

  • Since updating last time Firefox will not open new tabs unless I right click on a link. It won't open them via file or the tab at the top of the brwoser. Anyone know how to fix this?

    Since updating last time Firefox will not open new tabs unless I right click on a link. It won't open them via file or the tab at the top of the brwoser or usinf ctrl + t. Anyone know how to fix this?

    I can press ctrl for a new tab but otherwise a new tab does not open. I actually need help regarding this new Synch which apparently will be in Firefox automatically in an upcoming version so I am asking how that will synch with people who use LastPass-of course because I use this very successfully and really am not eager to change the set up that I have in place at this time.
    I have read through endless FAQ trying to find anyone else who has this question or concern but have found nothing. Can you please tell me how that service will get along with LastPass which does basically the same thing as Synch-it is probably spelled wrong as it looks wrong to me but if I click back to where this issue began, I will lose all of this question so please respond for the upcoming service synch.

  • How can I set Firefox to open a new e-mail window from a contact link in a web site in Gmail rather than in Microsoft Outlook?

    When I click on a "Contact Us" e-mail link in a web site, Firefox opens the blank e-mail window in Microsoft Outlook. I rarely use that program any more; I use Gmail instead. Is there anyway I can change the settings in Firefox so that it will open a Gmail window instead?

    See this - http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • Clicking on a link at a favorite site works but wont let me go back to original page--back arrow is greyed out

    on a news website there are many stories to click on---but then I cant go back to original site --have to X out and start new browser for each story to read. Happens on more than one site.

    I'm not so sure that that isn't normal behavior.
    When you click on a link in Google it will open the link in a new tab, when you open another link it will use that same new tab. You will not get back to the search via the Back button. If nothing has happened in between closing the tab might take you back to the search.
    There are a couple of things you might consider, one is a counter so you can see how many tabs you have if if it changes, and putting the new tabs back to the far right, as in Firefox 2.
    * Tab Counter :: Add-ons for Firefox (35.8 KB, download)<br>https://addons.mozilla.org/firefox/addon/tab-counter/
    *Order of Tabs in the Tabs Bar<br>http://dmcritchie.mvps.org/firefox/tab_capacity/001_with_underscore.htm#taborder
    and three styles to make tabs easier to work with
    * Tab Color Underscoring active/read/unread (Fx3.6) - Themes and Skins for Browser - userstyles.org<br>http://userstyles.org/styles/24728/tab-color-underscoring-active-read-unread-fx3-6?r=1312687371
    * Tabs Bar Minimal Size - Themes and Skins for Browser - userstyles.org<br>http://userstyles.org/styles/9043
    * Tabs, Enlarge list-all-tabs button (DM*) - Themes and Skins for Browser - userstyles.org<br>http://userstyles.org/styles/18553
    I don't have much control over the userstyles.org every week the formatting becomes worse, and it is practically unusable if you don't give up your whole screen.
    Unfortunately the formatting of userstyles.org is always being screwed with, and the before and after pictures are unreadable or missing, and the the links are reduced to not showing you what the link is [*] so you will have to look at the add-ons bar to see what the link is. Watch out for crapware within the Green boxes, all you want is the Stylish extension and to install the style not any of the "suggestions" in the green box. Above all don't click on any link in the green box that is an ".xpi" as that would install an extension without even showing what it is about (a drive by install).

  • Every time I click on a link from an email it opens two exact firefox browers.

    Every time I click on a link from my emails it opens two exact firefox browers to that link. Not two tabs, two browers. How can I prevent this from happening.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • When i click on a link on a website it opens a new non working white page on (MAC) when i know the link works

    when i click on a link on a website it opens a new non working white page on (MAC) when i know the link works

    It sounds like your computer may be infected with some sort of a virus / Malware.
    I suggest the following resources:
    [[Is my Firefox problem a result of malware |Is my Firefox problem a Result of Malware]] is a Mozilla Support article with some good tips on avoiding and fighting malware.
    To double check your system is clean, do the following (Not official Mozilla advice, just good practice from personal experience)
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]
    Download and Run TDSSKiller [http://support.kaspersky.com/faq/?qid=208283363 http://support.kaspersky.com/faq/?qid=208283363]
    Download and Install Microsoft Security Essentials [http://windows.microsoft.com/en-US/windows/products/security-essentials http://windows.microsoft.com/en-US/windows/products/security-essentials] (not an official endorsement, but I personally recommend MSE as an awesome permanent anti-virus)
    Double check for all Windows Updates.
    Also, I noticed you have the coupon printer installed. I would go to Start, Control Panel, then programs and features and uninstall the coupon Printer from inside there. It can cause some problems with Firefox.
    If you are still having problems with Malware after that, I would recommend either [http://www.bleepingcomputer.com/virus-removal/ http://www.bleepingcomputer.com/virus-removal/], or having your computer cleaned by a professional.

  • When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

Maybe you are looking for

  • My iPhone will not restore via iTunes as it keeps cancelling and coming up with Error 9. Can you help me solve this?

    Earlier today my iPhone4s shut down unexpectedly. It kept on showing the opening process (of the Apple logo coming and going) however it wasn't taking me to my home screen, instead was repeating this process. I pressed the home and lock button togeth

  • Acrobat 9 Pro / Files with public+private key security

    Hi, I'm working at a Software Company. We want to create the Help Documents for our Software in PDF. We want to take care, that those PDF documents cannot be opened without our Software. My idea is to certificate the PDFs with a public key and the pr

  • What are libraries in Database?

    Hi All, Recently i was going through objects in my database and i came across libraries eg: dbms_trigger_lib, dbms_stats_lib etc. I am not sure what role these libraries play and whether these are used for internal processing or can be used for devel

  • SQL Source in Page with variables

    Hello, I need to define a page source with conditions in the where statement. I.E. Select * from myTable where myField = myVar1. The where statement should only be used, if a textbox :myBox contains a specific value. The content of myVar1 should also

  • How many mail acct can i have on the cloud

    Hi, How many mail accts. can I have on the cloud, also how I do I change my email acct on the cloud?