Quantcast
Jump to content

mohammads

Members
  • Posts

    2
  • Joined

  • Last visited

  • Days Won

    1

mohammads last won the day on October 2 2019

mohammads had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mohammads's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post
  • Conversation Starter

Recent Badges

1

Reputation

  1. I found a solution! scrollIntoView(); https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView Now I can create a scroll-enabled box, fit to UHD screen and load external web to the box.
  2. Hello I created a simple 'Hosted Web App' application, for webos 3.x . . . . <html> <head> <meta http-equiv="refresh" content="0;url=https://ubuntu.com/"> </head> </html> . . . Load external page A simple redirect to another page, and it works correctly. But there is a weird problem. The page won't scroll vertically! I even tried CSS styling with: overflow: scroll But wasn't useful. anyway to enable scrolling in a 'hosted web app'? Thank you
×
×
  • Create New...