Tab Extends Composite A container representing a single tab of a TabFolder widget. Import this type with “const {Tab} = require('tabris'); ” Properties badge iOS Type: s...
TextInput Extends Widget A widget that allows to enter text. Import this type with “const {TextInput} = require('tabris'); ” Android iOS Properties alignm...
WebView Extends Widget A widget that can display a web page. Since this widget requires a lot of resources it’s recommended to have no more than one instance at a time. Import...
Video Extends Widget A widget that plays a video from an URL. Import this type with “const {Video} = require('tabris'); ” Android iOS Methods pause() Paus...
TabFolder Extends Composite A widget that can switch between tabs . Only children of type Tab are supported. Since the TabFolder does not compute its own size, the width and h...
device 继承自NativeObject 提供应用运行设备的信息。 通过“const {device} = require('tabris'); ”引入该对象 示例: let lang = device . language ; device . on ( "orientationChanged" , ({ value :...
Custom Widgets on iOS A Tabris.js widget consists of a JavaScript API and a native client side implementation. This document describes how to create the native implementation fo...