Posts

Post not yet marked as solved
1 Replies
5.4k Views
Hey guys,Programming environemnt :swift version : 4.0xcode version : 9.2My objective :1- Open a web application in ios and2 - Communicate with its elements using JavaScript - invoke a method in my native appwhat I have done so far :I can load my application using webkit view.challenges : I found few old instructions for invoking native code from web applications JS functions which sadly won't work in newer versions of swift. due to swift upgrade. function/methods like : NSBundle that are no longer available.Main Question :how can I invoke a method in native app from JavaScript Thank you
Posted
by john217.
Last updated
.