Search code examples
androidcordovanotificationmanager

Can phone gap web sql can work with android notification manager?


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


Solution

  • 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?