- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Website showing mobile version in Firefox and Opera"
Collapse
-
Solved. window.screen.width instead of screen.width sorts it. Just screen.width is fine in other browsers and was in Firefox.
-
Ah, that is not the problem. I have lines further down to allow for user choice buttons:
<!--go to mobile site if screen too small unless desktop requested-->
<script type="text/javascript">
<?php
if ( !isset($_GET['view']) || $_GET['view']!="desktop" )
{
echo "if (screen.width < 740) document.location = 'mobile/';";
}
?>
</script>
Put in
echo "alert(screen.width);";
and it says the screen width is 20!!!
WTF??????????????
Leave a comment:
-
Website showing mobile version in Firefox and Opera
IGNORE - PROBLEM SORTED BY MY LITTLE PUPPET PARROT
Got alternate desktop/mobile versions using following line in header:
<link rel="alternate" media="only screen and (max-width: 740px)" href="https://www.gatekeeperel.co.uk/mobile/" >
All works fine on desktop in Chrome, Edge and Brave but in Firefox and Opera I am now seeing the mobile version. Any ideas? Cheers.
PS If you try the site listed note it is not usually slow like that, got some other problem going on at moment.Last edited by xoggoth; 26 April 2023, 21:05.Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- New umbrella company JSL rules: a 2026 guide for contractors Yesterday 22:50
- Top 5 contractor compliance challenges, as 2025-26 nears Oct 3 08:53
- Joint and Several Liability ‘won’t retire HMRC's naughty list’ Oct 2 05:28
- What contractors can take from the Industria Umbrella Ltd case Sep 30 23:05
- Is ‘Open To Work’ on LinkedIn due an IR35 dropdown menu? Sep 30 05:57
- IR35: Control — updated for 2025-26 Sep 28 21:28
- Can a WhatsApp message really be a contract? Sep 25 20:17
- Can a WhatsApp message really be a contract? Sep 25 08:17
- ‘Subdued’ IT contractor jobs market took third tumble in a row in August Sep 25 08:07
- Are CVs medieval or just being misused? Sep 24 05:05
Leave a comment: