Skip to content
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

Closed
gnatok opened this issue Apr 23, 2015 · 3 comments
Closed

[WebView] network Activity Indicator for WebView #986

gnatok opened this issue Apr 23, 2015 · 3 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@gnatok
Copy link

gnatok commented Apr 23, 2015

Hello there.
Do we have possibility to use network Activity Indicator for WebViews without modifying files in Xcode?

@nicklockwood
Copy link
Contributor

Not yet. I've created a task to implement this.

@nicklockwood
Copy link
Contributor

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?

@gnatok
Copy link
Author

gnatok commented Apr 27, 2015

@nicklockwood Network activity indicator that appears in the status bar on the top of the screen. Thanks

@brentvatne 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>
@facebook facebook locked as resolved and limited conversation to collaborators Jul 22, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants