abinli
Results
2
issues of
abinli
Hi, While the react-native-wkwebview loads the iframe content elements correctly, I cannot get the iframe elements by issuing evaluateJavaScript js code: var ifrm = document.getElementById("iframeID"); var ifrmContent = (ifrm.contentWindow ||...
Hi, Is there any way to take a screenshot of web page inside the react-native-wkwebview and save it as jpg, etc? Similar as what phantomJS offers. Thanks!