項(xiàng)目需求:
要求在手機(jī)app中加載webview界面,webView中展現(xiàn)的內(nèi)容是ppt課件装处,我們需要實(shí)現(xiàn)的是浸船,點(diǎn)擊按鈕觸發(fā)webView呈現(xiàn)的ppt翻頁,來實(shí)現(xiàn)oc和webview的交互李命!
需求分析:
實(shí)現(xiàn)oc和webview的交互 比較簡單 代碼:
let nextSlide = "frame.nextSlide()" // frame.nextSlide() 是h5 中提供的方法
webView.stringByEvaluatingJavaScript(from: nextSlide) // 觸發(fā)實(shí)現(xiàn)oc和webview的交互
了解更重要 (看圖說話)
測試的h5(ppt):http://dean-uploads.oss-cn-qingdao.aliyuncs.com/ppj/2016/12/19/XSm65uh96GGHrwsN/index.html