开发者

Android: Simple way to make a whole a tap to skip page?

开发者 https://www.devze.com 2023-04-01 19:59 出处:网络
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?

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消