문제

steroids on iOS6 and iOS7

After WebView loaded navigationBar is shown a several milliseconds before device ready event is trggered and called

steroids.view.navigationBar.hide();

On loadind page navigationBar also is shown.

How to disable navigationBar in this cases?

도움이 되었습니까?

해결책

I found the answer. You just need to push new webView with option navigationBar: false:

steroids.layers.push({
  view: webViewObject,
  navigationBar: false
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top