ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Mangolassi mobile site is very jumpy

    Scheduled Pinned Locked Moved IT Discussion
    17 Posts 8 Posters 484 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • hobbit666H
      hobbit666
      last edited by

      Yeah I've been having this too, just been living with it 🙂

      1 Reply Last reply Reply Quote 2
      • DashrenderD
        Dashrender
        last edited by

        If it doesn't happen for JB - well then it must not be happening at all.

        JaredBuschJ 1 Reply Last reply Reply Quote 1
        • dafyreD
          dafyre
          last edited by

          Have you tried this: https://www.addictivetips.com/android/how-to-prevent-web-pages-from-jumping-around-when-loading-in-chrome/

          The Short, Short Version: Check chrome://flags and ENABLE Scroll Anchoring.

          Seems like I remember this working for me on my last phone. I haven't needed it yet on this one.

          IRJI 1 Reply Last reply Reply Quote 1
          • JaredBuschJ
            JaredBusch @Dashrender
            last edited by

            @Dashrender said in Mangolassi mobile site is very jumpy:

            If it doesn't happen for JB - well then it must not be happening at all.

            Now that i am not driving and using Siri.

            As I have stated before, the only times I see issues with the infinite scroll are:

            1. I have a shitty internet connection.
              1. I believe this causes the websocket calls to time out and thus things simply fail all over the place.
            2. On threads with a fuck ton of pictures.
              1. Even on high speed connections, it takes time for lots pictures to load.
              2. this also is amplified by the fact that the thread loads before the pictures are fetched. So when the picture is fetched, it tell the thread to push the space for the image's dimensions (scaled to screen). Then it actually begins to load the image. See 2.1.
            3. A couple years ago infinite scroll was all broken to hell for a single release, but I forget which version that was.
            4. Infinite scroll does not load the entire thread. It loads 20 posts. As you approach post 1 or 20 of the current viewpane it then fetches the next 20 ahead or behind depending.
              1. I would assume this is where most people see jumpiness.
            1 Reply Last reply Reply Quote 0
            • IRJI
              IRJ @dafyre
              last edited by

              @dafyre said in Mangolassi mobile site is very jumpy:

              Have you tried this: https://www.addictivetips.com/android/how-to-prevent-web-pages-from-jumping-around-when-loading-in-chrome/

              The Short, Short Version: Check chrome://flags and ENABLE Scroll Anchoring.

              Seems like I remember this working for me on my last phone. I haven't needed it yet on this one.

              Did not work for me.

              1 Reply Last reply Reply Quote 0
              • IRJI
                IRJ
                last edited by

                I dont even use infinite scroll. I use pagination

                1 Reply Last reply Reply Quote 0
                • Emad RE
                  Emad R @IRJ
                  last edited by Emad R

                  @IRJ

                  How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Emad R
                    last edited by

                    @Emad-R said in Mangolassi mobile site is very jumpy:

                    @IRJ

                    How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                    making an APK of the site does very little, basically just encapsulates it. I think all the issues carry right on through.

                    Emad RE IRJI 2 Replies Last reply Reply Quote 0
                    • Emad RE
                      Emad R @scottalanmiller
                      last edited by Emad R

                      @scottalanmiller said in Mangolassi mobile site is very jumpy:

                      @Emad-R said in Mangolassi mobile site is very jumpy:

                      @IRJ

                      How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                      making an APK of the site does very little, basically just encapsulates it. I think all the issues carry right on through.

                      There is only one way to find out, sadly I ate indica chocolate today and not sative so I am not gona do it or do anything actually.

                      IRJI 1 Reply Last reply Reply Quote 3
                      • IRJI
                        IRJ @Emad R
                        last edited by

                        @Emad-R said in Mangolassi mobile site is very jumpy:

                        @scottalanmiller said in Mangolassi mobile site is very jumpy:

                        @Emad-R said in Mangolassi mobile site is very jumpy:

                        @IRJ

                        How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                        making an APK of the site does very little, basically just encapsulates it. I think all the issues carry right on through.

                        There is only one way to find out, sadly I ate indica chocolate today and not sative so I am not gona do it or do anything actually.

                        LOL!!!!!!!

                        1 Reply Last reply Reply Quote 0
                        • IRJI
                          IRJ @scottalanmiller
                          last edited by

                          @scottalanmiller said in Mangolassi mobile site is very jumpy:

                          @Emad-R said in Mangolassi mobile site is very jumpy:

                          @IRJ

                          How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                          making an APK of the site does very little, basically just encapsulates it. I think all the issues carry right on through.

                          Yeah it is just a wrapper

                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @IRJ
                            last edited by

                            @IRJ said in Mangolassi mobile site is very jumpy:

                            @scottalanmiller said in Mangolassi mobile site is very jumpy:

                            @Emad-R said in Mangolassi mobile site is very jumpy:

                            @IRJ

                            How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                            making an APK of the site does very little, basically just encapsulates it. I think all the issues carry right on through.

                            Yeah it is just a wrapper

                            Like a condom for ML........

                            RojoLocoR 1 Reply Last reply Reply Quote 0
                            • RojoLocoR
                              RojoLoco @JaredBusch
                              last edited by

                              @JaredBusch said in Mangolassi mobile site is very jumpy:

                              @IRJ said in Mangolassi mobile site is very jumpy:

                              @scottalanmiller said in Mangolassi mobile site is very jumpy:

                              @Emad-R said in Mangolassi mobile site is very jumpy:

                              @IRJ

                              How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                              making an APK of the site does very little, basically just encapsulates it. I think all the issues carry right on through.

                              Yeah it is just a wrapper

                              Like a condom for ML........

                              You don't know where ML has been, good precaution.

                              scottalanmillerS 1 Reply Last reply Reply Quote 2
                              • scottalanmillerS
                                scottalanmiller @RojoLoco
                                last edited by

                                @RojoLoco said in Mangolassi mobile site is very jumpy:

                                @JaredBusch said in Mangolassi mobile site is very jumpy:

                                @IRJ said in Mangolassi mobile site is very jumpy:

                                @scottalanmiller said in Mangolassi mobile site is very jumpy:

                                @Emad-R said in Mangolassi mobile site is very jumpy:

                                @IRJ

                                How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                                making an APK of the site does very little, basically just encapsulates it. I think all the issues carry right on through.

                                Yeah it is just a wrapper

                                Like a condom for ML........

                                You don't know where ML has been, good precaution.

                                More importantly, ML doesn't know where you've been.

                                JaredBuschJ 1 Reply Last reply Reply Quote 1
                                • JaredBuschJ
                                  JaredBusch @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Mangolassi mobile site is very jumpy:

                                  @RojoLoco said in Mangolassi mobile site is very jumpy:

                                  @JaredBusch said in Mangolassi mobile site is very jumpy:

                                  @IRJ said in Mangolassi mobile site is very jumpy:

                                  @scottalanmiller said in Mangolassi mobile site is very jumpy:

                                  @Emad-R said in Mangolassi mobile site is very jumpy:

                                  @IRJ

                                  How easy it is to create a modern android app of an existing website? I think a few lines of code for this. And theoretically, you can put the APK shared somewhere. I think that is the only real solution but is it worth the hassle. I once did this and to MangoLassi site but I was bored and found it not really worth it. Also, what is your phone specs/model ?

                                  making an APK of the site does very little, basically just encapsulates it. I think all the issues carry right on through.

                                  Yeah it is just a wrapper

                                  Like a condom for ML........

                                  You don't know where ML has been, good precaution.

                                  More importantly, ML doesn't know where you've been.

                                  Lies! you have all the infoz!

                                  1 Reply Last reply Reply Quote 1
                                  • 1 / 1
                                  • First post
                                    Last post