Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 Web 视图添加到窗口中。打开窗口时,它会显示活动指示器,同时在垂直中心和水平左侧加载 web url 到视图。
在改变设备的方向时,它的活动指示器移动到视图的中心。
如何在打开窗口时在中心显示活动指示器。他们有什么方法可以重新加载/刷新窗口或 Web 视图吗?
问题出在 iPhone 设备上。
创建 webview 而不使用顶部、底部、左侧、右侧然后活动指示器位于中心
var extwebview = Ti.UI.createWebView({ url: hostUrl });
希望这可以帮助你