Links not receing clicks on mobile version of firefox

Talk about Mozilla browsers for small devices such as PDAs and cellphones.
Post Reply
rain-13
Posts: 30
Joined: February 8th, 2010, 9:28 am

Links not receing clicks on mobile version of firefox

Post by rain-13 »

With android version of FF. Sometimes links dont receive clicks. One example that always fails is facebooks's main logo button on top left of desktop version of page. An other link that often fails is my university's study information system's links that submits form when you click it.

Code: Select all

<a href="#" class="link" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;" onclick="document.vorm.leht.value='RG.YO.EL';
document.vorm.submit();
return false;">Ainetele ja eksamitele registreerumine</a>
Those links always work with desktop browser but have problems with android version (that requests desktop page) of it.

Any ideas/plugins/fixes for that?
User avatar
chaanakya
Posts: 18
Joined: June 15th, 2017, 9:40 pm

Re: Links not receing clicks on mobile version of firefox

Post by chaanakya »

Do you have any addons installed? Sometimes addons might hijack taps before the website itself receives them.
Post Reply