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;  

]]>

4 Commentsto Help needed:

  1. Anonymous says:

    < ![CDATA[

    it works for me (same script, copy/paste)

    ]]>

  2. Anonymous says:

    < ![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.

    ]]>

  3. Anonymous says:

    < ![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.

    ]]>

  4. Anonymous says:

    < ![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.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *