A jQuery plugin to change the Safari URL bar tint colour on iOS7.
A demo this plugin can be found here. (Note that this is the /site/ folder in this repo, compiled with Hammer).
-
Download the file from here, and include it, along with jQuery, at the bottom of your HTML.
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="js/iosTint.min.js"></script>
-
Call the script beneath the include.
<script> $.iosTint(color); </script>
You can replace color with any valid html colour such as
#69BEE5
,rgb(144,248,67)
or eventomato
.
- Plugin developed by Andrew Deniszczyc
- Original technique by Max Firtman.
The best way is to contact me through Twitter, or through my website.