Software Archive
Read-only legacy content

XDK web vew

Spiros_N_
Beginner
981 Views

Where is the web view in 1995 XDK ?

It was the only debugging environment working (at list for my project).
Now I only have the emulate and the debug tab with slow performance for the first and working only after XDK restart for the second. 

0 Kudos
3 Replies
PaulF_IntelCorp
Employee
981 Views

Do you mean you were debugging using a browser? I don't follow what you mean by the "web view" for debugging.

0 Kudos
Spiros_N_
Beginner
981 Views

Yes "debugging using a browser"

thanks

0 Kudos
PaulF_IntelCorp
Employee
981 Views

It appears that the feature you are referring to is now only available if your app is a "Standard HTML5" app -- as opposed to a "Standard HTML5 + Cordova" app... For example, create a new app based on the "Standard HTML5" template and you'll see the "View in a Chrome Window" and "View in a Firefox Window" options will reappear in the Device tab. I'm assuming this is what you are referring to.

Are you using any Cordova APIs in your app? Or is it a pure HTML5 app that does not depend on Cordova APIs? If you do not depend on any Corodova APIs, then you might want to create a new project based on the "Standard HTML5" blank template and then copy your project files into that new project. You can simply replace the index.html and app.js files that are in the blank template. The init-dev.js file is also optional, unless you use the app.Ready event that it generates.

0 Kudos
Reply