Following problem.
My APP is written in 99% on HTML, also with JAVA. In my "< head " I'm loading a JAVA source, like:
"< head
< script type="text/javascript" src="files/views/assets/js/example.js" < /script
< /head
......"
If I install my APP directly on mobile, it works without problems, but the mobile preview isn't possible anymore. If I click on the button to load my page, it hangs.
On mobile (installed) directly, it works.
Do you have any ideas ?