Injecting Css Rules Into The Page In Android Browser
I'm writing a JavaScript to inject a new CSS rule into pages in Android browser in order to display some text in a custom CSS font (after some replacement). Here is how I tried to
Solution 1:
@font-face seems to be broken on Android 2.0 and 2.1 (bug tracker).
Post a Comment for "Injecting Css Rules Into The Page In Android Browser"