Shamma
Posts: 0
Joined: Thu Mar 12, 2015 4:35 pm

jAlert not working in my app

I'm trying to make an alert box with jAlert function , but its not working , what is the problem ?

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

jAlert not working in my app

Hello,

Native javascript function called simply alert
Example:
alert("Hello I'm alert");

http://gyazo.com/054e958a60fb34ee290e...

Shamma
Posts: 0
Joined: Thu Mar 12, 2015 4:35 pm

jAlert not working in my app

Yes I'm aware of that , but I want to use an alert with custom header title because the native alert(string) in ios shows with a header title like this : pagename.html
so I want to use jAlert to make a custom header title , or at least you can give me another solution to make an alert with custom header title .
Thanks.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

jAlert not working in my app

Hi -

You can also use Cordova notifications for customizing your alert message -- http://cordova.apache.org/docs/en/3.0...

Return to “Issues”