PhoneGap: Important change to configxml WhiteList

If your PhoneGap app accesses external websites, there is an important change you need to make to your configxml Project Property.

Make the the following lines are in your configxml:

<gap:plugin name="cordova-plugin-whitelist" source="npm" />
<allow-navigation href="*" />
<access origin="*" />

The change seems to be a result of PhoneGap switching to npm to store its plugins. Be sure to read this blog post for more information on the change.

Edited 05/18/2016: Added allow-navigation line. It’s recommended that the href argument be as specific as possible. More information here: https://www.npmjs.com/package/cordova-plugin-whitelist

PhoneGap Build: iOS 9 support delayed

The PhoneGap team posted the following to their blog yesterday:

iOS 9 is not officially supported yet, and there are some known issues. The Cordova open-source project team is hard at work on Cordova iOS 4.0, which will include iOS 9 support. For loads of helpful Cordova iOS news, keep an eye on Shazron’s blog, as well as the Apache Cordova blog.

Some of the problems notes by users on the PhoneGap Build Support forum are:

  • Scaling is wrong – elements are the wrong size.
  • System bars are wrong size.
  • In app browser issues

In the meantime, PhoneGap advises using the latest version (if you don’t specify “phonegap-version” configxml, the latest version will always be used) and to use the npm plugins (see this blog post!)

PhoneGap Build: npm plugins

PhoneGap Build is changing how they organize their plugins. You will need to make some changes to configxml in Project Properties as a result.

For each PhoneGap plugin you use, you need to add a line to configxml which declares the name of the plugin. PhoneGap Build can then add it to your app. These used to be saved in a folder on PhoneGap’s servers: they are now stored in an npm repository.
Continue reading “PhoneGap Build: npm plugins”

Design Screen Now Features Rotation

There are two ways to handle users rotating their devices: prevent them from do so by using the orientation control or locking the screen, or make your app look good in both Portrait and Landscape.

One of the problems with making your app look good in both orientations was doing the layout for both in the Design Screen. AppStudio 5.1 solves that. Here’s how:
Continue reading “Design Screen Now Features Rotation”

AppStudio 5.1 released!

We’re pleased to announce AppStudio 5.1 is ready. Some of the major new features are:

  • Support for iOS 9, Windows 10 and Mac OS 10.11 El Capitan
  • New jqWidgets ComboBox Control
  • Design Screen has a new button to rotate from Portrait to Landscape
  • Open Samples is much quicker.

It has too many minor improvements and fixes to list here. You can see the entire listing in the Wiki.

Download the latest version from ‘Check for Updates’ under then AppStudio Help menu. It is a free upgrade for AppStudio 5.0 users.

AppStudio 5.0.16 released!

AppStudio 5.0.16 is now available. It includes a number of fixes and enhancements.

  1. Controls: RadioButton – fixes to iconPos and style.
  2. Design Screen: Crash closing and opening contexts fixed.
  3. IDE: Fix background images in IE11.
  4. IDE: Fix background images in style headers.
  5. MakeEXE: Fix crash at startup of EXE apps on some systems.
  6. Runtime: Fix problem in ChangeForm slide.
  7. Samples: New JSModeler sample. (Thanks, Adrian!)
  8. Translator: Fix false negative on x = Array()

Tip: It’s worthwhile to uninstall the previous version. If you’re on Windows, delete c:\Program Files\NSB AppStudio to get a completely clean install.

AppStudio 5.0.15 released!

AppStudio 5.0.15 is now available. It includes a number of fixes and enhancements.

  1. Controls: Line bounds are now grouped.
  2. Controls: RadioButton width is now in the right place in the Property Window.
  3. Forms: jQuery Mobile theme can now be set on a form.
  4. Localization: Files updated. Indonesian is now complete.
  5. MakeEXE: Better messages and wait cursor.
  6. MakeEXE: Debug window no longer appears.
  7. MakeEXE: Windows Shell commands can now be executed.
  8. Samples: Possible error fixed when opening samples picker.

Tip: It’s worthwhile to uninstall the previous version. If you’re on Windows, delete c:\Program Files\NSB AppStudio to get a completely clean install.

AppStudio 5.0.14 released

AppStudio 5.0.14 is now available. It includes a number of fixes and enhancements.

  1. Code Window: Don’t case correct “parse”
  2. Controls: Add corner property to TextArea, TextBox.
  3. Controls: Allow multiline style properties
  4. Controls: Eliminate default text-shadow on TextArea, TextBox
  5. Controls: Enable theme support for TextArea, TextBox.
  6. Controls: Make Container Responsive Design aware.
  7. Controls: Redo how TextBox is created. Textbox_wrapper is gone.
  8. Controls: RadioButton horizontal now works inside a Container.
  9. MakeEXE: return error if evalPython fails.
  10. Samples: Add Globalization plugin to PhoneGapAPI sample.
  11. Samples: Add some folder descriptions.
  12. Translator: Fix a false negative.
  13. Translator: Fix bad translate of ’emptyData’

Tip: It’s worthwhile to uninstall the previous version. If you’re on Windows, delete c:\Program Files\NSB AppStudio to get a completely clean install.