Talus
Talus
Interesting. I'll try disabling other scripts. When you hold the cursor over a button, it turns into a finger. Did you use the Arc browser for Mac? I am using...
Even with all my other scripts disabled, I still get the same issue. I'd take a screenshot, but the cursor isn't captured in the screenshot.
There was nothing in the console either. I can add some break points if you let me know where would be a good place for one.
Yep, it's specifically prompt() which does not work in the Arc for Windows browser. Even on a search engine page in Incognito mode, entering prompt(`hello`) to the console causes the...
In the meantime, I've written a work-around that replaces the prompt with two text fields: ```if (currentResource !== 'Money') { divTag.append(document.createElement('br')) divTag.append('Max lot size:') var maxAmountInput = document.createElement('input') maxAmountInput.type =...