No Constructor found for widget

0
Hi all, I have an app that has the hybrid  When running on a debug device it runs, when running on a none debug device widgets are not working, getting the message  No  Constructor found for widget MobileFeatures.widget.MobileFeatures  
asked
2 answers
1

Please could you provide us more information about your “debug device” and the widget you are using? Screenshots or descriptions could help. Thank you.

answered
0

I suspect the mobile features widget is trying to do something on the device that is being disallowed by some security policy on the device.

You could consider removing the widget entirely, though you’d lose some features in the process. Otherwise, you’ll need to find a way to expose the actual error from the Javascript/browser console on the device, so we can see what line of code is throwing the error.

answered