Hi
i include a graph library like that on onApplicationInit:
echo’<script src="’.sc_url_library(“prj”,“Charts”,“jquery.canvasjs.min.js”).’"></script>’;
This works fine in WEB Version. If i switch to mobile version, then the library not get loaded. Also other things in onApplicationInit or onScriptInit (like echo “Hello World”) wan’t show in the Source Code of my page.
How can i embed my library also in the mobile version?
Best regards and thank’s for your support
Steve