Software Archive
Read-only legacy content
17061 Discussions

plugin similar to showcaseview(android) to intel xdk

Daniel_C_
Beginner
747 Views

Does anyone know if there are any similar plugin to showcaseview (android) in intel XDK?

The showcaseview creates interactive tutorial for the user when he uses the application for the first time, for example.

0 Kudos
1 Solution
Swati_S_Intel1
Employee
747 Views

You can use overlay technique using CSS to create an overlay screen at the app startup. See this articles on CSS overlay technique. http://www.corelangs.com/css/box/fulloverlay.html

http://tympanus.net/codrops/2013/11/07/css-overlay-techniques/

 

View solution in original post

0 Kudos
2 Replies
Swati_S_Intel1
Employee
748 Views

You can use overlay technique using CSS to create an overlay screen at the app startup. See this articles on CSS overlay technique. http://www.corelangs.com/css/box/fulloverlay.html

http://tympanus.net/codrops/2013/11/07/css-overlay-techniques/

 

0 Kudos
Daniel_C_
Beginner
747 Views

Thanks Swati, I used the overlay technique and it was good.
 

0 Kudos
Reply