Stefan Aleksovski
Stefan Aleksovski
Thanks for the workaround. I just tried it and it fixes my issue.
The problem is that this library renders the widget to an image, so there are no Android views to add `contentDescription` to. I assume we can implement it in a...
Does it received 0 only when first added? I don't know any other way to get the widget size. You can try to request another widget update if you receive...
Why does android show the app chooser if the applications have different package name? Is there a way to force the intent to be handled by a given application? You...
I'm not sure I completely understand. You are updating the click_action, but there are also problems with the update? What is in your `clickAction` prop when you face this issue?...
I'll close this since it looks like you have a workaround. If you have some time to create a reproducible example feel free to reopen this and I will take...
What didn't display? The widget in the picker, or the widget when dropped on homescreen? What is DS CL4 Lite, I couldn't find it googling. As with previous issue, please...
How did you get this error? What does your widget code look like? How can I reproduce this?
The crash error mentions list, but your widget does not have a list. I don't think that is the correct widget
This library works by generation images of the widget defined by jsx, and displaying that image in the widget on the home screen. It also generated a separate image for...