0
votes
0answers
9 views

Textarea not changing width with a media query

http://adamginther.com The message text area at the bottom of the page will not change width on mobile. I have tried to implement media queries to change the input and width, the input changes it's ...
0
votes
0answers
27 views

Why does this set of media queries work compared to the other?

First time posting on stackoverflow. I've actually fixed my problem but I just don't understand why. So I "borrowed" the following media queries from another website and they work perfectly: ==== ...
0
votes
0answers
28 views

How To Stretch Image Horizontally Full Width [duplicate]

I would just like the edges of my image to stretch the width of the screen. Not looking for it to be a full background. My website is www.jobspark.ca <div class="fullWidthSectionBG"> <div ...
0
votes
1answer
34 views

Dropdown navigation on mobile devices

My company develops sites using a proprietary CMS, and our ability to adapt to mobile development is pretty bad. We develop mobile-specific sites, but we don't give them away for free. Anyway, most of ...
0
votes
0answers
32 views

Nexus 4 / Android tap to scroll issue

So I'm testing out a site on my Nexus 4, the layout when you browse to the page on mobile looks like so: It turns out on my phone, I can scroll or move the scroll bar down, by tapping the very ...
0
votes
0answers
19 views

Upload a file on a Mobile browser using c# / html

I need to upload a selection of files with certain file extension, these are data files to be used in our PC app that we want to work on Mobile devices. We have built it in HTML/Bootstap and C#. The ...
0
votes
1answer
49 views

HTML5 Form elements and styles for mobile device

I am not using jQuery mobile for my mobile website, however i really like some of the form elements used. I am struggling to find how to create the following form elements: - Flip switch Checkbox ...
-1
votes
1answer
32 views

I have a responsive HTML email, where I want on a mobile device hide that button and show a different button

I have a responsive HTML page, with buttons to go to an optin and an optout page. For mobile I want to hide that button and show two other buttons instead. I'm not looking at specific mobile phones ...
1
vote
1answer
37 views

jQuery Content Reveal swipe Carousel with Tabs

I have been asked to have a look at creating a carousel for mobile, which requires: - Carousel slider to swipe left and right Content Carousel (not images) Tabs at the top which you can tap and it ...
0
votes
0answers
10 views

Android 4.0.3 Browser SVG rendering issues

I'm working on a mobile website project and decided to use SVG for the logo to bypass image/screen pixel density issues. The svg code renders fine in ios and in chrome on android but for some reason ...
0
votes
2answers
33 views

-webkit-user-select: none; - not working

I'm creating a site that will be viewed on the iPad and I'm trying to prevent the copy and paste bubble from appearing when the user touches and holds on an image because I'd like something to happen ...
1
vote
2answers
36 views

What is that maximum-size when we can talk about “mobile” device?

so, I want to do a "mobile" friend view of my site. Its liquid designed already, but mobiles need definitely different look. Now, how to detect if I visited it with mobile (iphone, ipad, android)? ...
0
votes
1answer
14 views

Mobile not recognising @media formatting

I have formatted my website for mobile phones, however on testing, find that my mobile devices still refer to the normal format webpage. Here is the code I'm using: <!-- SMARTPHONES, PORTRAIT ...
0
votes
4answers
38 views

How to make a link appear as a normal link in one screen size, as a button in another?

I'm programming a website with three different sizes for desktop, netbook and mobile phone systems. On the main page I have a click-thru html link of the <a href="more.html">Find out ...
1
vote
1answer
75 views

Leaflet and jQuery mobile won't cooperate

everyone. I'm working on a mobile app for a nature reserve (the old map is currently built with flash), and I'm having trouble with jQuery mobile and leaflet. As it stands, I can only get either the ...
1
vote
1answer
60 views

Overlapping Text in CSS - How do I change it?

I'm trying to change an overlapping element (text) in my css file. One line of texts (in a regular browser) appears as two lines of text in mobile, overlapped together. This change is for the mobile ...
-1
votes
3answers
29 views

Which are good references for mobile webdev? [closed]

I would like to get a bit more into mobile webdev and searching for books or screencasts about this topic. Of course I found dozents, but I don't know which to choose. Does it make sense to read ...
1
vote
1answer
35 views

Cannot focus on button when focused in textarea in mobile

I have a textarea which when a user types some text into and clicks the button underneath, the button will not work the first time, you have to push twice on the button to make it work. It's as if the ...
0
votes
1answer
40 views

How to show sliding panel ONLY in the mobile version of my website

Which, do you think, is the most elegant solution to show a sliding panel with the menu only in the mobile version of my website. I am going to build it using the 1140px grid and will have a regular ...
-4
votes
2answers
35 views

Image size on different device width for mobile site

How does we take care of image sizes on different devices for mobile site.
1
vote
1answer
34 views

Font size based on device width

How should we set the font size based on device width so that mobile site renders fine on all width devices. Am using jquery mobile. Does it take care of this.
0
votes
0answers
31 views

Form Elements for mobile website - similar to the selection on jQuery Mobile

I am currently doing a mobile website for a project. The mobile website will not be using jQuery mobile. One of the pages is a very large page full of form elements which requires to use all of the ...
-1
votes
1answer
105 views

How to create mobile, tablet, desktop viewable web template

I want to create same category two templates. First one for tablet, laptop and desktop viewable to any screen size and second one for mobile viewable to any screen size. How can I create all device ...
0
votes
1answer
63 views

Can I “freeze” an element inside a scrollable DIV with just CSS (or something that looks good on mobile)?

I'm going to guess the answer to this question will be "no," but it would be so nice, I'm going to ask anyways. What I'm trying to do is freeze an element inside a scrollable DIV such that it stays ...
0
votes
0answers
21 views

Open bing maps in native mobile maps app if exists

The problem I have a link in my website, which must open native bing apps application with given latitude and longitude (if that app exists) or redirect to bing.com/maps if there is no app. What we ...
0
votes
0answers
17 views

Jquery Mobile closing page

My Jquery mobile application has an initial page that initialises some globals and loads the login page. The problem is that the login page loads correctly and then quickly fades out and disappears. ...
0
votes
1answer
54 views

Fluid css grid framework for Mobile site only

I am looking to start a mobile website only. Not responsive. I am going to be using HTML5 boilerplate for mobile. I know there are lots of css fluid frameworks out there, but just wanted to know what ...
0
votes
0answers
36 views

Mobile chrome css

The site I'm working on here renders wrong in mobile Chrome on my iphone and ipad. Here's a screen of what it should look like (this is mobile Safari) here Here's a screen of how it looks in mobile ...
1
vote
1answer
91 views

Mobile Browser Performance: a huge DOM with mostly `display:none`, versus a slim DOM and JavaScript

I have a large page with hundreds of Tiles. Hovering over each tile reveals a Flyout. A Flyout will contain more information (and markup) than a Tile. Since the Flyouts aren't displayed initially, ...
0
votes
1answer
31 views

100% width not consistent on mobile webkit - Apple devices only

I'm working on a webpage for a client and I'm creating a mobile responsive version for them. I've worked through most of the website, however, upon loading my 'Services' page, there is an eyesore of ...
1
vote
1answer
53 views

jQuery - Detect scroll amount

On mobile devices, if there is a list of items and the user touches one, it is highlighted to indicate the user is touching it. However once the user begins to scroll (swipe up or down), the highlight ...
0
votes
0answers
31 views

How to launch mobile app on mobile site

I am designing my first mobile site for a small local business. The most two most important features were a built in 'call us' button and a map function. The phone call part was pretty easy. But ...
0
votes
1answer
43 views

HTML/CSS - Extra menu spacing when viewed from mobile

I have an unordered list-based menu system on my site. On desktop, it's exactly as I want it. No borders or spacing: Then, one mobile (I am testing with iPad/iPhone), it looks like this: With a ...
0
votes
2answers
30 views

mobile detection in webpage Uncaught SyntaxError: Unexpected token || in console

I have a script to detect if user is using mobile: <script type="text/javascript"> //<![CDATA[ var mobile = ...
0
votes
1answer
64 views

height: 100% for fixed sidebar but on mobile is behaving strange

Im developing a website from scratch, my website is a "one-page" type, and my navigation menu make it scroll between sections using anchors. I'm relatively new to mobile-optimized developing. ...
0
votes
1answer
33 views

Button Won't Click Mobile Safari

I have a few buttons on my web page that work fine on all browsers that i have tested but mobile safari(Iphone, Ipad, etc) If you go to: http://www.divisionforty.com/ and click on view video or ...
0
votes
1answer
36 views

Div messed up in Opera Mobile when zooming in

I' using a div on my website with the following css class: width: 100%; margin: 6px auto 0; height: 51px; line-height: 50px; text-align: center; max-width: 1290px; There are several links in this ...
1
vote
1answer
49 views

Css - Mobile posistion fixed , definitive solution

i got problem with this on mobile: <div class="sticky">sticky to bottom</div> .sticky{ position:fixed; bottom:0; right:0; left:0; width:100%; } on desktop it is clear good, on mobile ...
0
votes
2answers
56 views

Designing for Mobile without jQuery Mobile? css grids, frameworks - where to start? [closed]

I am just wondering where to start with mobile web design? I have done websites with jQuery mobile before. As this caters for all/most devices. How and where do you start if you wanted to do it from ...
0
votes
1answer
22 views

absolutely positioned a tag is hidden on mobile view

It may be a very simple problem but I can't seem to get it to work. I have a absolutely positioned a tag in my header which is hidden in mobile view. How to get it to show Up? the url is ...
0
votes
1answer
34 views

Mobile Email using PSD slices

I am looking for a way to resize our newsletter automatically to mobile. We usually have our emails in tabled layout using slices in Photoshop (around 100+ image slices). The thing is, there's too ...
1
vote
1answer
34 views

WTAI - wtai://wp/ap;07773363222. Add more contact information using this method

I have stumbled across a neat piece of code which adds a phone number directly to an address book: <href="wtai://wp/ap;07773363893>TEXT</a> Is there anyway we can add more information ...
0
votes
2answers
23 views

Anchor tags indent when clicked on mobile

The site I've been working on can be found here: Scroll Based Site and it runs as a simple page with anchors on and it scrolls using jQuery to the correct place on the page when a menu item is ...
-3
votes
1answer
50 views

Integrating mobile web view with a native app [closed]

I have an application for which I have created a mobile web view for support/rendering on mobile devices. I also have a part of the same application built as a native app (for iOS, Android). However, ...
1
vote
2answers
45 views

How to play a youtube video without iframes?

Looking for a way to display a youtube video in a video player powered by HTML, Javascript, PHP, or CSS. Probably CSS. I'm not against downloading the video and hosting it myself it need be but I ...
1
vote
0answers
112 views

Hiding the address bar in mobile Firefox

I have tried the various scrollTo() solutions which hide the address bar in a mobile browser, but none of them seem to work at all in mobile Firefox. Is there a different trick which needs to be used ...
0
votes
0answers
22 views

Simple Cart Mobile Layout Format HTML / Java

Advance thank you for any help. I'm building a mobile version of this site:http://elmvideotechnology.com/mobi/test7.htm in HTML with the simple cart code added, and I need help formatting the cart ...
0
votes
1answer
80 views

Mobile Safari and iframe show/hide with youtube source

I am coding a web app in mobile Safari and I seem to be hung up on something that I think should be simple enough, though it is eluding me right now. Essentially, I have an iframe with a src of a ...
0
votes
2answers
36 views

Web page loading “zoomed”

I'm working on developing a mobile site and for whatever reason the page seems to load as if it is zoomed in every single time. I can scale it easily on a touch phone and it looks just about right, ...
3
votes
2answers
131 views

Viewport shifted horizontally when textfield is focused

This is the issue I'm having when the textfield is focused in my Sencha Touch App The textfield seems to be centered vertically and horizontally for some reason. This is how it's supposed to look ...

1 2 3 4 5 15