As a new developer, I've encountered an issue that has me stumped. Currently, I have a feature that allows users to add and remove items which are then displayed in a list.
After testing on various browsers (Chrome, Edge, Internet Explorer) on desktop devices, everything is working smoothly and the list displays correctly.
However, when I test this on my mobile devices (iPad3, Nokia Lumia 820), the website loads but the data doesn't seem to be loading along with it.
Question: What steps do I need to take to ensure that my data appears on mobile devices too so that the app functions properly?
Output on non-mobile devices: https://i.sstatic.net/OrVFI.png
Output on mobile devices: https://i.sstatic.net/UGYGG.png
Thank you in advance for any suggestions!