Quantcast
Jump to content

Utugau

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Utugau

  1. I am developing a web hosting app for the LG TV.

    I have my appinfo.json like this

    {
      "id": "com.xxx.xxxxx",
      "version": "1.0.0",
      "vendor": "Example.com",
      "type": "web",
      "main": "index.html",
      "title": "My App",
      "appDescription": "An app for you",
      "icon": "app-images/icon.png",
      "largeIcon": "app-images/largeIcon.png",
      "bgImage": "app-images/launchBGImage.png"
    }

    the only thing that I have seen displaying right is the icon.png.

    The large icon, that I suppose will show where the primevideo icon is showing on the next picture

    lg.thumb.jpeg.3744946b14723c4341157293475af177.jpeg

    is not showing.

    Also the launchBGImage.

    How do I make them show?

  2. I am developing a web hosting app for the LG/TV WebOS.

    I know that the web hosting app is basically running inside a browser engine (webkit?).

    When the user is about to make the payment (I am using Paypal because I don't like PaymentWall), the app directs the user to the paypal confirmation page where there is no mean for the user to click on the CORFIRM PURCHASE button. I don't see the "mouse" cursor and there is no documentation I could find about the theme.

    So, I was thinking if I could launch that payment page on the tv's browser.

    That browser has a cursor that moves when I click the arrows.

    Any way to do that? To launch an URL from the app into the television browser? or to make the cursor appear inside the app?

×
×
  • Create New...