Open Yusriaja opened 3 years ago
i want to make a method to directly jump to a specific page... is it possible?
goToSpecificPage()
public void goToSpecificPage() ( ....how.... }
There is this method that will suit your need. public void jumpTo(int page)
public void jumpTo(int page)
i want to make a method to directly jump to a specific page... is it possible?
goToSpecificPage()
public void goToSpecificPage() ( ....how.... }