ios - Scroll Down SFSafarViewController -


i highly doubt it, there way scroll specific location in sfsafariviewcontroller? in regular wkwebview, doing easy. need call [self.webview.scrollview setcontentoffset:cgpointmake(0, 100)];. i've considered trying sfsafariviewcontroller evaluate javascript , way wkwebviews can. if not possible please let me know.

according the documentation, not use case sfsafariviewcontroller.

the user's activity , interaction sfsafariviewcontroller not visible app, cannot access autofill data, browsing history, or website data

if need interact web view, use web view(uiwebview or wkwebview). sfsafariviewcontroller meant provide browser features within app. not have control on going on within view.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -