Kendra
Kendra

Reputation: 123

Disable PHP in WebView

I'm working on an android app where I want a webpage to be view-able but nothing to be clickable. I've successfully disabled the JavaScript and the URLs but there is a button that has functionality in PHP. Is there a way to specifically disable that as well? I'm sure I'm missing something really obvious.

Upvotes: 0

Views: 161

Answers (1)

Sush
Sush

Reputation: 3874

set "onTouchListener" to the webview, disable the click over there.

Upvotes: 1

Related Questions