Javascript error in Hybrid Mobile Ap

0
When i try to access my app using the Mendix Hybrid Mobile App on Android, i get the error while loading a page: "Error while evaluating javascript input: Reference Error: FusionCharts is not defined" All the containers in the page where FusionCharts graphs are used throw the above error. Rest of the widgets in the page render fine. Looking for help on how to resolve the above error
asked
1 answers
0

I suggest hooking your mobile up to your pc and debug the outcome using https://www.genuitec.com/products/gapdebug/

This might give you more information on what is happening and why FusionCharts is missing. 

answered