DigiDan
Sep 24, 2014 - 16:40
When using ui.webview.load_html() to use an HTML string the subsequent web page loaded has problems loading any relative links. All of these links have the protocol applewebdata://. From my research it seems that the equivalent objective c uiwebview function takes an extra baseUrl parameter to allow it to handle these links correctly.
Is there any chance to update ui.webview to take this extra parameter?