Code Monkey home page Code Monkey logo

Comments (11)

rougin avatar rougin commented on August 26, 2024

Here is the screenshot.

image

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on August 26, 2024

I've not already tested it on mobile devices, probably adding some vendor prefix would fix it.

from mdb-ui-kit.

rougin avatar rougin commented on August 26, 2024

What do you mean vendor prefix? Sorry for asking about that.

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on August 26, 2024

for example a class like this:

.check {
    transform: rotate(90deg);
}

should become:

.check {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on August 26, 2024

This problem should be fixed with 8583cad, may you let me know?

from mdb-ui-kit.

rougin avatar rougin commented on August 26, 2024

The result is this.
image

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on August 26, 2024

at least something now rotates ;)

may you try to test this page on iphone?

http://codepen.io/FezVrasta/full/zpGve

does it looks okay?

from mdb-ui-kit.

rougin avatar rougin commented on August 26, 2024

It is now align with that link you provided. 👍

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on August 26, 2024

so is it fixed? Or just my link works?

The problem with iPhone specific troubles is that I can't really test them by myself, I've not an iPhone. Even for safari specific problems I had problems but I've installed a virtual machine to solve this..

from mdb-ui-kit.

rougin avatar rougin commented on August 26, 2024

Here is the screenshot. It is fixed for me i think 😄
image

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on August 26, 2024

I was just testing if the -webkit-transform: rotate() was working properly, seems so..

No idea why the rotation is not correct on iPhone, I should have an iPhone to test it with some debugging tool... unfortunately I've not one. Feel free anyone to try to fix it, I'm open to PRs.

from mdb-ui-kit.

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.