Questions tagged [mobile-website]

Mobile Website refers to the design and implementation of web content aimed at clients using mobile devices such as phones or tablets.

Mobile websites allow us to consume information that has been formatted to better fit the browser on our mobile devices.

When consuming content from a phone or tablet, websites that were not designed for these devices can often be difficult to navigate or interpret. Mobile websites bridge this gap by offering content designed specifically for mobile consumption.

Some solutions include redirecting users to a separate mobile web sites or using media queries or some other browser detection to serve alternate styling or HTML.

Another consideration of mobile websites is that of page weight. Because many mobile browsers use mobile carrier networks to connect to the internet, it is a good practice to conserve the amount of data your page requires. These practices may include compressed scripts or resources, smaller images suited specifically for mobile consumptions, or otherwise reducing page size by breaking up the content into more manageable areas/pages.

1392 questions
-1
votes
1 answer

How can I manually trigger page creation with jQuery Mobile?

I'm using an MVC js lib (emberjs) which will dynamically create and change pages (views). How can I manually trigger page creation with jQuery Mobile? Here's my jsFiddle - http://jsfiddle.net/mattkime/Aczye/3/ A jQuery Mobile page with headers and…
Matthew Kime
  • 718
  • 1
  • 6
  • 14
-2
votes
1 answer

Mobile App frameworks?

Possible Duplicate: Choosing Mobile Web HTML5 Framework What is the best framework for developing mobile web apps ( HTML5, Css and Jquery ) for iPhone and other smartphones
Amer Enaya
  • 25
  • 1
  • 7
-2
votes
0 answers

How can I make a div 50% height fixed in WordPress Post?

I want to a div with 50% height but fixed position like homepage of this website: https://mylisting.in I know these are required: height:50%; position:fixed; but it doesn't work for me. Please Help.
-2
votes
1 answer

Show text for phones and tablets but not desktops

I have it working on phones but the desktop text shows on the tablet. @media all and (min-width: 768px) { .mobile { display: none !important; } } @media all and (max-width: 767px) { .desktop { display: none !important; } }
-2
votes
1 answer

what is the format of the data generated by the base stations in the cellular network? Is it stored somewhere? If yes then in which form?

One way to get this detail is to fire the query on Visitor Location Register(VLR) which keeps track of all the active mobiles present in its area at a given time. But frequently triggering this database might hinder the performance of the network…
-2
votes
5 answers

How can I make my header mobile responsive?

Can you please help me with making my existing header responsive? I've tried a lot, but nothing worked... Here is the HTML Code:
logo
matlus
  • 23
  • 4
-2
votes
1 answer

Can I send Push notification for the app that is converted from website?

I am new to android, one of my client wants to have website as well as android app. I am expert in developing website and newbie to android development, my idea is to convert/integrate website as android app, I tried converting and able to install…
vignesh ds
  • 11
  • 2
-2
votes
2 answers

Ads customisation for Google AdSense

On my website, 90% of traffic coming from mobile devices. I want to show ads related to the app install ads something like this but I don't know how to achieve that. Is there any customization needed in adsense account? I visit on my website…
Harish Kamboj
  • 759
  • 10
  • 30
-2
votes
1 answer

Add Hamburger closing menu icon in Wordpress

I am trying to add a Hamburger closing icon to my Menu bar in mobile version. This is my website- https://minnesotaskatingcoach.com/ . When I click on menu there's no icon for closing it. This is my CSS code:- /****** Menu slide-in with…
-2
votes
1 answer

Website Critical Rendering Path Displays then disappears for 3 seconds

I'm optimizing this website to load fast:https://alternativarife.com/ The critical rendering path is displayed in the first 2 seconds but then the screen goes blank for 3 seconds. I am not sure what could be causing the screen to blank out.
-2
votes
1 answer

width device-width What is what? Confused

I've read two articles: https://www.quirksmode.org/mobile/viewports.html https://www.quirksmode.org/mobile/viewports2.html I am really confused why is width size of window in first article and size of screen in second article. What have I missed?
-2
votes
1 answer

Bootstrap grid layout wrap columns on desktop

I have a sidebar that I would like to be a set of columns on mobile, but one column on a desktop or tablet. I just don't know how to approach this, as the only documentation bootstrap provides is for the other way around I don't even know what to…
mtfurlan
  • 836
  • 1
  • 10
  • 23
-2
votes
2 answers

How to prevent iPhone to interpret "AD 800-1200" as phone numbers?

I am developing a mobile website and on a page there is text such as "AD 800-1200". If I press this text and release, iPhone asked me whether to dial a number. How to prevent this? Thanks!
curious1
  • 12,884
  • 33
  • 109
  • 194
-2
votes
1 answer

What is good for design administrative website?

What is the best way for design administrative side of Travel website, Is it good for include mobile and desktop design? Or better only develop desktop design? i mean based on new technologies?
user475464
  • 1,545
  • 9
  • 23
  • 36
-3
votes
1 answer

Website not appearing as it is on mobile. How to solve this problem?

I am editing the home page of my website with the help of Elementor. On the home page, there is a headline in the left column and an image to==in the right column. The website is appearing correct on the desktop. Dekstop view. Please see the…
1 2 3
92
93