-
Hello,
Im facing an issue where htmlwidget seems to fail to load (it displays a loader but keeps loading forever) a simple only in real device with ios 17.
I tried with an emulator with ios 17, …
-
## Steps to Reproduce
HTML
```html
name=test_name some text here
```
`HtmlWidget` configuration
```dart
Widget _htmlWidget(String string) {
return HtmlWidget(
…
-
`white-space: nowrap` not work on mobile if node content is URL, for example:
```dart
[
HtmlWidget(
'''white-space:nowrap not work: https://www.example.com''',
textStyle: TextStyle(fo…
-
I think this is fairly harmless and will not cause negative side effects. Could we add `model` to the `htmlwidget` so that it is accessible through the `HTMLWidgets.find()` mechanism? See https://gi…
-
### Feature description
The `append_plot` method doesn't support htmlwidgets like plotly. This would be very useful because plotly is heavily utilized in pharma shiny apps.
### Code of Conduct
- […
-
After switching from shinyTree to jsTreeR, all other htmlwidgets appear to have their styling set to those of jsTree when they are rendered through `renderUI`.
As exemplified below, a `shinyWidget…
-
![image](https://github.com/user-attachments/assets/46435aaf-f533-46ac-b692-d1bdeb2e3d94)
```
Warning: Error in removeHapaxFreq: argument "singleChar" is missing, with no default
151: removeHap…
-
@ramnathv, @jjallaire, and I will all be at the unconf and we are some of the authors of the [htmlwidgets](http://htmlwidgets.org) package. If you're not familiar with it, htmlwidgets makes it straigh…
-
Would any `htmlwidgets` warrant a crowd-funded (Kickstarter, etc.) effort? If you're reading, please let me know your thoughts. After last year's experience, to get these right requires dedicated we…
-
> Nonetheless, it is doable with htmlwidgets’ serialiser (and only that one). The function htmlwidgets::JS can be used to mark a character vector so that it will be treated as JavaScript code when eva…