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
While creating a demo app I passed in some bogus values to the native code which resulted in errors on iOS and Android. However, I was not notified of these errors because they're sent to the error callback but the JS API does not support passing in an error callback function. Would be nice if the JS API was extended with an erorrcallback.
Maybe adding an inline function(){console.log(err)} instead of nullhere is a good start.
The text was updated successfully, but these errors were encountered:
On Thu, Oct 2, 2014 at 2:06 PM, Eddy Verbruggen [email protected]
wrote:
Hi,
While creating a demo app I passed in some bogus values to the native code
which resulted in errors on iOS and Android. However, I was not notified of
these errors because they're sent to the error callback https://github.com/StephenForte/Stripe-Cordova/blob/master/src/ios/CDVStripe.m#L24
but the JS API does not support passing in an error callback function.
Would be nice if the JS API was extended with an erorrcallback.
Hi,
While creating a demo app I passed in some bogus values to the native code which resulted in errors on iOS and Android. However, I was not notified of these errors because they're sent to the error callback but the JS API does not support passing in an error callback function. Would be nice if the JS API was extended with an erorrcallback.
Maybe adding an inline
function(){console.log(err)}
instead ofnull
here is a good start.The text was updated successfully, but these errors were encountered: