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
Post a Comment