Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Intel XDK upgrade Ionic Version

Leandro_S_1
Beginner
453 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
453 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