hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Mobile specific patches #224

Closed genecyber closed 9 years ago

genecyber commented 9 years ago

Updated metadata to fix zoom bug on rotation in ios6 Added meta tag to inform android handsets to treat hive as a webapp Removed deprecated tag minimal-ui (removed in ios8)

weilu commented 9 years ago

Thanks @genecyber! Can you squash your changes into a single commit with a meaningful commit message please?

genecyber commented 9 years ago

I'm not sure how to do that after the fact. Doesn't the PR squash them into one easy to view group of edits?

weilu commented 9 years ago

git rebase -i HEAD~2 then use fixup on the 2nd commit. After that git commit --amend to update the commit message. I'd like to have a clean and meaningful git history in master

genecyber commented 9 years ago

closing.