logo hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login

    Can you accomplish an "infinite swipe feed"?

    Scheduled Pinned Locked Moved
    General Discussion
    5
    8
    1.2k
    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.
    • Cyber_DeathC
      Cyber_Death
      last edited by

      I'm working on a prototype that requires an "infinite swipe", much like Instagram, Facebook, etc.
      I was wondering if something like that would be possible.
      If it is possible, could you send the behaviours to do it in the comments here

      Thanks

      Aidan_FireA 1 Reply Last reply Reply Quote 0
      • T
        Thecheater887
        last edited by Thecheater887

        Once you get scrolling and loading the feed down, it’s simply a matter of having an empty object at the bottom of the feed, that when hits the screen edge, loads, say, 5 more objects into the feed, then moves down by say, 100 on the Y axis.

        Optionally, if you’re loading over 250 objects, you may have it destroy the oldest of the batch when you load new ones.

        The behaviors that you’ll need to achieve this are
        “Box container”
        “Set Input Value”
        “Move By”
        “Hit Screen Edge”

        1 Reply Last reply Reply Quote 0
        • Aidan_FireA
          Aidan_Fire @Cyber_Death
          last edited by

          @cyber_death Yep it's possible, I just made one. Here's a link to my example project: http://bit.ly/2m9BJZM

          KamdroidK 1 Reply Last reply Reply Quote 1
          • KamdroidK
            Kamdroid @Aidan_Fire
            last edited by

            @aidan-oxley Is it just for me, or is the scrolling a bit jittery?

            Aidan_FireA 1 Reply Last reply Reply Quote 0
            • Aidan_FireA
              Aidan_Fire @Kamdroid
              last edited by

              @kamdroid I think it is a little jittery, not really sure why.

              iTap DevelopmentI 1 Reply Last reply Reply Quote 0
              • iTap DevelopmentI
                iTap Development @Aidan_Fire
                last edited by

                @aidan-oxley it doesn’t even do anything for me... all I can do is add labels.

                Aidan_FireA 1 Reply Last reply Reply Quote 0
                • Aidan_FireA
                  Aidan_Fire @iTap Development
                  last edited by

                  @itap-development Oops, forgot to say you need to add them until they go outside the screen, then you can scroll.

                  iTap DevelopmentI 1 Reply Last reply Reply Quote 0
                  • iTap DevelopmentI
                    iTap Development @Aidan_Fire
                    last edited by

                    @aidan-oxley oh ok, I should have tried that lol

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