0

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

Nadav Oz
  • 167
  • 5

1 Answers1

0

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 ;-)

Community
  • 1
  • 1
StefanN
  • 527
  • 1
  • 4
  • 12