javascript - onsen notification undefined ios -


i displaying ons.notification like:

ons.notification.alert({                         message: 'test',                         buttonlabel: 'ok' }); 

this method works in browser, fails in ios.

error:

 error: error: dialogelement.show not function. (in 'dialogelement.show', 'dialogelement.show' undefined) 

anyone know how fix this?

this fixed updated onsen. migrated 1.3.5 1.3.15.... might stay updated guess


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -