-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WebView] network Activity Indicator for WebView #986
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
Not yet. I've created a task to implement this. |
To be clear, do you want to display a loading indicator inside the webview itself, or are you talking about the network activity indicator that appears in the status bar on the top of the screen? |
@nicklockwood Network activity indicator that appears in the status bar on the top of the screen. Thanks |
brentvatne
changed the title
network Activity Indicator for WebView
[WebView] network Activity Indicator for WebView
May 30, 2015
ptmt
pushed a commit
to ptmt/react-native
that referenced
this issue
Jul 28, 2015
…he status bar + example in UIExplorer Summary: Added the ability to turn on and off the network activity indicator using: ``` StatusBarIOS.setNetworkActivityIndicatorVisible(true) ``` and ``` StatusBarIOS.setNetworkActivityIndicatorVisible(false) ``` Also added an example to the UIExplorer example app. Fix facebook#986 Closes facebook#2079 Github Author: Mark Miyashita <negativetwelve@gmail.com>
rozele
referenced
this issue
in microsoft/react-native-windows
May 25, 2016
…he status bar + example in UIExplorer Summary: Added the ability to turn on and off the network activity indicator using: ``` StatusBarIOS.setNetworkActivityIndicatorVisible(true) ``` and ``` StatusBarIOS.setNetworkActivityIndicatorVisible(false) ``` Also added an example to the UIExplorer example app. Fix #986 Closes facebook/react-native#2079 Github Author: Mark Miyashita <negativetwelve@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello there.
Do we have possibility to use network Activity Indicator for WebViews without modifying files in Xcode?
The text was updated successfully, but these errors were encountered: