activity-indicator Questions
7
Packages that am using:
"@react-native-community/datetimepicker": "^2.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/ap...
Itinerancy asked 17/7, 2020 at 18:44
5
Solved
Activity Indicator in react native working fine on IOS but its not spinning or animating on android, any help ???
<View style{{marginLeft:0,width:60,height:60,borderRadius: 30,justifyContent:"...
Teamwork asked 3/5, 2018 at 16:29
2
Solved
I'm setting the data that my flatlist component displays using a state called selectedStream. selectedStream changes every time the user presses a different group option. I've noticed that the flat...
Reconsider asked 28/11, 2021 at 6:9
2
Solved
I needed to implement a wait indicator for a page in my Maui app.
Searching gave me this, but no step by step instructions.
So how do I do this?
Deaminate asked 3/1, 2023 at 22:25
2
I am trying to resize an ActivityIndicator (in Xamarin.Forms), but the Scale property does not work and the HeightRequest just crops the ActivityIndicator.
<StackLayout>
<ActivityIndicat...
Pozsony asked 9/10, 2018 at 14:8
4
Solved
I want to place my activityIndicator where I want it programmatically, but I don´t know how.
I know how to put it in the center of the screen:
activityIndicator.center = self.view.center
But I ...
Saffier asked 6/3, 2018 at 12:38
2
Solved
I have a Xamarin Form which is using Scroll View.
I am trying to show a Activity Indicator at the top as I have a ListView in the middle.
But when the user scrolls down the loading is not shown.
S...
Vendor asked 14/10, 2016 at 13:25
7
Solved
I need to get page indicator in the view pager file with images. Here is my code.
public class IndicatorActivity extends Activity {
/** Called when the activity is first created. */
@Override
...
Condensation asked 7/9, 2012 at 11:9
2
Solved
I have created a custom Activity Indicator class and I want to control the hide/show of it from where I use it.
Here is what I have done.
CustomActivityIndicator.js
import React, { Component } ...
Heel asked 5/10, 2018 at 15:22
12
Solved
I am new to iphone development. I want to set an activity indicator in the navigation bar. I see my activity indicator below the navigation bar. My code is here
- (IBAction) gomethod : (id) sender...
Marta asked 18/2, 2010 at 14:33
4
Solved
I have some heavy code that runs for around 0.2 seconds.
I set up the activity indicator like this; however, it doesn't show up, but rather the whole screen freezes for around 0.2seconds until the...
Fontaine asked 7/7, 2015 at 13:19
2
Solved
I have an ActivityIndicator that shows while fetch is loading and the wheel disappears when componentDidMount is fired, but keeps and empty block space in the layout. I'm guessing how to unmount t...
Topeka asked 25/1, 2017 at 4:10
0
I'm using React Native component ActivityIndicator to display a preloading state. However, if this state persists for a few moments longer than expected (or app get stuck in the preloading state) m...
Orian asked 6/11, 2016 at 17:17
2
Solved
Showing then hiding animated indicator / spinner gifs are a good way to show a user that their action has worked and that something is happening while they wait for their action to complete - for e...
Tripoli asked 21/11, 2013 at 17:52
3
Solved
Is it possible to use UIActivityIndicator on the iOS launch screen?
I tried, but it's not animating.
Has anyone tried this or know whether it's possible?
Jeanettajeanette asked 17/12, 2014 at 5:55
1
I am BRAND NEW to coding. With that said, I have figured out how to put a grey background behind my white activity indicator spinner. Now I want the corners of the background to be rounded. I have ...
Kroll asked 7/4, 2015 at 23:28
3
I want to know how to implement an activityIndicator in a WebView based app, I wrote the following code but the indicator does not appear.
The webview load file locally, so it load very fast, but ...
Trappist asked 21/8, 2009 at 10:7
7
Solved
I have just started including networking functionality into my apps. I know that you should use the network activity indicator when the user is actively waiting for something, but what about if it ...
Interlingua asked 17/8, 2011 at 10:47
1
Solved
I am new to iPhone development. I want to set an activity indicator which is loaded on my custom button. Please guide me. (Example: App store --> Search --> Show 25 more (on click)).
Concubine asked 18/3, 2010 at 10:54
1
© 2022 - 2024 — McMap. All rights reserved.