Corona SDK integrate with JQuery Mobile?

I would like to know Corona SDK can integrate with JQuery Mobile?
like PhoneGap integrate with JQuery Mobile.
It’s good feature for mobile apps,
Could anyone tell me it’s possible and how?
Thanks,

Shawn Z [import]uid: 38309 topic_id: 26715 reply_id: 326715[/import]

JQuery and Phonegap are HTML5 and CSS3 based with JavaScript to add functionality. There is a program called “mobile Lua” which I’ve heard can integrate lua into HTML5. I haven’t used it, but I’ve heard good things. JQuery won’t work with Corona because you can’t require a HTML5 markup in LUA. At least I’ve never heard of it being done. You don’t really need it in Corona though. It’s pretty simple to set up a custom screen using the Widget API that comes with Corona. [import]uid: 46082 topic_id: 26715 reply_id: 108287[/import]

You can open a webview and load html, css and jQuery or other JS scripts.
You can builds dynamically scripts and HTML pages.
You can interact with html/js events through listeners. [import]uid: 5578 topic_id: 26715 reply_id: 108298[/import]

How would you use a listener for js integration? I didn’t know it was possible.
[import]uid: 46082 topic_id: 26715 reply_id: 108322[/import]

You can build some Javascript function dynamically before opening the webkit. Here’s one I use :

dataBase.EcrireGPSVille = function (nomVille, nomPays)  
 local js = [[function sendAddress() {\r]]  
 js = js..[[codeAddress("]]..nomVille..[[,]]..nomPays..[[", "http://]]..nomVille..[[");\r]]  
 js = js.."}"  
 local r = dataBase.writeFile ("myCity.js", js)  
 if r then print ("Ecriture du fichier myCity.js") end  
 return true  
end  

You can listen to event like HTML request from link. Link can be an href link but could be a JS event that behave like a mouse click.

[import]uid: 5578 topic_id: 26715 reply_id: 108354[/import]

Before deploying a mobile application, enterprises need to bear in mind a number of factors. Some of these include the company’s overall strategy, the target customer base, who developed the application, mobile analytics after deployment and long-term strategies for the company. Mobile application deployment plays an important role in resolving such problems as data overload, efficiency and investment costs from the edge to the core. If properly deployed, mobile applications can create business value.

mobile app development south africa
[import]uid: 189935 topic_id: 26715 reply_id: 128598[/import]

Before deploying a mobile application, enterprises need to bear in mind a number of factors. Some of these include the company’s overall strategy, the target customer base, who developed the application, mobile analytics after deployment and long-term strategies for the company. Mobile application deployment plays an important role in resolving such problems as data overload, efficiency and investment costs from the edge to the core. If properly deployed, mobile applications can create business value.

mobile app development south africa
[import]uid: 189935 topic_id: 26715 reply_id: 128598[/import]