I am currently in the process of converting a webapp to a mobile app using Cordova. The only challenge I am facing is with implementing rivets.js
. Despite my attempts on Android, iOS, and browser platforms, all I see across the pages are {}
containing pointers to the desired data but not displaying the actual data itself. I am unsure if there is a missing configuration or dependency causing this issue, or if rivets.js simply does not work well on mobile devices. To my knowledge, there are no known limitations. Does anyone have any insights into what might be causing this problem?
Interestingly, when running the webapp through electron
to create a desktop application for a Windows PC, everything works flawlessly without any issues.