Suggestions in how to make a tutorial "layer" over the phonegap application

  • 1
  • Question
  • Updated 6 years ago
  • Doesn't Need an Answer
Hello,
I have constructed an application that possess several steps to be attend to, so to facilitate its use I would like to introduce the user to the basics at the application first run.
Something like a "layer" that would visually identify which items to interact to, within a certain order, and -if necessary- once the interaction is confirmed this "layer" is cleaned for the next step.
I can programmatically, design such thing, moving the elements around or drawing whatever necessary. But I'm concerned regarding the best approach to the problem.
Can you suggest any kind of libraries or ways to construct such feature ?
Photo of usuario042

usuario042

  • 41 Posts
  • 1 Reply Like

Posted 6 years ago

  • 1
Photo of John Weidner

John Weidner, Champion

  • 435 Posts
  • 80 Reply Likes
I would create your own using css z-index and opacity.
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
I might consider a sliding panel from either side, which could double as a permanent help feature. The content text could be pulled from a server, which allows for easy remote maintenance and even features like beginners/expert mode.