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

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -