@icarus_31 wrote:
I am trying to use the native Toast, but I always got "toast error: undefined"
Here is the code:
Toast.show('Hello there!', 'long', 'center').subscribe( a => { console.log('toast success: '+ a) }, b => { alert('toast error: ' + b) } );
I am using BB10, but I know the "cordova-plugin-x-toast" should work with that OS. Any idea? Do you think it is because the plugin is not loaded properly? Do I need to add a "this._platform.ready().then"?
Posts: 1
Participants: 1