Hello,
Some of us develop widgets that are CPU intensive - e.g. SunAlmanac (sun positions calculation), Authenticator (Time-based One-Time Password - TOTP - implementation) - and introduce a significant delay before the device responds to the key press to switch to the next widget. For those problematic widgets, the widget icon is displayed and the device stops responding to key press until the actual widget view replaces the icon, preventing one to quickly browse through to the next widget.
Could this behavior be improved ?
xample given:
- keep the "device input delegate" (widget switching) responding until the widget's view is actually displayed ?
- or delaying - a matter of a few hundreds of milliseconds - the running of such widgets (given an optional flag in their manifest) - just displaying their icon instead - such as to allow the user to continue browsing through ?
Best,
Cédric