Software Archive
Read-only legacy content
17061 Discussions

Intel XDK upgrade Ionic Version

Leandro_S_1
Beginner
197 Views

Hello,

i use intel xdk with ionic framework, but this version support in xdk is too old (1.0.0 beta 1.4). I try override files in dir ionic for new files (version 1.3) but my app doesn't works fine... For example in my css i have this:

.platform-ios .platform-nav {
    display: block;
}

Works fine on version beta, but after upgrade doesn't work.

 

My question is: How can i upgrade ionic version on Intel XDK?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
197 Views

The App Designer component of the XDK (the UI layout tool) does not support the use of later versions of the Ionic framework. If you want to use a later version of Ionic you'll need to create your app with that framework outside of App Designer. > https://software.intel.com/en-us/xdk/faqs/app-designer#best-app-designer-framework <

0 Kudos
Reply