Maybe you could do a js callback on document loaded
<script>
window.onload = (event) =>
{
livecode.jscallback('The page has fully loaded’);
);
</script>
:-Håkan
> 15 feb. 2022 kl. 00:08 skrev Tom Glod via use-livecode
> <[email protected]>:
>
> Hi Dan, I reported that bug a couple months back, it was confirmed and
> accepted, so its on the list to be fixed. I know there is work on the
> browser being done, so one would assume.
> You will find it will work sometimes, but mostly not.
> I don't think there is much we can do, I would love to learn of a
> workaround also, but I don't see how.
>
> On Mon, Feb 14, 2022 at 5:58 PM Dan Friedman via use-livecode <
> [email protected]> wrote:
>
>> Greetings! I am loading a browser widget by setting the htmlText of the
>> widget to some html code. This is working fine! However, how can I
>> determine when the page is done loading? The browserDocumentLoadComplete
>> message isn't being sent? Nor is browserNavigateComplete. Any ideas?
>>
>> -Dan
>>
>> _______________________________________________
>> use-livecode mailing list
>> [email protected]
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode