Hello!
For reviews and next corrections....
Testing the WebView, I see that MessageRequester(..) does not run in this WebView in SpiderBasic for macOS, but it runs successfully in SpiderBasic for Windows.
I tested in macOS Monterey with intel i5, and in macOS Tahoe with M3.
Regards.
MessageRequester does not run in WebView with macOS
Re: MessageRequester does not run in WebView with macOS
I can't reproduce that.
Do you have a working code snippet for us?
Do you have a working code snippet for us?
Re: MessageRequester does not run in WebView with macOS
Thanks for your response, the code is very simple:
Code: Select all
MessageRequester("Hello", #PB_MessageRequester_Ok)
Re: MessageRequester does not run in WebView with macOS
Unfortunately, I still can't reproduce it.


Re: MessageRequester does not run in WebView with macOS
I can confirm it . Doesn't run with Tools/WebView activated on my device with macOs 26.2.
Re: MessageRequester does not run in WebView with macOS
Ah, now I understand and can reproduce it. 
-
criptopher
- Posts: 2
- Joined: Wed Dec 24, 2025 6:12 am
Re: MessageRequester does not run in WebView with macOS
Hi,
In macOS Monterey with micro intel i5 this problem occurs, too.
Thanks.
In macOS Monterey with micro intel i5 this problem occurs, too.
Thanks.
Re: MessageRequester does not run in WebView with macOS
I don't think it's a SB issue, as it's just calling alert(). May be the dev tool disable the alerts
