Aircoookie / WLED-App

Mobile app for controlling and discovering WLED lights
MIT License
312 stars 77 forks source link

Effects Tab incorrectly formatted - iOS #34

Open macniv opened 1 year ago

macniv commented 1 year ago

Effects page formatting incorrect. iOS 16.4. Reinstalling doesnt fix.

IMG_D8AFD5266EA6-1

rwandall commented 1 year ago

Same here. It was also like this at iOS 15.something before I updated. As a temporary workaround, you can use a iOS browser like safari or chrome with the wled local adress. Not good if you have multiple wled hardware running.

smartnotify1070 commented 1 year ago

Same issue here.

IMG_5345

luke8804 commented 1 year ago

Same here 😬

4ndy8 commented 1 year ago

Same here. I have 22 instances of WLED running so rely on this app. 😢

IMG_2930

coryking commented 1 year ago

Also getting this! Could this be an issue that belongs in the WLED repo? This makes the app almost completely unusable if I want to mess around with the effects (which is super important)

This could be a regression or something. Something is busted about the HTML coming out of WLED.

image

timkingman commented 10 months ago

I stumbled through getting this to build without any real understanding of .net/Xamarin, so I'm not sure if this helps toward a solution, but when I run a debug build in the iOS simulator (iOS 17), the Effects tab looks as expected.

Screenshot 2023-10-13 at 3 17 11 PM

My git status shows no changes, so maybe just a fresh build against the latest iOS SDK (and/or xamarin) would fix the iOS app?

coryking commented 10 months ago

My workaround has been to use the native iOS app. I've got my family doing the same. It seems to support all the same stuff as this app.

I gotta wonder if all the dev effort should go into maintaining & improving the native iOS / Android apps:

https://github.com/Moustachauve/WLED-Native-iOS https://github.com/Moustachauve/WLED-Native-Android

coryking commented 10 months ago

I've duplicated this bug in the main project. Since the HTML comes from it, the fix probably needs to happen on it too:

Aircoookie/WLED#3451

Moustachauve commented 10 months ago

The issue is just that the WLED app needs to be updated with newer versions of some libraries. There is no estimate for when that will happen because only @Aircoookie works on this version of the app and he's on a break for now.

You can use WLED Native as an alternative for now.

For information, I'm the developer of WLED Native and I welcome any code contribution if anyone would like to help add more features :)

coryking commented 10 months ago

thanks, our family has been using your app for a couple weeks now and it works great!