nicHoch / tca

app bug reporting
4 stars 0 forks source link

Tabs can't be swiped #36

Closed matozoid closed 3 years ago

matozoid commented 3 years ago

When looking at Wallis/Rawyl I'm trying to swipe from INFO to SECTORS, but it keeps flopping back to INFO.

Oh, going through the tabs seems to magically fix it. Maybe the tabs can't be swiped to because they are not "loaded" yet?

Oh no, it's broken again.

bkucsera commented 3 years ago

We had the same issue when swiping topos. We will fix this as well, thanks for the comment!

bkucsera commented 3 years ago

We have modified a bit. Now this can happen only on the Info tab, but not the others. On the Info tab 2 different swiping can hit each other: vertical swiping for pull to refresh and horizontal swipe to switch between tabs. If you do a clear horizontal swipe, it will swipe to the next tab.

rouletout commented 3 years ago

@matozoid is this good now - we think it is fixed

bkucsera commented 3 years ago

Fixed (v151), please check and close if works properly.

killakalle commented 3 years ago

When I open the app fresh and open the first area, then I cannot swipe to the next tab, e.g. from Info to Areas. If I then click on Areas, then I can swipe back and forth. If I now navigate to a sub-area, I can again not swipe right. Then, again, if I click on Areas, thereafter I can swipe back and forth.

I'm on Android.

Edit: Just reading your comment on vertical vs horizontal swiping. It seems vertical swiping is disabled after you have gone to Areas once, then horizontal swiping works smoothly. Before it doesn't really work - you need to be too precise.

I would argue that content update of areas/nodes is not that frequent to justify such a difficult UI. It's probably okay to load the node once you open it. However, I don't think it needs to refreshed once you have already opened it.

On Tue, Apr 13, 2021 at 9:04 AM bkucsera @.***> wrote:

Fixed (v151), please check and close if works properly.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/theCrag/tca/issues/36#issuecomment-818495047, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKC5LC3OISCA7UGX3XYGGLTIPUGTANCNFSM4XWDP3EQ .

bkucsera commented 3 years ago

This was a bug as well :) Swipe to refresh was disabled by pages, but no we disabled at all, on node screens.

If you cannot swipe for the next tab after the very first start of the app, it can be because of the downloading and background-parsing of data. I tried this and i did not have this issue. Can you please check again? Maybe wait a few more second after entering the first node.

killakalle commented 3 years ago

Still the same for me. Do you need to publish a new version first? Or do I need to update the app somehow?

On Wed, 14 Apr 2021, 18:14 bkucsera @.***> wrote:

This was a bug as well :) Swipe to refresh was disabled by pages, but no we disabled at all, on node screens.

If you cannot swipe for the next tab after the very first start of the app, it can be because of the downloading and background-parsing of data. I tried this and i did not have this issue. Can you please check again? Maybe wait a few more second after entering the first node.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/theCrag/tca/issues/36#issuecomment-819641543, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKC5LHDVQ4SCFKHDBKUAW3TIW5PZANCNFSM4XWDP3EQ .

bkucsera commented 3 years ago

Swipe to refresh will be disabled in v152. At the moment v151 is in the Play Store. Or you mean "same", for any of the previous bugs mentioned in this topic?

killakalle commented 3 years ago

okay, will test with the next version.

Can I somehow see the current version number? The app info on Google play says 3.0.63. Don't know how to connect this with the version numbers you are using.

On Thu, 15 Apr 2021, 16:41 bkucsera @.***> wrote:

Swipe to refresh will be disabled in v152. At the moment v151 is in the Play Store. Or you mean "same", for any of the previous bugs mentioned in this topic?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/theCrag/tca/issues/36#issuecomment-820483058, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKC5LBZH2JEYZ4TG5MX7XDTI33KDANCNFSM4XWDP3EQ .

rouletout commented 3 years ago

@killakalle just go to your profile - from tehre you see the current version (eg 152)

rouletout commented 3 years ago

@killakalle please check in release 153 which is out now

killakalle commented 3 years ago

Looks good now!

On Wed, 21 Apr 2021, 16:14 rouletout @.***> wrote:

@killakalle https://github.com/killakalle please check in release 153 which is out now

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/theCrag/tca/issues/36#issuecomment-824095645, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKC5LCM54I5E2E47DFOD23TJ3MV3ANCNFSM4XWDP3EQ .

rouletout commented 3 years ago

Closing