<< Click to Display Table of Contents >>
Text Input Mode
Input mode of TextBox.
Set it to one of Keyboard, Barcode, and NFC.
Barcode and NFC work only on the Android and iOS Viewer.
When setting the property value to NFC, the following settings are required depending on the viewer type.
Android
1.Set androidmanifest.xml: AddNFC OZNFCActivity to scan function permission and application.
<uses-permission android:name="android.permission.NFC" />
<application>
<activity
android:name="oz.main.OZNFCActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" >
</activity>
</application>
iOS
1.Set project: Set Near Field Communication Tag Reading to On in Capabilities.
2.Add the Privacy: NFC Scan Usage Description item in Info > Custom iOS Target Properties and set any value that is not empty.