Code Monkey home page Code Monkey logo

browser-specific-css's Introduction

Hi there 👋, I'm Suresh Kumar

A passionate software engineer from Chennai.

sureshdsk

sureshdsk

  • 📝 I regularly write articles on https://sureshdsk.dev

  • 💬 Ask me about Blogging, Python, Kubernetes, Scaling APIs and Systems Architecture

  • ⚡ Fun fact I create memes on devs, coding and work

Connect with me:

sureshdsk sureshdsk sureshdsk sureshdsk @sureshdsk



 sureshdsk

sureshdsk

Support:

sureshdsk

browser-specific-css's People

Contributors

sureshdsk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sinslav

browser-specific-css's Issues

Native android

Can you add native android browser detection?
For ex. (from StackOverflow):

var is_android = ((nua.indexOf('Mozilla/5.0') > -1 && nua.indexOf('Android ') > -1 && nua.indexOf('AppleWebKit') > -1) && !(nua.indexOf('Chrome') > -1));

Can’t get Opera Mini/Mobile to work…

Sorry to bother but no matter what combination I try, I can’t get Opera Mini in iOS 8 to work with the browser-specific-css plugin. Of the option below, the only one that does anything for me is the last one, but that only affects the desktop version of Opera (Mac).

.ios.operamobile .show-menu:after {
font-size: 1.625em;
content: "\25be";
}
.operamobile .show-menu:after {
font-size: 1.625em;
content: "\25be";
}
.ios.operamini .show-menu:after {
font-size: 1.625em;
content: "\25be";
}
.operamini .show-menu:after {
font-size: 1.625em;
content: "\25be";
}
.opera .show-menu:after {
font-size: 1.625em;
content: "\25be";
}

Any help would be greatly appreciated.

Existing classes conflicts (+Modermizr)

You push classes to HTML tag - but script overwrites them, instead of appending!
So if somebody has own classes or dynamic added via Modernizr (as in my case) - they get lost.

PS: As fast solution - load your script before Modernizr

IE class

can you add general IE family class in addition to versioned class?
ie10 -> ie ie10

IE11

can you add IE11 browser detection?

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.