Software Archive
Read-only legacy content
17061 Discussions

Version 3088 URGENT PROBLEM

Alessandro_S_
Beginner
329 Views

We are stuck.

Upgrade today and we discover that

Intel XDK cache not supported...and ok we will find a solution to store local variables...

Intel XDK Device is no longer supported. We based our app on AddVirtualPage to intercept Back button. We don't have the time to test another solution. What I have to do now?

 

0 Kudos
6 Replies
Elroy_A_Intel
Employee
329 Views

I recommend switching any plugin that you are using that are intelxdk plugins to Cordova* plugins. IntelXDK plugins are no longer being supported. Cordova plugins are widely supported and provides a variety of plugins.

0 Kudos
John_H_Intel2
Employee
329 Views

The intel.xdk.cache plugin has been depricated. You can still use it if you want to, but no further work will be put into maintaining it. It is also available via git https://github.com/01org/cordova-plugin-intel-xdk-cache.git

0 Kudos
Alessandro_S_
Beginner
329 Views

the problem is for AddVirtualPage and method to intercept BackButtons.

Can You provide a similar cordova plugin?

0 Kudos
John_H_Intel2
Employee
329 Views

We are not in the business of writing plugins :)

You will have to find a Cordova plugin that already exists or hire someone to create one that does what you want.

0 Kudos
Alessandro_S_
Beginner
329 Views

nice answer ;)

you deprecate your own plugin and don't indicate what a company that already has its product on store must change "on the fly"?...wow

0 Kudos
John_H_Intel2
Employee
329 Views

There is nothing stopping you from continuing to use the intel.xdk.cache plugin (or any other plugin).

It has been marked for deprecation. That translates to this - it will eventually be removed from the plugin list. If you still wish to use it you can. The plugin that you are using is actually this plugin - https://github.com/01org/cordova-plugin-intel-xdk-cache.git. Even after it is removed from the XDK, you can still continue to use it by including it as a 3rd party plugin.

0 Kudos
Reply