There are times when your KWGT widget seems to be stuck. The data on it, like time or weather, is not changing or delayed. When this happens, you can check on the following.
First, make sure that KWGT is allowed to run in the background as a service and is not being blocked by some optimization tools. This includes your device’s own battery optimization functionality. Other 3rd party apps like Greenify, Purify, or Samsung’s Smart Management can also cause this kind of issue.
...On some devices, KWGT widgets will automatically resize by themselves. This can be triggered in different ways. Mostly, when the device is being restarted. The issue is commonly encountered on devices with multiple screen dimensions like foldable devices. Here are a couple of things that you can do to try to get around the issue:
- Please ensure that widget sizing is not set to “Auto” in app settings.
- Check that your device rotation is detected correctly in the settings it should show something like “Default (Landscape)” if it’s not your correct location force the correct one.
- Always resize the widget before loading it, so add the widget and then long press on it and drag the borders to bring it to its final size, then finally click on it to load the preset.
- If not already scaled correctly adjust widget size using “scale” option in the layer tab.
- On devices with multiple screen dimensions, you can detect the screen dimension using the “si” formula, like
$si (swidth)$
or $si(sheight)$
, and have our widget respond accordingly