Questions tagged [lungojs]

LungoJs is a framework powered by HTML5, CSS3 and JavaScript for creating mobile web apps. The applications created with it works on all popular platforms (iOS, Android, BlackBerry and WebOS). It has support for touch events like tap, double-tap or swipe and does not use images (including the icons), as everything is vectorized.

Core Features

  1. Design and make applications for iOS, Android, Blackberry and WebOs.
  2. Designed to take advantage of the features of current mobile devices.
  3. Capture events like Swipe, Tap, Double-Tap...
  4. Distribute your app in "Mobile Stores" or in websites.
  5. No need for images, everything is vector.
  6. Implement HTML5 features like WebSQL, Geolocation, History, Device Orientation and more
  7. No webserver required.
  8. Implement native looking with (on iPad & iPhone).
  9. Fully customizable.
  10. You can use Lungo Sugars to sweeten your apps.

Semantic is everything in Lungo.

The main premise in Lungo is to create a semantic structure in the whole project, starting from the markup language HTML, through a well organized CSS and ending with the JavaScript API. Lungo offers a great facility when prototyping applications, and you will not need to enter any lines of code (JavaScript) to visualize how it will behave our application.

Source

9 questions
2
votes
1 answer

Cross-origin-requests-are-only-supported-in-HTTP - On Accessing Sencha Touch Example

I am new for cross platform mobile app development using HTML frameworks like Sencha. Today, I've downloaded Sencha Touch 2.3.1 and tried to open an index file in the examples folder came with the download package. Surprisingly I couldn't see…
Bala
  • 3,576
  • 10
  • 46
  • 74
1
vote
1 answer

How to use JS and AJAX as event handler of

Lungo's example file I can find so far, there is no tag, to have form elements only placing and tag as this code snippet.
Artisan
  • 4,042
  • 13
  • 37
  • 61
1
vote
1 answer

lungo framework does not work with example code

I am testing lungo framework, and by reading their examples (http://lungo.tapquo.com/howto/prototype), it does not work. I am using their skeleton code:
0
votes
1 answer

LungoJS error on .init()

My code: My Project
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

jQuery.toggle() show data when clicked trigger

I use the $.each to extract my data like this : $.each(allData, function(i, data) { $('#data1').append( '
  • ' + '' + '
    ' + '
    Bertho Joris
    • 1,483
    • 5
    • 27
    • 60
  • 0
    votes
    1 answer

    Blackberry/WebWorks app appears in small window at the top of the screen in simulator

    I'm building an app for Blackberry using the WebWorks sdk for OS 7 & earlier. I am also using the latest Cordova/PhoneGap framework (2.8). Lastly, I am making use of the Lungo.js mobile framework for html developement. The problem I have is a…
    Boyds
    • 441
    • 7
    • 17
    0
    votes
    1 answer

    LungoJS Json, fill content returned into a list

    i am a Java Developer and i need to create a SIMPLE app, as i need this to run into ios & Android i decided to try it using lungoJS, my main problem is that i dont know much JavaScript.. :( well i have created the prototipe of the app using lungo,…
    Mendas
    • 31
    • 3
    0
    votes
    1 answer

    lungojs in trigger.io

    Hi I am looking for using Trigger.io to create mobile app but use the Lungojs for the GUI part. I am unable to find reference of using these two without any issues . would like to hear from some with experience .
    user1492502
    • 379
    • 2
    • 22