1) Top bar widgets never run background() - also not when another widget is in fullscreen. Therefore, the battery monitor does not run when another widget is in fullscreen.
2) EVT_VIRTUAL_ENTER_LONG is pushed when finger dragging on screen (should only give EVT_TOUCH_SLIDE).
Adjustment for wider space character for large font sizes.
Work arounds for known Lua bugs in 2.8:
1) Top bar widgets never run
background()
- also not when another widget is in fullscreen. Therefore, the battery monitor does not run when another widget is in fullscreen. 2)EVT_VIRTUAL_ENTER_LONG
is pushed when finger dragging on screen (should only giveEVT_TOUCH_SLIDE
).Adjustment for wider space character for large font sizes.