InAppBrowser extra loading spinner

515 views
Skip to first unread message

Daniel Miller

unread,
Feb 12, 2014, 4:12:38 PM2/12/14
to phon...@googlegroups.com
I appear to have a loading spinner added by the InAppBrowser. Unfortunately, it is off-center, and I already have a loading spinner on my site. It only shows up on the tablet version of my app.

It appears to be the same size as the splash screen loading spinner. To test this, I went to the config.xml and set ShowSplashScreenSpinner to false. However, the extra loading spinner still showed up.

I'm using PhoneGap Build 3.3.0, and my app id is 680465.

Ashisha Nautiyal

unread,
Feb 13, 2014, 7:36:51 AM2/13/14
to phon...@googlegroups.com

Daniel Miller

unread,
Feb 13, 2014, 8:55:13 AM2/13/14
to phon...@googlegroups.com
Sorry if I wasn't clear: I don't want the loading spinner to show up. Also, I forgot to mention this is in iOS.

Stan Bershadskiy

unread,
May 5, 2015, 12:42:18 PM5/5/15
to phon...@googlegroups.com
@Daniel

Have you had any updates with this? I'm seeing this spinner on an InAppBrowser window that shows a form. When we submit the spinner pops up off center. Tested on iOS Simulator -> iPad Air. Cordova 4.3, iOS Platform latest.

Ashutosh Mishra

unread,
Jul 11, 2016, 12:52:32 PM7/11/16
to phonegap

CDVInAppBrowser.m we call a spinner in webViewDidStartLoad and stop this same spinner in webViewDidFinishLoad.But for iPad webViewDidFinishLoad will not call.so the spinner keeps on loading

So just add [_webView setDelegate:self]; in webViewDidStartLoad method

Reply all
Reply to author
Forward
0 new messages