Skip to content

Manual widget refresh not working on iOS #230

Description

@flover0815

Library Version

2.1.1

React Native Version

0.86.0

React Version

19.2.3

Expo Version

0.57

Minimal Reproduction

  1. Create a server driven Widget on iOS
  2. in the widget config, set refresh to true
  3. Tap the refresh button on the widget to fetch an update.
  4. Observe that instead of updating the widget, the widget goes back to the initial state

Additional Information (Optional)

I created a Home Screen Widget for both Android and iOS and have it updated from a node server.
The initial render works.
The update interval works.
The manual refresh on the widget on android works.
However when i press the refresh on the iOS Widget, it does not update. Instead it goes back to the init state.
I'm seeing the logs on my node server. The requests look the same for the update interval and the manual refresh. But only the auto interval updates seems to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions