0

我使用以下内容创建了一个 webview:

var webview= Ti.UI.createWebView({
    height :"800",
    width:"600" });

当我在 webview 中打开任何文档时,默认活动指示器会显示在左上角。如何将它定位到 webview 的中心?

系统要求: 应用程序类型:Mobile Titanium SDK:4.0.GA 平台和版本:iOS 8 xcode 6 设备:iPad 主机操作系统:iOS

4

1 回答 1

1

我在这里找到了关于 appcelerator 的问题:https ://developer.appcelerator.com/question/31281/default-activity-indicator-for-webview-shows-on-left-of-screen-and-is-cut-off

他们建议您将宽度和高度设置为 100%,或者将 webview 添加到视图

于 2015-09-22T14:09:14.297 回答