browserDocumentLoadComplete

Dan Friedman dan at clearvisiontech.com
Wed Feb 16 11:44:56 EST 2022


Panos,

Glad to hear this will get resolved in the next release.  I hope that the Android "pan" issue (https://quality.livecode.com/show_bug.cgi?id=23245) and others like it also get resolved.  These are quite critical to everyday life on mobile.

FYI... I found a work-around for the browserDocumentLoadComplete issue... I simply save the data to a local file and load the file as the URL.  Problem solved.

-Dan
 

On 2/16/22, 7:46 AM, "use-livecode on behalf of panagiotis m via use-livecode" <use-livecode-bounces at lists.runrev.com on behalf of use-livecode at lists.runrev.com> wrote:

    Hello again :)

    Correction: We do have a patch for this issue, but it needs refined to make
    sure the new behavior is 'correct'/'better' than the current behavior, so
    it might not make it into 10.0.0 DP-2.

    But it is in our TODO list for LC 10.

    Kind regards,
    Panos
    --

    On Wed, 16 Feb 2022 at 17:36, panagiotis m <merakosp at gmail.com> wrote:

    > Hello all,
    >
    > Hopefully this will be fixed in the upcoming release of LC 10.0.0 DP-2
    >
    > (https://quality.livecode.com/show_bug.cgi?id=21599)
    >
    > Kind regards,
    > Panos
    > --
    >
    > On Wed, 16 Feb 2022 at 12:04, hakan--- via use-livecode <
    > use-livecode at lists.runrev.com> wrote:
    >
    >> 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 <
    >> use-livecode at lists.runrev.com>:
    >> >
    >> > 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 <
    >> > use-livecode at lists.runrev.com> 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
    >> >> use-livecode at lists.runrev.com
    >> >> Please visit this url to subscribe, unsubscribe and manage your
    >> >> subscription preferences:
    >> >> http://lists.runrev.com/mailman/listinfo/use-livecode
    >> >>
    >> > _______________________________________________
    >> > use-livecode mailing list
    >> > use-livecode at lists.runrev.com
    >> > Please visit this url to subscribe, unsubscribe and manage your
    >> subscription preferences:
    >> > http://lists.runrev.com/mailman/listinfo/use-livecode
    >>
    >> _______________________________________________
    >> use-livecode mailing list
    >> use-livecode at lists.runrev.com
    >> Please visit this url to subscribe, unsubscribe and manage your
    >> subscription preferences:
    >> http://lists.runrev.com/mailman/listinfo/use-livecode
    >>
    >
    _______________________________________________
    use-livecode mailing list
    use-livecode at lists.runrev.com
    Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
    http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list