ledgerconnect / steemconnect.js

SteemConnect JavaScript SDK
https://demo.steemconnect.com
MIT License
66 stars 50 forks source link

Displaying the SteemConnect window in Mozilla, Brave and other browsers #72

Open steemturbodev opened 5 years ago

steemturbodev commented 5 years ago

Hi Team! The new json feature is awesome and works great in Chrome. I really like the fact that only a small, neat window is displayed on it during the transactions confirmation.

image

However, on other popular browsers such as Mozilla and Brave there is still a large, user-unfriendly window. Can you change the settings to make it look as nice as on Chrome?

Best wishes and keep up the good work!

radoslawpanczyk commented 5 years ago

The bigger issue is that you are not passing signed transaction data to the window that invoked steemconnect. When I'm calling steemconnect in my app and I'm waiting for transaction id and block number back but I'm not getting this. If you can't resolve it because of browser technical issues maybe you are able to pass it through the redirect uri?