Joined April 2013
·
Posted to
How to detect Firefox web apps support in mobile
over 1 year
ago
Thx @mare for the tip, but this is actually the real intention, as you can install FFOS applications from Firefox for Android
Posted to
css inline-block ie7 hack
over 1 year
ago
cross-browser method:
.element { display: inline-block; *display: inline; zoom: 1; }
Posted to
Vertical aligning in CSS
over 1 year
ago
Yeah sure, but i was talking about real-world solutions (cross-browser)
Achievements
165 Karma
23,666 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Raven
Have at least one original repo where some form of shell script is the dominant language
I've changed the title of the protip, as what i really want to show here is how to detect if a device is capable of accepting a firefox application package, which could be Android and FirefoxOS devices.
Thx anyway @marti1125 !!