Lungo is an multiplatform application development framework based on web technologies like HTML5, CSS and JavaScript.
Questions tagged [lungo]
4 questions
3
votes
2 answers
How do I use GruntFile.coffee and package.json to extract/make/fetch/?? the Lungo.js example files?
I am wanting to try out the Lungo.js examples from here : https://github.com/tapquo/Lungo.js,
however the index.html in the example directory is expecting files in the components and package directories and, while those directories do exist as part…

kris
- 11,868
- 9
- 88
- 110
1
vote
1 answer
What is going on with this javascript bug involving the word "event" in Firefox?
I am using the Lungo framework. I am trying to understand if there is a bug in my code or a bug in the framework because I want to "blame my code before blaming others." This line of code is throwing the following error in Firefox 26.0 -- but not in…

bernie2436
- 22,841
- 49
- 151
- 244
0
votes
2 answers
Lungo : Transitions
I discovered The lungo Framework which quite Nice to use when building HTML5 mobile apps.
When changing from a section to another, you CAN use the property data-transition and specify the name of the transition you would like to use.
In the examples…

Jeelig
- 102
- 2
- 15
0
votes
1 answer
What handles the navigation in the Hello, Lungo app?
I am working through the Lungo documentation1 and the Hello, Lungo code2 to learn the framework. The documentation says "The navigation in Lungo is entirely semantic, and you will use the element or and his data attribute “view-*” to tell the…

bernie2436
- 22,841
- 49
- 151
- 244