1

I'd like to access the keychain services from an html5 website. In order to do it I was thinking if it would be possible to write a custom object to be embedded in the page trough the object tag (something similar to an activex or java object) but I haven't found any reference on what kind of object does safara for ios supports.

Does anyone knows if something like that could be done? Does Safari for ios supports custom objects?

Thanks in advance,

Epc

epc
  • 194
  • 4
  • 12

1 Answers1

1

You can't have browser plugins on the embedded Safari (unless Jailbreaking). The only embedded content you can have is what the browser already supports natively.

What you can do is call Objective-C from Javascript and vice versa. Keep the security implications in mind though.

Community
  • 1
  • 1
Georg Fritzsche
  • 97,545
  • 26
  • 194
  • 236