Hello,
something strange: I can start and show a compiled app with FIREFOX with simply open the index.html. If I do the same with IE or CHROME the app doesn´t start, I get a white screen and the app name isn´t yet read, means I see the {{App.Name}} as URL.
The IE console (F12) says something about document mode 7 ... some APIs may be not available ...
Any idea what to do? Thanks in advance, Walter
Hello Walter,
The "problem" is that Firefox support cross origin request for local files, but Chrome nor Internet Explorer support this. Use local files also have some other problems like the local storage support: again Internet Explorer, for example, do not support local storage for local files. This is the reason why I decide to incorporate an HTTP server which App Builder uses for debug purposes and not simple load local files.
Really I don't know if Chrome and Internet Explorer can be configured to support XHR and other stuff also in local files (probably yes) but this is not the configuration by default, then probably it's not a good idea to distribute our apps to be running as local files.
Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.