You can start up another activity that has "linear layout with buttons".

Or, you can use addJavaScriptInterface() to have JavaScript code call
a method in your app that puts a "linear layout with buttons"
somewhere adjacent to the WebView on the current activity, or loads a
new fragment, or something.

However, you cannot put a "linear layout with buttons" in a WebView
itself, nor can DOM events or JavaScript directly cause changes
outside of the Web page without assistance from Java code.

On Thu, May 3, 2012 at 8:06 AM, arun kumar <hariarun2...@gmail.com> wrote:
>>
>> Hello all,
>> i created one html page with two buttons. then i stored that html page in 
>> assets folder. then i load that html page to web view. my question is if i 
>> click that html button i want to show android native layout like linear 
>> layout with buttons? is it possible?
>>
>> --
>> WITH REGARDS
>> ARUN KUMAR P D
>> +91-9994794759
>
> --
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to