I'm using google play game services, when i run the project in the browser i can access the services, but when i export to cordova and generate the apk the plugin just don't work! for cordova i have installed this plugin:
cordova-plugin-inappbrowser[/code:6qv9ko6e]
The [b]OnLoaded[/b] event is not being triggered!
I think that this is due to some restriction in the webview used by cordova since in real browsers it works well.
Does anyone knows how to properly configure this plugin to use it with cordova?