Hello!
[quote="nekrataal, post:46, topic:690"]
When I add it to homePage (iOs), and the I open the "app", it load the page into safari (with other previously open tab), instead of creating a "dedicated" safari instance.
[/quote]
now fixed, you may have to add blackwallet to the screenboard again - thanks!
[quote="nekrataal, post:46, topic:690"]
Furthermore, in this case, if I open the site in private mode, when I open the "app" I'm prompted for SC again
[/quote]
It's iOS related, the private browsing has no localStorage and has no access to the normal browsing localStorage.
[quote="nekrataal, post:47, topic:690"]
Another strange things happened.
I've open black wallet from safari on OS X
clicked on "MyWallet" and it shows "Invalid Secret Key" without prompting the SecretKey
I needed to remove the secretKey from the local storage (it was starting with Exxxx)
I don't know how the Secret was corrupted that way (I succesfully logged in before....)
Now that I remove the SC from localStorage, if I try to reinsert a new SC, the wallet do nothing.....
I noticed some js error at page loading
[/quote]
Weird, have you ever used the mobile mode? I think it's due to some changes in the recent updates that were not handled correctly - try executing localStorage.clear(); and it should works fine again :)