Posts: 581
Joined: Apr 2014
Reputation:
10
Using 8th gen iPad and iOS 17.
Posts: 1,469
Joined: Mar 2018
Reputation:
30
Also no issue with the iPad 8G iOS 17 simulator.
Posts: 581
Joined: Apr 2014
Reputation:
10
2024-11-22, 17:20
(This post was last modified: 2024-11-22, 17:49 by amasephy. Edited 1 time in total.)
It gets even more bizarre. I’ll start out by saying these findings are consistently reproducible.
Going back through all available TF builds here’s where jitter happens and doesn’t happen…
Happens
4657
4691.43
4768
4835
Doesn’t happen
4691
4691.42
4798
4798.42
Edit: Btw I’ve also noticed that exiting search bar is slower in the global search panel. Either by pressing cancel or sliding the view. It’s more obvious when pressing cancel though. It’s instant in the movie library view but delayed maybe 1 second in global search. Not a new issue as far as I can tell.
Posts: 1,469
Joined: Mar 2018
Reputation:
30
I cannot match this to any change as it seems to be erratic over the different builds. I also tested on my wife's iPad (Air 5G, iOs 17.3.1) without seeing this issue. I am clueless.
Posts: 581
Joined: Apr 2014
Reputation:
10
Yeah really bizarre how different builds affect it. Too bad no obvious cause.
Going back to old builds really highlighted how slow the old connection process was. Again, cannot offer enough praise for this improvement.
Posts: 581
Joined: Apr 2014
Reputation:
10
I’m not too bothered by it relaunching. I see it a lot with other apps even on my 15 pro which has tons of ram. I think Apple is a bit aggressive with this but they aren’t asking me. 🙂
Related to the app I see a lot of scenarios where it does not default back to remote screen upon resuming a connection. Most obvious is if I suspend the app and shutdown Kodi server then restart Kodi server without waking the app up until after server is up and running. In this scenario the app appears to have no idea the server was ever shutdown.
Posts: 581
Joined: Apr 2014
Reputation:
10
Ok fingers crossed this works.
Btw, when trying to reproduce you are tapping in the search box, right? I’m assuming you are as that’s the only way to reveal the cancel button.
Posts: 1,469
Joined: Mar 2018
Reputation:
30
2024-11-24, 10:54
(This post was last modified: 2024-11-24, 14:10 by Buschel. Edited 1 time in total.)
Yes, now I can also see this. To make it quick: iOS layout issue. The cell sizes in collection view (aka grid view) are just changing for some of the cells. I suspect this comes from fractions of dimensions still being left when laying out the whole view, e.g. N item and N+1 spaces need to add up to the whole view width. Currently the space width is fix, the item width is calculated (and then rounded). But this needs a bit more time today to understand this in more depth. That this moves over different cells is most likely just an effect of cell-reuse.
With my code change the labels stay where they were, but the thumb size is slightly changing. Need to think through this a little more.
Edit: Should work with my latest change now.