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