S
SolidJS7mo ago
Zwel

html range input doesn't work correctly inside <Dynamic> on android devices

**work on all devices**
<Dynamic component="div">
<input type="range" />
</Dynamic>

doesn't work on android devices
<div>
<Dynamic component="div">
<input type="range" />
</Dynamic>
</div>
**work on all devices**
<Dynamic component="div">
<input type="range" />
</Dynamic>

doesn't work on android devices
<div>
<Dynamic component="div">
<input type="range" />
</Dynamic>
</div>
When it has been wrapped by another div, input can't slide.
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server