iOS, JavaScript, Swift, UIWebView, Swift 3.0, Callback, delegate iOS - Communication from Javascript to iOS This is the second part of two series article. You have already read the first part which shows how to transfer data from iOS to JavaScript. In this part we will see how
JavaScript, Web page, UIWebView, Swift 3.0, iOS, InterApp iOS - Communication from iOS to JavaScript This is the first part of a series about communication between iOS and JavaScript. In this part we will see How to call JavaScript functions from iOS How to get return value of
Swift, Xcode, iOS, App, Tutorial, Tips, Development, UIWebView Enable zoom for web pages on UIWebView - Swift Yesterday I ran into annoying problem. In one of our apps we load web pages in standard UIWebView. Nothing great, everyone does it. However, the requirement was user should be able to pinch
UIWebView, YouTube, Elapsed Time, JavaScript, Google API, iOS Getting elapsed time for YouTube videos on iOS Recently I came across this problem to keep track of how much time elapsed for YouTube video while working on one of our apps. The reason being, we were looking for user engagement
JavaScript, Objective-C, UIWebView, Web page, YouTube, PDF Adding custom Media content into UIWebView Recently I was working on the app to show custom media content in the UIWebView. This media could be Images Regular videos YouTube videos PDF Files In this post, I will show how