No constructor found for widget ListViewSwipe

0
Hi everybody, Im trying to include the listview swipe widget into my project. When I run the project (locally) underneath the listview this error is shown: "No constructor found for widget ListViewSwipe.widget.ListViewSwipe" I've searched the forum about this issue, and tried the suggested solutions: clean deployent dir, empty cache, reinstall widget... but no success. Could it be that the plugin has compatability issues with version 7.18 of the modeler? Regards, Bart 
asked
2 answers
1

Could try opening an issue here : https://github.com/mendixlabs/listview-swipe/issues

answered
1

Hi Bart,

I was able to get rid of the no constructor found error by commenting out lines 3239 and 3286 in the widgets javascript file. 

This widget was built by mendix so I'm sure they will fix the issue right away but in the mean time you can try  this

https://drive.google.com/file/d/1SQVSrZ0gIA8HvIPJ9O9ne3mte13FPZMS/view?usp=sharing

 

Hope this helps!

 

Edit: Here is the example project that I tested it in. 

https://drive.google.com/file/d/1lTRe9YlR2ZpHeEUOacIFYsXhz9cS3u8z/view?usp=sharing

answered