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
Also, if you do alert(this.counter) in our hello-world template the app crashes on iOS, because counter is a number:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIAlertController must have a title, a message or an action to display'
var myObj = bull;
alert(myObj);///does nothing
It should display message with empty content or "null".
The text was updated successfully, but these errors were encountered: