Git Product home page Git Product logo

Comments (7)

commadelimited avatar commadelimited commented on July 18, 2024

I took a look at your demo page in Chrome for iOS and it looks just like it does in Chrome for the desktop. Could you also provide a screenshot of the problem you're seeing?

from jquery-mobile-icon-pack.

SchulteMarkus avatar SchulteMarkus commented on July 18, 2024

Crome-(Android-)Screenshosts are attached. Good to hear, that the problem does not occur on Chrome@iPhone

screenshot_2013-07-23-07-19-56
screenshot_2013-07-23-07-20-51
screenshot_2013-07-23-07-21-14

from jquery-mobile-icon-pack.

SchulteMarkus avatar SchulteMarkus commented on July 18, 2024

Never mind.

I have watched your demo http://andymatthews.net/code/jQuery-Mobile-Icon-Pack/font-awesome/ in my android-chrome - this demo looks fine. So the problem has to be on my side.

from jquery-mobile-icon-pack.

commadelimited avatar commadelimited commented on July 18, 2024

It looks like your phone is identifying itself as high res and gets the media queries, but it doesn't understand the background-size attrbute.

from jquery-mobile-icon-pack.

SchulteMarkus avatar SchulteMarkus commented on July 18, 2024

Hmmm, but that does not explain why your demo looks fine in my android-browser, but bestellbaer.de/6 does not, does it?!

Btw., media-queries in jqm-icon-pack-fa.css[1] are slightly different from those in jquery[2]

[1]
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (min-resolution: 1.3dppx) {

[2]
@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (min--moz-device-pixel-ratio:1.3),only screen and (min-resolution:200dpi){

from http://view.jquerymobile.com/1.3.2/dist/demos/css/themes/default/jquery.mobile.min.css

from jquery-mobile-icon-pack.

rickygu avatar rickygu commented on July 18, 2024

I have the same problem browsing on android. It looks like everything in the fontawesome will work, but once font awesome is included, none of the default icons that came with jquery mobile works anymore.

from jquery-mobile-icon-pack.

SchulteMarkus avatar SchulteMarkus commented on July 18, 2024

@rickygu Maybe you open up an own issue to have this problem discussed - my problem does still exist, too.

from jquery-mobile-icon-pack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.