Sencha Touch 和 JQuery Mobile 上的 RTL 支持
我想开发一个移动应用程序网站,经过大量搜索后,我发现最好的两个开发框架是:
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这两个项目中的所有对齐都是通过 CSS 进行的。
您需要根据您使用的语言更改 CSS 值。
您应该注意的主要事情是:
尝试在它们之间切换值,这应该对您有用。
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:
Try switching the values between them and that should work for you.
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.
对于仍然想要 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/