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 7179581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:10:07+00:00 2026-05-28T17:10:07+00:00

Problem: Jqtouch is only for ‘small screens’ and is optimized for the iPhone. Question:

  • 0

Problem: Jqtouch is only for ‘small screens’ and is optimized for the iPhone.

Question: I’m looking for a jqtouch plugin which makes it ‘desktop friendly’ by altering whatever is needed.

Possible solution: I realize I could do a redirect to a website on detecting a desktop but I’m sure there is a jquery plugin that’s developed to make it desktop browser friendly, I just can’t find it?

  • 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-05-28T17:10:08+00:00Added an answer on May 28, 2026 at 5:10 pm

    It is cheap but you can check for window.Touch and that will let you know that you are dealing with a touch screen. Even though you can have a touch screen that is a desktop the interface experience is the same then as a mobile.

    I use special media queries to detect instead the size of the screen and not the type of device
    http://www.w3.org/TR/css3-mediaqueries/
    https://developer.mozilla.org/en/CSS/Media_queries

    @import url('./collect-p.css') only screen and (max-device-width: 1024px) and (orientation:portrait);
    
    @import url('./collect-l.css') only screen and (max-device-width: 1024px) and (orientation:landscape);
    
    @import url('./collect-l.css') only screen and (min-device-width: 1025px);
    

    The first query will load a style sheet for an Ipad in portrait
    The 2nd query will load a style sheet for an Ipad in landscape
    The last query will load a style sheet for any thing else including a regular browser( In my case the layout I made for the tablet is also designed to work well with browsers but you can allways have a sheet just for the desktop)

    I have to say Media Queries are confusing and it is made worse by a lot of the goofy designer blogs out there but they are with out doubt the way to go and will save you frig tons of work in the long run.

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

Sidebar

Related Questions

I'm building a small website with JQTouch and the first problem I've run into
My phonegap based application which uses JQTouch and JQuery works fine on iPhone, Android,
Problem: I have an address field from an Access database which has been converted
Problem: Given a list of strings, find the substring which, if subtracted from the
Problem I have timestamped data, which I need to search based on the timestamp
I've just recently started developing a site for iPhone using jQTouch, and have the
I have a problem with my web app. I use Jqtouch to develop it
I'm having a problem with onSubmit. I'm building a little mobile website using jQTouch
Playing around a bit more with jqTouch and am running into a problem with
Problem: You are given dates in a format of YYYYddd, which is the year,

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.