Sencha Touch 和 JQuery Mobile 上的 RTL 支持

发布于 2024-11-26 13:34:00 字数 300 浏览 2 评论 0原文

我想开发一个移动应用程序网站,经过大量搜索后,我发现最好的两个开发框架是:

  • 1)Sencha Touch
  • 2)JQuery Mobile

    还没有选择其中之一,但我想我会选择 Sencha Touch。

我的问题是:

这两个框架是否支持 RTL,我想用英语和阿拉伯语编写我的应用程序,并适用于 iOS、Android、BlackBerry、Symbian 和 Windows

谢谢

I want to develop a mobile application site, and after a lot of searching I found the best two frameworks to develop in are:

  • 1) Sencha Touch
  • 2) JQuery Mobile

    didn't choose one of them yet, but I think I will go with Sencha Touch.

My question is:

are these two frameworks support RTL, I want to write my application in both English and Arabic, and to work for iOS,Android,BlackBerry,Symbian and Windows.

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

可可 2024-12-03 13:34:00

这两个项目中的所有对齐都是通过 CSS 进行的。
您需要根据您使用的语言更改 CSS 值。

您应该注意的主要事情是:

direction:ltr / direction:rtl

float:left / float: right

text-align: left / text-align: right

尝试在它们之间切换值,这应该对您有用。

All of the alignments in both projects are made through CSS.
You need to alter the CSS values according to the language you are using.

The main things you should notice are:

direction:ltr / direction:rtl

float:left / float: right

text-align: left / text-align: right

Try switching the values between them and that should work for you.

心凉 2024-12-03 13:34:00

Sencha Touch 在其预构建的小部件中不支持 RTL,但最终并且尚不支持 Windows Phone。 Symbian 不在我们的路线图上。

Sencha Touch does not support RTL in its prebuilt widgets, but will eventually and it does not yet support Windows Phone. Symbian is not on our roadmap.

酷到爆炸 2024-12-03 13:34:00

对于仍然想要 RTL jQuery Mobile 的人,我在此处对 1.0.1 和 1.1.0 RC 版本的 JavaScript 和主题进行了更改:http://www.intlaqa.com/jquery-mobile-rtl/

For anyone still wants an RTL jQuery Mobile I made the changes to the JavaScript and Themes for both 1.0.1 and 1.1.0 RC versions here: http://www.intlaqa.com/jquery-mobile-rtl/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文