Issue occurs in Android 9 (Pie) on Samsung Note 8 with S Pen (for hover cursor).
HoverColor works when app initially loads, but doesn't work after leaving the first screen.
Tried with multiple canvas apps, cleared cache, operating system and app are updated.
This affects a default generated control like TextSearchBox1.HoverColor = RGBA(0, 0, 0, 1)
or a customized control like IconNewItem1.HoverColor = ColorFade(IconNewItem1.Color, -20%).
Also, just a quibble here but why have the default ColorFade set to 20% when the default color is white?