awesome-cordova-plugins/src/@ionic-native/plugins/media
Ronald Mak b58149f2f2 fix(media): function 'create' never returns media object (#1419)
The function never returns an object of MediaObject. The onSuccess callback is wrongly used to return the object. In fact, onSuccess/onError callbacks are only invoked after the current play, record, or stop action is called.
2017-04-27 00:34:43 -04:00
..
index.ts fix(media): function 'create' never returns media object (#1419) 2017-04-27 00:34:43 -04:00