Can we create Mobile apps in elm?

That looks interesting. I notice that the markup it uses is not HTML - but I guess you can generate whatever markup you like with elm/virtual-dom? Perhaps even write a package of functions for building native script markup on top of that?

Also, presumably you would use Browser.application etc to write an Elm program. Would all the Browser.* packages work as they do in a browser?