Categories: Android

[안드로이드] 웹뷰에 타이틀바 붙이기

안드로이드 웹뷰에 타이틀바 형식으로 특정한 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년에 작성이 되었습니다.

dingpong

Share
Published by
dingpong

Recent Posts

IHG Points Purchase Promotion: 100% Bonus Points

IHG Points Purchase Promotion: 100% Bonus Points (Until June 29, 2024) 👍 Hello everyone 🖐️🖐️,…

5개월 ago

IHG Summer Stay Bonus Points Promotion (2N2K, 2N3K, 4N8K)

Introduction to IHG Bonus Points Promotion Hello everyone! Today, I'd like to introduce you to…

5개월 ago

LFS error at git checkout in Jenkins

Problem stdout: stderr: Downloading xxxx.a (83 MB) error: git-lfs smudge -- 'xxxx.a' died of signal…

3년 ago

플레이모빌 크리스마스 XXL 6629 산타 해외직구 구매가 배송비

https://www.playmobil.de/playmobil-xxl-weihnachtsmann/6629.html 구매가 : 48.49 유로 (플레이모빌 독일 홈페이지) 결제하는데 안되서 PayPal 로 결제하니 잘 잔행…

4년 ago

코카콜라 제로 355ml 72캔 구매가 (캔당 453원)

롯데온에서 355ml 24캔 롯데카드로 구매시 13,210원 https://www.lotteon.com/p/product/PD36294 APP으로 35,000원 이상 구매시 7,000 포인트 적립 행사…

4년 ago

경동나비엔 온수매트 EQM541-QS (퀸사이즈) 구입가

구입 매장 : 현대 홈쇼핑 (홈쇼핑 방송 중) 모바일 앱 http://www.hyundaihmall.com/front/pda/itemPtc.do?slitmCd=2114353981 최종 결제 가격 :…

4년 ago