0

Is it possible to work with android notification manager With phonegap? And show data of the notification from the web sql?

tshepang
  • 12,111
  • 21
  • 91
  • 136
AlexTheLion
  • 47
  • 1
  • 9

1 Answers1

0

Yes of course its possible. However, I think you will have to code the notification 'natively' as android code; coding it in Phonegap code(javascript) may not be possible.

As for web sql, do you mean you want to pull the data from a sqllite database?

A Nice Guy
  • 2,676
  • 4
  • 30
  • 54
  • I have to do list app and my data stored in the web sql , so my question is if i can pull this data to sqlite db for using it with the native notification manager – AlexTheLion Apr 28 '14 at 06:31
  • Not sure about this one, have never tried, but somehow I feel this is going to be painful, if at all possible – A Nice Guy Apr 28 '14 at 06:36