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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:36:16+00:00 2026-05-30T20:36:16+00:00

I have been reading about the responsive web pattern and I have successfully implemented

  • 0

I have been reading about the responsive web pattern and I have successfully implemented it on a test page. However I see the limitations of that the layout is limited by the order/sequence of the HTML tags. You can set the display:none property on a lot of content etc but that is not nice.

So is there a way on the server side to distinguish between what the HTML response are going to include based on what kind of device is used by the user? I am mainly interested in Scala (Lift) and Java EE solutions.

  • 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-30T20:36:18+00:00Added an answer on May 30, 2026 at 8:36 pm

    Using Lift you can identify the userAgent and if it is mobile, you can show different html than if the user is using a desktop browser.

    There are a few ways to accomplish this, one is from the Sitemap, or another is from each snippet.

    The mailing list is a good place to ask the specifics of each method.

    Update

    This is an example using Sitemap from Lift

    def sitemap = SiteMap(
      Menu.i("Home") / "index" >> pickTemplate(),
      Menu.i("First") / "first" 
    )
    
    //Show mobile or regular page
    def pickTemplate() ={
      //If the browser is Chrome, pick this template
      if(S.request.map(_.isChrome) openOr true  ){
        Template( ()=>Templates("chrome" :: Nil) openOr (NodeSeq.Empty))
      } else{
        Template( ()=>Templates("other" :: Nil) openOr (NodeSeq.Empty))
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been reading about Quicksort and found that sometimes it' s referred to
i have been reading about a function that can overwrite its return address. void
i have been reading about network flooding algorithm that it is used to discover
I have been reading about the function of __init__.py file. It is said that
I have been reading about creating an RPM for Python 2.6.4. In this page:
I have been reading about Factory pattern a lot lately. I am trying to
I have been reading about the thread-pool pattern and I can't seem to find
I have been reading about the differences between Table Variables and Temp Tables and
I have been reading about collision detection in games on stackoverflow and other sites.
I have been reading about the continuation passing style programming technique (C# 3.0 implementation).

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.