0
Good evening, everyone,
I’m working with Apache Cordova, which basically uses WEB language (html, css, javascript...) to make Android apps, iOS, among others.
I need to make use of custom Alerts and prompts. I wanted to customize everything: text, number of buttons and colors. All this to establish a standard.
Apache Cordova has an API called 'dialogs'. It is good, I can modify almost everything I want, the only problem is that I can’t change the color of buttons, text and the background of Alert and prompt.
I was wondering if you had a way to handle this. It doesn’t have to be anything very complex, just make these dialog boxes, as Javascript itself does, but with the option to change the color, because without it their color differs from the standard color of the APP.
I already took a look at some things of Jquery, but the ones I saw had a cool design, with cool functions, but I could not change the color of what I wanted.