I have a disclaimer on a page and I want to make it so that the user can tap the page and it will launch the new 开发者_运维问答activity. Is there a simple way of doing this?
Thanks
Check here: http://developer.android.com/guide/webapps/webview.html and specifically the section "Using JavaScript in WebView". From that javascript interface you can send an intent to the desired activity. Hopes this helps!
精彩评论