home_widget icon indicating copy to clipboard operation
home_widget copied to clipboard

Interactive widget first click on the widget without refreshing

Open hyzhan43 opened this issue 1 year ago • 2 comments

in iOS widgets When I used home_widgets for interaction, I found that the first time I opened the app and clicked the widget button, the widget interface would not refresh

But the actual data has been updated, and the backgroundCallback has also been called back. After clicking on the widget, it will refresh normally.

And I am https://github.com/ABausG/home_widget_counter Also reproduced this situation, is this a bug?

hyzhan43 avatar Apr 24 '24 15:04 hyzhan43

@hyzhan43 please look at this PR. I had a similar issue and this fix helped me: https://github.com/ABausG/home_widget/pull/244

armandsLa avatar Apr 29 '24 11:04 armandsLa

I tried to make some modifications, but the problem still exists

hyzhan43 avatar Apr 30 '24 02:04 hyzhan43