MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / goBack

Method goBack

packages/core/ui/web-view/index.ios.ts:247–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245 }
246
247 public goBack() {
248 this.nativeViewProtected.goBack();
249 }
250
251 public goForward() {
252 this.nativeViewProtected.goForward();

Calls

no outgoing calls

Tested by

no test coverage detected