Search found 130 matches

by jasonzhou
Wed Feb 19, 2020 9:30 am
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG]Is it possible to use videos for Web View resources?
Replies: 2
Views: 7716

Re: [RPG]Is it possible to use videos for Web View resources?

Resources doesn't support video file. However, you can try to use http:// url to display video in webview
by jasonzhou
Tue Feb 04, 2020 1:53 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: How to avoid showing "Next"/"Done" button
Replies: 2
Views: 8206

Re: How to avoid showing "Next"/"Done" button

This is a system behaviour, whenever an input control (textbox or dropdown) got a focus, it will appear to allow user to move focus to next or unfocus current control.
by jasonzhou
Fri Dec 13, 2019 9:38 am
Forum: Questions & Answers - RPG and RDMLX
Topic: [RDMLX]How to hide the message "copy to clipboard"
Replies: 3
Views: 10059

Re: [RDMLX]How to hide the message "copy to clipboard"

Unfortunately, there is no way to hide this message. It's designed to assist users to copy text, when users use touch screen, it will be very convenient for them to copy by touching the label.
by jasonzhou
Fri Dec 06, 2019 2:34 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Lansa Mobile push notifications
Replies: 3
Views: 9563

Re: Lansa Mobile push notifications

There is no different between them.
by jasonzhou
Fri Dec 06, 2019 9:20 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Lansa Mobile push notifications
Replies: 3
Views: 9563

Re: Lansa Mobile push notifications

LANSA Mobile doesn't support push notification, however, custom version of LANSA Mobile can support notification services like Microsoft Azure Notification Hub.
by jasonzhou
Wed Nov 20, 2019 9:31 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Lansa Mobile Touch Id and Facial Id
Replies: 3
Views: 9545

Re: Lansa Mobile Touch Id and Facial Id

Thanks right, LANSA Mobile can't directly run operations like RegisterTouchID as in LongRange.
by jasonzhou
Tue Nov 19, 2019 10:35 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Lansa Mobile Touch Id and Facial Id
Replies: 3
Views: 9545

Re: Lansa Mobile Touch Id and Facial Id

In LANSA Mobile, passwords can't be saved by schema. However, in JavaScript API, you can still save multiple users and passwords. // Save user1 Fingerprint.addAccount({ username: "user1", password: "123" }) // Save user2 Fingerprint.addAccount({ username: "user2", password: "456" }) // Start fingerp...
by jasonzhou
Tue Oct 08, 2019 9:47 am
Forum: Product Announcements
Topic: LongRange RV36
Replies: 0
Views: 18580

LongRange RV36

LongRange RV36 has been released for iOS and Android. The crash issue on iOS13 has been fixed in this version. This version contains the following new feature: iOS: Speech recognition It relies on Apple’s servers. Performing speech recognition requires a network connection. Example: A 4 41HTML('<<SP...
by jasonzhou
Fri Sep 27, 2019 11:17 am
Forum: Product Announcements
Topic: DO NOT UPGRADE to iOS 13
Replies: 0
Views: 12192

DO NOT UPGRADE to iOS 13

Worldwide users who upgraded to iOS13 have reported various issues. You can read more here. https://www.forbes.com/sites/gordonkelly/2019/09/24/apple-ios-13-iphone-11-pro-max-upgrade-keyboard-problem-iphone-xs-max-xr-update/#484cb3bd2db8 LongRange is also affected by these upgrade issues. LongRange ...