onderceylan / cordova-plugin-wkwebview-inputfocusfix

!!DEPRECATED!! Cordova plugin for fixing auto focus issue of html elements on WKWebView
MIT License
19 stars 29 forks source link

How does this work? #6

Closed ccorcos closed 6 years ago

ccorcos commented 6 years ago

Why does +load get called and how does this plugin work? Is there a name for this approach that I can look up on the internet to learn more about it?

Thanks

onderceylan commented 6 years ago

Hi @ccorcos,

This is called Customizing in obj c. You can see related docs here:

https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html

Please see "Consider Other Alternatives for Class Customization" section over there. I don't recommend this approach unless you have to.