Results 1 to 3 of 3

Thread: How to render html into the webview for HP WebOS

  1. #1
    Join Date
    Jun 2011
    Posts
    414

    How to render html into the webview for HP WebOS

    Last two month I have work on the WebOS and now I need the exact process that help to render html into the webview. I hope many users have already performed such kind of task. Then please help me to perform such kind of task. Any think will be appreciated.

  2. #2
    Join Date
    Mar 2010
    Posts
    1,998

    re: How to render html into the webview for HP WebOS

    If the web site has viewport Meta tag setup, then webview must render it properly. It looks to be in any case of whether it's recently fetched or not. There are number of ways that help to solve this problem. For solving this problem you can use Ajax.Request() to get the HTML. This is the best that will be work most of the time and I hope that this might be work and at the end of the process you can to render html into the webview. Then try this method on your HP tablet PC. I am sure that this will be help to you a lot. This will keep everything in the one webview. Try this and see what happen on your system.

  3. #3
    Join Date
    May 2008
    Posts
    3,971

    re: How to render html into the webview for HP WebOS

    It is possible that you can render a Webview widget as a html. There are code has been present that will be work to fix and then solve this problem you need to execute this code. This will be work a lot to fix this problem. The code is to be as follows:
    this.url = Mojo.appPath + '/html/my.html'

    this.handleUpdate = this.handleUpdate.bind(this);
    this.controller.setupWidget('web-view', {
    url: this.url,
    virtualpageheight: screen.height,
    virtualpagewidth: screen.width,

    useMouseEvents : true
    });
    then execute this code and see the actual result of this code on your tablet pc.

Similar Threads

  1. Render HTML in FLEX
    By Nereus in forum Software Development
    Replies: 6
    Last Post: 13-07-2010, 06:11 AM
  2. Cinema 4D Render Farm
    By Zia 7 in forum Windows Software
    Replies: 6
    Last Post: 19-05-2010, 06:48 AM
  3. render engine for animation?
    By Cheng-Gong in forum Windows Software
    Replies: 6
    Last Post: 13-05-2010, 11:07 PM
  4. How to Render xml text as html in Flash
    By Abraham.J in forum Software Development
    Replies: 3
    Last Post: 15-09-2009, 08:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,336,442.62461 seconds with 16 queries