swarmcity / SwarmCityDapp

Swarm City dApp FrontEnd
MIT License
28 stars 10 forks source link

copy private key on iOS for backup makes screen scale #709

Closed kikipluche closed 6 years ago

kikipluche commented 6 years ago

From @kikipluche on April 26, 2018 14:44

Location

/mykeys

Expected behavior

When i click on copy private key, it copies the key

Actual behavior

hen i click on copy private key, it doesn't copy the private key, instead, the whole view scales.

Steps to reproduce the problem

new account >make backup > my keys > show private key > copy private key my profile > make backup > my keys > show private key > copy private key

screenshot/screencap

screen shot 2018-04-26 at 16 10 50

Operating system / hardware

tested on different iphones. all have the same problem

Copied from original issue: swarmcity/SwarmCityPM#19

hershkoy commented 6 years ago

This can be fix by setting "user-scalable=no" on index.html, but not sure if it doesnt have other implications : <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, **user-scalable=no**">

hershkoy commented 6 years ago

@kikipluche I was not able to reproduce this with latest version. I think that it was fixed by https://github.com/swarmcity/SwarmCitySite/commit/be1159b1fe759f8ff321d0233d32d267c5dcb9f2#diff-eacf331f0ffc35d4b482f1d15a887d3b

BvL13 commented 6 years ago

@xardass or @kikipluche what is the time estimation on this one?

kikipluche commented 6 years ago

is fixed indeed.