안드로이드 웹뷰에 타이틀바 형식으로 특정한 View 를 추가하고자 할 때 WebView 의 setEmbeddedTitleBar 라는 함수를 사용할 수 있습니다.
다만 이 함수는 직접적으로 사용할 수 없기 때문에 아래와 같이 사용해야 합니다.
[important]
public void setEmbeddedTitleBar(WebView webView, View titlebar) {
try {
Method method = WebView.class.getMethod(“setEmbeddedTitleBar”, new Class[] {View.class});
method.invoke(webView, titlebar);
} catch (Exception ex) {
ex.printStackTrace();
}
}
[/important]
자세한 동작에 대해서는 안드로이드 기본 웹브라우저 소스를 참고하시면 됩니다. 기본 브라우저 소스는 현재 아래 웹 페이지에서 다운로드 받아서 보실 수 있습니다.
https://github.com/android/platform_packages_apps_browser
* 이 글은 2011년에 작성이 되었습니다.
IHG Points Purchase Promotion: 100% Bonus Points (Until June 29, 2024) 👍 Hello everyone 🖐️🖐️,…
Introduction to IHG Bonus Points Promotion Hello everyone! Today, I'd like to introduce you to…
Problem stdout: stderr: Downloading xxxx.a (83 MB) error: git-lfs smudge -- 'xxxx.a' died of signal…
https://www.playmobil.de/playmobil-xxl-weihnachtsmann/6629.html 구매가 : 48.49 유로 (플레이모빌 독일 홈페이지) 결제하는데 안되서 PayPal 로 결제하니 잘 잔행…
롯데온에서 355ml 24캔 롯데카드로 구매시 13,210원 https://www.lotteon.com/p/product/PD36294 APP으로 35,000원 이상 구매시 7,000 포인트 적립 행사…
구입 매장 : 현대 홈쇼핑 (홈쇼핑 방송 중) 모바일 앱 http://www.hyundaihmall.com/front/pda/itemPtc.do?slitmCd=2114353981 최종 결제 가격 :…