How can I show below table using html in custom view?
How can I show below table using html in custom view?
]]>
Jill | Smith | 50 |
Eve | Jackson | 94 |
< ![CDATA[
Table are not allowed in labels, sorrySorry, missed the custom view.
Someone posted a short script to show a html page in a custom view…But can’t remember now.
]]>
< ![CDATA[
Could it be this one:
https://plus.google.com/+JappieToutenhoofd/posts/KgcWsg7F9CP
I used it a while ago reading a local html file made with tasker.
]]>
< ![CDATA[
Evelien Wijbenga Thanks. I tried this reading the local html file but I’m getting access denied error.
Below is the code
LL.bindClass(“android.webkit.WebView”);
var context = LL.getContext();
var webView = new WebView(context);
webView.loadUrl(“file:///storage/emulated/0/LightningLauncher/Scripts/list.html”);
return webView;
]]>
< ![CDATA[
Update : I’ve fixed this by enabling the storage permission for LL in Android settings.
]]>
< ![CDATA[
I feel this permission stuff is going to be a real issue.
]]>