Creating an APK using Cordova\phonegap - display it on lockscreen

319 views Asked by At

i am new at building apps using phonegap and my last one is an app that shows information VIA WS ( basiclly it's a web app ) and been built on phonegap to APK file - and it works good. i would like as an option to set the App ( wich will run on the Background ) on android LOCKScreen and dont know where to start... thank you

1

There are 1 answers

1
StefanN On

The only way to put an app on the lock screen, that I know of, is to design it as widget. For example you can have a look at google documentation.

As far as I know at the moment there is no way to put an Android webview inside a widget and that is what you would essentially need to do. You should also see this SO question.

Hope this is a start for you ;-)