I am using an external JS library in a single-record form app. So in the onLoad event, I send the html containing css, js tags and script tag with $(document).ready(… script code. Also a label field is initialized with the div element.
It works perfectly on desktop but when I view on mobile, the control does not initialize. On checking the browser inspector network tab, I discovered it was not calling any of those css/js resources as it does for desktop (using mobile emulator.) So by the time it reaches the div element on the page, it cannot render the control properly.
This problem is happening on SC9 as well as 8.0.10064. The app was done over 2 years ago and I don’t recall having this problem then on an SC version prior to 8.01.0064.
Anybody experienced this?