Tuesday, May 29, 2018

How To Disable Copy And Paste Options For Entry In Xamarin.Forms Using CustomRenderer

Sometimes, for security reasons, we need to restrict the copy, cut and paste clipboard options for Entry in our app. For example adding payee through Online Banking and while entering passwords. So, in this article we can learn how to disable those options for Entry using CustomRenderer concept in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/how-to-disable-copy-and-paste-options-for-entry-in-xamarin-forms-using-customren/

No comments:

Post a Comment