Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for 
change notification.

The "iOSManualTests" page has been changed by ShazronAbdullah:
http://wiki.apache.org/cordova/iOSManualTests?action=diff&rev1=5&rev2=6

  2. Test that you '''can rotate the device to an orientation''' when specified 
in the project's Info.plist
     * Cordova overrides '''- (BOOL) 
shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation'''
 
  
+ 3. Test that it does not crash when you pull down the iOS Notification Tray 
(iOS 5)
+    * Make sure you have at least set a new key/value into localStorage, to 
trigger the backup functionality on resigning active
+         
+         {{{#!js 
+         localStorage.setItem("foo", "bar"); 
+         }}}
+ 

Reply via email to