android - Raising alerts from backend javascript -


i'm building app meteor , meteoric (integration ionic, replaces angular blaze). have method running on server want popup alert user if condition met, of course can't because ionic client side framework.

i tried return variable place in client call method , make raise popup ignores it. (maybe because can't between client , server?)

anyone has suggestion this?

you make request client server, , depending on response on client can alert (or continue if example nothing went wrong). did try already? , method doing?


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -