0

I want to show some interactive content on the lock screen. I already have a listener which gets fired when power button is pressed to turn the screen on, I just don't know how to display a dismissable webview on the lock screen. Any ideas?

user3677331
  • 698
  • 2
  • 7
  • 22

1 Answers1

-1

locking (optional) boolean Whether to lock scrolling in one direction at a time. Useful to set to false when zoomed in or scrolling in two directions. Default true. than you can show your can interactive content on the lock screen.

ER.SHASHI TIWARI
  • 917
  • 1
  • 10
  • 25
  • Sorry I couldn't get you, if I was not clear enough for you, I want to show some content on the lock screen (where a pattern to unlock is shown when the screen is locked, on top of that) – user3677331 Apr 21 '16 at 17:48