breautek commented on issue #1080: URL: https://github.com/apache/cordova-ios/issues/1080#issuecomment-783738533
This doesn't appear to be a cordova bug. So I'll be closing this issue. I tried clicking on "Show Today's Date" which produces the following error: ``` failed to load JavaScript resource: sap/ui/demo/basicTemplate/Component-preload.js - sap.ui.ModuleSystem ``` There is no `sap` folder, let alone a path that looks like that in your bundled resources. There are several other similar errors as well, such as failing to load: ``` app://localhost/i18n/i18n_en_US.properties ``` which again, there is no such file in your asset bundle. There is a `/i18n/i18n.properties` however. If I click on `Open Details Page`, it goes into an endless loop, also related to it trying to load a file that doesn't exist or isn't bundled in your web assets. My best advice is to ensure that everything is copied into your `www` folder as required by the framework. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
