Hello, I've created a project based on cordova API that uses Scala JS + jQuery Mobile + Color JS (using static types only for the DOM and jQuery). You can see it there
https://github.com/olivergg/sodexowatcherMy first goal was to have something to build HTML5 mobile application for Android/IOS (and others) ....and write all the javascript part with Scala JS. Unfortunately, jQuery mobile has very poor performance (well, at least on my Galaxy S2) which makes it not very usable on an Android smartphone. That said, my project is not tied at all to any javascript framework, so we might find some other framework to build mobile application with some decent performance (app-framework ?).
The project is still at a very early stage and there is room for improvement (for example, wrapping cordova build command with sbt). I'll be very pleased to have more contributors.