You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is this plugin still in production or it's has been dismissed?
... @OverRide
protected void initialize(CordovaInterface cordova, CordovaWebView webView) {
...
should be
@Override
public void initialize(CordovaInterface cordova, CordovaWebView webView) {
and initialize is now deprecated
The text was updated successfully, but these errors were encountered:
is this plugin still in production or it's has been dismissed?
...
@OverRide
protected void initialize(CordovaInterface cordova, CordovaWebView webView) {
...
should be
and initialize is now deprecated
The text was updated successfully, but these errors were encountered: