How to use WkWebView additem to backforwardList -
im trying add url forward list of wkwebview can't seem find how can done. apple doc shows link webbackforwardlist , i've tried importing webkit.h can't find method add item: - (void)additem:(webhistoryitem *)item
can point me in right direction? thanks!
backforwardlist of wkwebview class readonly property , shouldn't alter yourself. items added (and removed from) list user navigate through url's in given webview.
if reason backforwardlist functionality not enough requirements, suggest implementing own navigation stack.
Comments
Post a Comment