Nicholas Valbusa
Nicholas Valbusa
Well it extracts the "lead" image, but if the article has more than one image it doesn't keep the other ones that were placed in the middle of the content....
@jackwilsdon you're awesome! thanks man
+1 having the same issue on Microsoft Edge (WinJS native app).
Also getting `undefined` on `touch.target` here: ``` for (i = 0; i < touchesTouchList.length; i++) { touch = touchesTouchList[i]; if (touch.target.isSameNode(thisTouchTarget)) { targetTouchesWrapper.addUpdateTouch(touch); } } ```