Page 1 of 1

Quicksetting screen problem?

Posted: 26 Sep 2017 13:21
by Econdoc
My phone has multiple quick tile screens. The quicksettings() function in CONTROL UI only sees the first screen. How can I get to the other screens?
Thanks

Re: Quicksetting screen problem?

Posted: 01 Oct 2017 08:47
by Martin
Hi,

To my knowledge there's no proper way (=an official API) to directly reach the other screens. You could use function scrollForward(x, y) where x and y are somewhere within the area of the first quick settings page to scroll to the second. Reordering the tiles so that all important tiles are on the first page is probably more reliable.

Regards,
Martin