Return true if this WebView has a back history item.
Return true if the page can go back or forward the given number of steps.
Return true if this WebView has a forward history item.
감사합니다.일단 새로운 길을 볼수 있게 해주신 '응응응' 님께 감사드리면서앞에 can이 왜 들어갔는지는 모르겠지만 제 예상으론 앞으로가는걸 취소한다 라는 의미가 아닐까 합니다.뒤로가는걸 취소한다? 앞으로 가는걸 취소한다? 이게 무슨의미가 있는지는 정확하게 모르겠습니다.암튼 뒤로가기는 onclick리스너에 웹뷰.goBack();반대로 앞으로 가기는 onclick리스너에 웹뷰.goFoward();였습니다.앞으로도 잘 부탁드리겠습니다.
로그인 유지
버튼 생성해서 onClick 에 매치 시키면 될것 같습니다~
public boolean canGoBack ()
Return true if this WebView has a back history item.
Returns
public boolean canGoBackOrForward (int steps)
Return true if the page can go back or forward the given number of steps.
Parameters
public boolean canGoForward ()
Return true if this WebView has a forward history item.
Returns