Hi,
The app I've build is relatively simple.2 html and some js.
It works fine in emulate, test, debug modus.
js and html are both validated.
When build and loaded it shows just the first screen but doesn't react to clicks (except for showing that the buttons are clicked.).
tried both for android and crosswalk on a new phone and an older model.
What differences are there between the debug and build app to stop it from functioning?
I'm hesitant, but don't think the bug is in the code.
regards,
Rainer
The main differences between the Debug tab's use of Crosswalk and your built app is the inclusion or exclusion of third-party plugins. In the Debug tab ALL the core plugins are part of your app. When you build, only those that you have selected on the Project tab and by including as third-party plugins are part of your build.
You can debug a built app, see this article: https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#RemoteChromeDevTools
連結已複製
The main differences between the Debug tab's use of Crosswalk and your built app is the inclusion or exclusion of third-party plugins. In the Debug tab ALL the core plugins are part of your app. When you build, only those that you have selected on the Project tab and by including as third-party plugins are part of your build.
You can debug a built app, see this article: https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#RemoteChromeDevTools
