Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BorderBottomWidth and BorderRightWidth on iOS QR code #46

Open
azanli opened this issue Feb 13, 2018 · 2 comments
Open

BorderBottomWidth and BorderRightWidth on iOS QR code #46

azanli opened this issue Feb 13, 2018 · 2 comments

Comments

@azanli
Copy link

azanli commented Feb 13, 2018

This is just a very nit-picky aesthetic concern.. But is there a way to remove the thin border lines on the bottom and right sides of the QR code on iOS. Android's is borderless by default and I'd much rather prefer that look.

@ChauVV
Copy link

ChauVV commented May 16, 2018

screen shot 2018-05-16 at 10 00 37 am

me too, how to remove borders

@ygmtx
Copy link

ygmtx commented Aug 13, 2018

Change this style:
{margin:0;padding:0;} ===> {height:100%;width:100%;margin:0;padding:0;overflow:hidden;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants