Anyone know about Rhomobile?

2020-08-07 11:18发布

I read about http://rhomobile.com/ and I found this is great but I want to ask whether the application built with that would run in Browser or Natively on the device as this requires HTML and Ruby?

2条回答
男人必须洒脱
2楼-- · 2020-08-07 11:18

Both, actually.

Your application is a web application, but it doesn't run on the internet, it runs on a small webserver that is part of your application inside the phone. It also doesn't run in the browser, but rather in a native browser widget inside your application.

Since the webserver runs on the phone itself, it has access to all the native capabilities of the phone, so you can make HTTP calls to the webserver to capture sound from the microphone, shoot video with the camera, get the GPS location, get multitouch info and so on.

查看更多
时光不老,我们不散
3楼-- · 2020-08-07 11:27

The application generated using Rhodes are pure Native application... And there is no need to install Ruby on devices as Rhodes will take core of it.. May be this URl is helpful : http://itsallaboutruby.blogspot.com/2010/08/rhodes-framework.html

Abhishek

查看更多
登录 后发表回答