问题标签 [rhomobile]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby - 在重新加载页面之前,onClick 事件将不起作用
在我同时在模拟器和手机上单击重新加载之前,包含 onClick 事件的以下代码片段将不起作用。该代码位于应用模型文件夹中的 .erb 文件中。
我正在使用 rhomobile 3.2.1。有人可以解释为什么以及如何解决它吗?
android - Possibility to host and serve Mobile apps from my own repo ?
I saw sites like rhogallery (http://rhohub.com/), testflightapp.com helping developers to test their app before it goes for app store or marketplace.
I would like to know whether Apple/Android allows (with legal permission) us to setup our own Repo like this?
Our need is to host and serve mobile apps while we dont want that to be made publically available on App store/Marketplace.
ruby - 未定义的屏幕 - Rhosync
Rhosync 适用于演示应用程序(员工应用程序)。我能够登录然后执行 CRUD 操作。
但是,当我创建自己的项目,添加源适配器并添加几个屏幕,然后运行应用程序时,当我从第一个屏幕转到第二个屏幕时 ,我发现未定义的屏幕。
在调试时,我发现在render之后,出现了未定义的屏幕。
有人遇到过这样的问题吗?
rhomobile - Rhomobile 与台式机/笔记本电脑直接数据交换
我们将构建一个需要与笔记本电脑同步的移动应用程序。这可能是通过 USB、蓝牙等。是否可以在没有同步服务器的情况下使用 Rhomobile 执行此操作?我们需要在没有互联网连接的环境中在设备和笔记本电脑之间进行同步。
rhomobile - 移动 Web 浏览器中的 Rhodes 应用程序
我可以在移动网络浏览器中运行使用 rhodes 构建的应用程序吗?
ruby - Rhomobile reload a previously loaded module
I have different definitions of a module in 3 different files and I want to load them dynamically depending on user interaction. Using Kernel.load()
method only works successfully for me the first time a certain file loads. Does anyone know which method should I use to make a file load always, not regarding if it had been already loaded before?
The module contains some constants that are used in other parts of the application. Depending on user choice, one concrete module with specific values for that constants should be loaded so they will have the appropriate values.
ruby - Ruby中的警报ok按钮事件
我正在创建一个 Rhodes 跨平台应用程序。在我的应用程序的某处,我正在显示带有默认确定按钮的警报。这是我的代码:
实际发生的是我同时显示警报和导航。但我想要的是仅当我单击警报上的确定按钮时才能导航。
jquery-mobile - 基于 Jquery Mobile 的 Rhodes 应用程序上的捏缩放激活
我正在尝试在我在 Jquery Mobile(Rhomobile 框架)上制作的应用程序中激活 Pinch-Zoom
我放了
该怎么办?有任何想法吗?
我使用 jquery mobile RC1
但是我可以升级......
ruby - Rho 模拟器什么都不显示
我在 Windows 7 上使用 RhoStudio。我是 RhoStudio 的新手。我正在尝试在 RhoStudio 中创建示例应用程序,但是当应用程序运行时它什么也没显示。
我在控制台中看到了一些错误。如下:
我不知道是什么问题。相同的应用程序在 android 模拟器中运行良好。我附上了 Rho Simulator 的空白视图文件。
java - 带有 Ruby (RhoMobile) 前端安全性的 Java 和 Spring 后端
我目前正在使用 RhoMobile 构建一个移动应用程序。该应用程序将简单地调用一堆 REST Web 服务。后端 REST 服务是用 Java + Spring 编写的。我想知道安全考虑是什么。我们的要求非常简单,我们需要一种安全的方式让用户使用应用程序登录,然后才能调用 Web 服务。
有没有人有任何结合这些技术的经验。我有什么选择。目前我正在考虑使用 Spring Security 或 Shiro,但只是想知道是否有人有更好的经验。
请注意,我们将使用 JSON 进行所有通信。