Does Alertdialog Support Webview?
I am trying to implement a AlertDialog with a Webview inside. public OnClickListener imageButtonViewOnClickListener = new OnClickListener() { public void onClick(View v) { Lay
Solution 1:
You need to write WebView, not webView. Uppercase W
Post a Comment for "Does Alertdialog Support Webview?"