Help needed:
Help needed:
Is there anyone who does get the message? I’m getting none.
Custom view, create script:
LL.bindClass(“android.webkit.WebView”);
var context = LL.getContext();
var myPage = “
Lightning RULEZ“;var webView = new WebView(context);
webView.loadData(myPage, “text/html”, “UTF-8”);
return webView;
]]>« This is something I had since long time ago (almost 3 months now) (Previous Post)
(Next Post) Appdrawer in any container: Version 2.1 »
< ![CDATA[
it works for me (same script, copy/paste)
]]>
< ![CDATA[
Thanks Pierre Hébert , with this conformation that it works, I now tried it on a new desktop and it does work!!! It has got something to do with my other (daily) desktop. I will try to find it’s limiting config attribute.
]]>
< ![CDATA[
It only seems to display on the first page (x,y = 0,0 must be in view.) Not a problem for me. Just for the record.
]]>
< ![CDATA[
Actually it seems more subtle than this. I played a bit with this and it is linked with various factors such as the position at time of creation. It has something to do with clipping optimization.
This doesn’t surprise me, a WebView is quite special, rendering is mostly done in native code outside of the android View hierarchy and clipping rules are probably handled differently.
I will have a look at this but not know unfortunately.
]]>