cancel
Showing results for 
Search instead for 
Did you mean: 

Disable third-party keyboard for SAP MDK (custom client)

gpic-ahmed-96
Explorer
0 Kudos

Dears,

We have a requirements from our cybersecurity team to disable the usage of third-party keyboard on our mobile app built using SAP MDK.

Our mobile app is custom branded for both ios and android.

Anyone can provide the direction for how to do so?

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

We don't have any explicit functionality in MDK to control the use of keyboards. Those are configured at the OS level. You would need to check if there is an OS level function to list / control keyboard information that you could check within your MDK app. Depending on what (if anything) is available you can look at calling it from a rule or possibly you may need to create an extension control to interface with the functions.

gpic-ahmed-96
Explorer
0 Kudos

Noted Bill.

But is there any way to call native language inside MDK? like Swift or Kotlin