我在我的应用程序中使用- (UIInterfaceOrientationMask)application:(UIApplication*)application supportedInterfaceOrientationsForWindow:(UIWindow*)window
{
// iPhone doesn't support upside down by default, while the iPad does.
// Override to allow all orientations always, and let the root view
// controller decide what's allowed
//(the supported orientations mask gets intersected).
NSUInteger supportedInterfaceOrientations =
UIInterfaceOrientationMaskPortrait |
UIInterfaceOrientationMaskLandscapeLeft |
UIInterfaceOrientationMaskLandscapeRight |
UIInterfaceOrientationMaskPortraitUpsideDown;
return supportedInterfaceOrientations;
}
,由于最近的更改,我被迫将jqgrid
的版本更改为jqgrid
(来自4.4.3
)然后出现此错误开始发生,当我的网络服务返回3.3.1
时,在控制台浏览器中我收到错误XML
,但一切都按预期工作(我在每个使用{{1}的地方都出现此错误})。另请注意,此错误仅出现在 Not well-formed
。
P.S。我确信 jqgrid
格式正确。
其他人有同样的问题吗?任何建议都会有所帮助。
简单XML:
Mozilla Firefox