framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.08k stars 3.23k forks source link

Dynamic Widget Injection #4223

Closed garudaonekh closed 12 months ago

garudaonekh commented 1 year ago

Hi,

My code load load all widget from the server. I use append() to append new elements(widget) to the root. However, some widget is not working for example slider widget. I find out that it has some javascrirpt function to be called for it to expand to knob and several other component.

Regards;