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

Make pop-up visible when signing tx for first time on ff #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KarishmaBothara
Copy link

Closes #12

Replaced deprecated browser.extension.getURL to browser.runtime.getURL as per
https://developer.chrome.com/docs/extensions/reference/extension/#method-getURL

In firefox - when creating pop-up the top dimension is ignored and the screen is in visible (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/windows/create). Fixed it using browser.windows.update()

Screen.Recording.2021-07-29.at.3.48.31.PM.mov

Tested on firefox and Chrome... works well

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

Successfully merging this pull request may close these issues.

Fix css to make the pop-up window full screen
1 participant