Known Issues for MAKit

Learn about known issues and apply workarounds for MAKit development.

Issue #Description
RTC-137
Orientation issues when running MAKit 2.2 code example in the iOS6.0 iPad Device.

When the iPad's orientation changes from portrait to landscape or vice versa, the MAKit code example's orientation does not change.

Workaround: follow these steps:
  1. In the MAKitCodeExamplesAppDelegate, replace this line:
     [self.window addSubview:navController.view];
    with this line:
     [self.wndow setRootViewController:navController];
  2. In the MAKitCodeExamples-info.plist file, delete the sub items (item 0 and item 1) under "Supported interface orientations".
CR-703197
SUPContainer iOS (iPad) what-if integer columns turns blank after clearing the value.

When the MAKit what-if feature is used in the Unwired Platform Workflow container environment on iOS (iPad devices), the what-if integer column becomes blank and the slider does not reposition when the value is cleared using device keyboard input and the user taps out of the field. This field should have a value of 0 after clearing and the slider control should be synchronized to the 0 position.

Workaround: Users can use the slider control to change the what-if column values.