简体   繁体   中英

What is Android BrowserFrame and how do I use it?

I've found a class mentioned in various forums called android.webkit.BrowserFrame. That class has a method stringByEvaluatingJavaScriptFromString that I really need to use. I can't find anything in the docs about this class. What is it and how do I use it?

And if I can't use it, doesn't anyone know how I can mimic that function? I need an immediate return from javascript, can't go the interface route.

What is it and how do I use it?

There is no such class in the Android SDK. It is a private class inside the firmware.

And if I can't use it, doesn't anyone know how I can mimic that function?

You can't. It is a native method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM