Ionic 2: Why does alert box look like old Android?

Viewed 298

Why does the alert in my Ionic 2 app look like an old Android version and how can I change this?

Note: this is just calling JavaScript

alert()

function, NOT the Alert component! I am doing this on purpose.

enter image description here

For comparison, this is an alert from a website in the browser:

enter image description here

I'm concerned that the browser version/sdk it's building to is out of date.

Why are these looking different?

1 Answers
Related