如何在Appery.io应用程序中从右到左显示文本?
我已经在 Appery.io 应用程序生成器上创建了一个应用程序,我需要从左侧到右侧显示文本。如何实施?
I have created an app on the Appery.io app builder and i need to show the text from the left side to the right. How it can be implemented?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Appery.io 应用程序基于 Cordova,因此您可以使用简单的 CSS 属性“方向”来表示该方向:rtl。
https://developer.mozilla.org/en-US/docs/网页/CSS/方向
Appery.io apps are Cordova-based, so you can use a simple CSS property "direction" for that direction:rtl.
https://developer.mozilla.org/en-US/docs/Web/CSS/direction