How to make SFSafariViewController open link in new Window (IOS Development) -


after implemented sfsafariviewcontroller. when navigatin through web site contains link target=_blank or javascript window.open link opened in same view, open in view, or make create windows automatically!

safari view controller not support windows. better off making own mini web browser using wkwebview total control , customisation apple specifies in docs: https://developer.apple.com/library/ios/documentation/safariservices/reference/sfsafariviewcontroller_ref/


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -