Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Default jquery icons not working at jQuery-Mobile-Icon-Pack-demo for google-nexus, mobile-chrome & mobile-firefox #55

Closed
SchulteMarkus opened this issue Sep 17, 2013 · 10 comments

Comments

@SchulteMarkus
Copy link
Contributor

Hi,

this issue is a new reporting of pull-request #51, but with more insights. For issue-description, please visit #51.

I have seen the pull-request #54. Because of this, it came to my mind, that in my project I am using jquery-mobile-1.3.x.

So I opened your demo again - and voola, in #51 described behaviour now affects the demo, too. Screenshot is attached. See "Back" button in the header.

screenshot_2013-09-17-11-35-56

@Fyb3roptik
Copy link

I am seeing this issue too

@ywehrli
Copy link

ywehrli commented Sep 25, 2013

me too, especially with the radio buttons

@jawa-the-hutt
Copy link

FWIW, I'm seeing this same issue on my iPhone 5 running IOS 7.0. However, I'm not seeing it on the following devices:

  1. iPhone 3GS running IOS 6.1.3
  2. iPhone 4 running IOS 6.1.3
  3. iPad 3 running IOS 5.1.1 <--- I updated this device this morning to IOS 7.0 and the issue can be reproduced on it.

@rickygu
Copy link

rickygu commented Sep 30, 2013

having the same problem.

@andreasfleck
Copy link

I adding !important for each background-size where background-image is set to icons-36-pack.png:
In jqm-icon-pack-fa.css
search for:
background-image:url("images/icons-36-white-pack.png") !important;
and set:
-moz-background-size:774px 54px !important;-o-background-size:774px 54px !important;-webkit-background-size:774px 54px !important;background-size:774px 54px !important

Hope this helps!

@ebonato
Copy link

ebonato commented Oct 6, 2013

Great fix @andreasfleck !!
Works like a charm!!
Tested on IOS 7.0.2 Safari and mobile-chrome.
jQuery 1.9.1, jQM 1.3.2

@jawa-the-hutt
Copy link

Works for me on all of my previously mentioned devices/IOS versions.

Thanks for the fix @andreasfleck

@lalaina
Copy link

lalaina commented Oct 23, 2013

Works on Mobile Chrome !

Thanks

@juddlyon
Copy link

juddlyon commented Nov 4, 2013

@andreasfleck is a gentleman and a scholar.

Fixed the issue in iOS 7, didn't test elsewhere.
jQuery 1.10.2, JQM 1.3.2

@commadelimited
Copy link
Owner

#61 should make these issues irrelevant. Feel free to test now. Release happens soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
10 participants