Breaking change : When running as a native app, the Cordova library is used instead of the browser’s. That means the database data will be saved in the file system and not in the browser’s sandbox. Please check where your app is saving the data: you may have to consider a migration strategy if you are affected. Please contact support@appstudio.dev if you need help. The need for this changed comes from Safari changing support for WebSQL. This does NOT affect web apps.
You can download the new release from within AppStudio or from our site.
I noticed a weird behavior with my project. I can’t open the global code section, either edit the global properties (the box on the right stays blank).
I opened the samples (BASIC and Javascript) and they were just fine. Then I uninstalled AppStudio, rebooted, reinstalled, and I still can’t see the global properties and edit global code/css.
@Neil_HNF: About not showing? Try doing a complete uninstall as above.
Sometimes Windows doesn’t delete all existing files on a new installation. We’ve made some major changes in AppStudio’s underlying libraries - you may be haunted by the old version.
@Neil_HNF: Are you talking about jQuery Mobile controls? jQM has not been updated by its authors in over 5 years. It’s no longer compatible with the current version of jquery.js. We deprecated this library some time ago, but leave it in the repo for people who are updating their software.
I’m aware of the fact that JQuery is becoming obsolete, but just curious as to why those 2 controls (e.g.) are causing the issue in the IDE in 8.5 when they are showing fine in 8.4.2…?