wutschel
wutschel
> Kodi version: Every version tested, Android and Windows, Libreelec and Coreelec I just tried with Kodi 20.2 (Linux) using IPTV. This works with the iOS Remote App and WebUI....
> This still happening in all versions, are you sure you tested pvr channels with program images (not confuse with channel logos) And there you got me. I was looking...
@kambala-decapitator, would like to hear your opinion on this.
> the proposed changes sound good. Also don't see any issues in the branch from a quick glance. Thanks, will raise a PR then. > FYI I've just tested table...
> good idea, this _might_ make a difference It had no impact ... ``` dataList = [[UITableView alloc] initWithFrame:self.view.bounds]; dataList.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; dataList.delegate = self; dataList.dataSource = self;...
> Then it must be some customization further in the code. I commented the code setting anything related to `dataList`. I fear it has to do with the view hierarchy...
Ok, did another change to remove this iPad related additional UIView layer (see https://github.com/xbmc/Official-Kodi-Remote-iOS/pull/1043). I don't think this is needed anymore since a while and tests looked good sa far....
> Also possible, but need to see what's going on in there Having a look from your side would be great. - The issue happens on both iPad and iPhone....
Let's close. The rework has been merged and the issue around scroll indicators is handled in another issue.
Sami is of course need for `minimumFontSize`. As per UI guideline smallest font should be 11-12 pt. For a consistent look in lists (e.g. in the library browser) the font...