You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Using an e-key on an i-pad/tablet device

Can I use my eKey on my iPad/tablet device?

Yes, however you can only have your eKey active on one device at a time, and to transfer from your phone to your iPad you must get a new authorization code.

  • 38
  • 26-Sep-2017
  • 802 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });