文件名称:tabris-js:使用JavaScript或TypeScript创建本机移动应用程序
文件大小:4.47MB
文件格式:ZIP
更新时间:2024-02-21 00:13:43
javascript android ios mobile tabris
Tabris.js Tabris.js是一个框架,用于使用JavaScript中的本机UI开发移动应用程序。 iOS和Android应用程序可以完全从一个代码库构建,这使您摆脱了管理多个平台代码的任务。 import { Button , contentView , TextView } from ' tabris ' ; // in JS new Button ({ top : 16 , centerX : true , text : ' Use native UI ' }) . onSelect (() => $ ( TextView ) . only () . text = ' Powered by Tabris.js ' ) . appendTo ( contentView ); new TextView ({ top : ' prev() 16 ' , centerX : true }) . appendTo ( contentView ); // or in JSX contentView . append ( < $ > < Button to