This is a duplicate of Resetting plugins due to page load - Issue on this very site.
It appears to be a known conflict with jQuery Mobile and similar libraries. Check the other post for a very simple remedy to this.
EDIT:
Thanks and I stand corrected, @bart_88. I looked in the Cordova project code and see the following:
- (void)webViewDidStartLoad:(UIWebView*)theWebView {
NSLog(@"Resetting plugins due to page load.");
[_commandQueue resetRequestId];
[[NSNotificationCenter defaultCenter] postNotification:[NSNotification notificationWithName:CDVPluginResetNotification object:self.webView]];
}
It appears that this code will be hit (CDVViewController) no matter what, so the message you are seeing is just a new NSLog entry that can be ignored.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…