cssivision / react-native-qrcode

a minimalist qrcode component for react-native
MIT License
853 stars 304 forks source link

QRCode can be amplified on an android phone。What to do about it? #64

Open asd8855 opened 5 years ago

asd8855 commented 5 years ago

I solved the problem。Modify the webView source property to source={{ html: "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0, user-scalable=no\">" }}