WO2013002431A1 - Terminal mobile et son procédé de commande d'affichage - Google Patents

Terminal mobile et son procédé de commande d'affichage Download PDF

Info

Publication number
WO2013002431A1
WO2013002431A1 PCT/KR2011/004702 KR2011004702W WO2013002431A1 WO 2013002431 A1 WO2013002431 A1 WO 2013002431A1 KR 2011004702 W KR2011004702 W KR 2011004702W WO 2013002431 A1 WO2013002431 A1 WO 2013002431A1
Authority
WO
WIPO (PCT)
Prior art keywords
web page
title
screen
mobile terminal
tag
Prior art date
Application number
PCT/KR2011/004702
Other languages
English (en)
Korean (ko)
Inventor
박상조
강동현
한순보
Original Assignee
엘지전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 엘지전자 주식회사 filed Critical 엘지전자 주식회사
Priority to PCT/KR2011/004702 priority Critical patent/WO2013002431A1/fr
Publication of WO2013002431A1 publication Critical patent/WO2013002431A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2340/00Aspects of display data processing
    • G09G2340/04Changes in size, position or resolution of an image
    • G09G2340/0464Positioning
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2340/00Aspects of display data processing
    • G09G2340/14Solving problems related to the presentation of information to be displayed
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/02Networking aspects
    • G09G2370/027Arrangements and methods specific for the display of internet documents

Definitions

  • the present invention relates to a mobile terminal and a display control method of a mobile terminal, and more particularly, to a mobile terminal and a display method of a web page in a mobile terminal.
  • the web environment is recognized as the place where the necessary information can be provided quickly and conveniently.
  • small mobile terminals such as smart phones and PDAs
  • web access through mobile terminals has also increased significantly.
  • the size of the text in the web page is displayed so small that the user cannot identify when selecting the first web page. Therefore, it is inconvenient for the user to adjust it by additional manipulation.
  • the present invention is to solve the above problems, an object of the present invention is to automatically remove the advertisement or header information, etc. existing on the web page on the screen, and to automatically adjust the screen to fit the user-readable text size
  • the present invention provides a mobile terminal and a display control method thereof that allow a user to comfortably read a web page.
  • receiving the display command of the web page may include displaying the hyperlinked text on the web page on the touch screen and receiving a touch input of a user who touches the hyperlinked text.
  • the searching of the title may include determining whether a tag representing a title exists in markup language information constituting the webpage, and determining the text defined by the tag as the title of the webpage. It may include.
  • Markup language information may be configured in HTML or XHTML format.
  • the tag representing the title may be a title tag, a ⁇ h1> tag, or a ⁇ h2> tag.
  • the displaying of the web page on the screen may include searching an ID for a tag indicating a title, and designating an address of the web page so that the title is located at the top of the screen using the ID. .
  • the displaying of the web page on the screen may include performing rendering on the web page, acquiring a coordinate value on the screen of a tag representing a title in the rendered web page, and based on the obtained coordinate value. Setting a scroll offset value of the web page, and displaying the web page on the screen with the set scroll offset value.
  • the display control method of the mobile terminal may further include determining whether the web page is a web page for the mobile terminal, and if the web page is not a web page for the mobile terminal, enlarging and displaying the web page on the screen. Can be.
  • the mobile terminal for receiving information on the web page from the outside, the user interface unit for receiving a display command for the web page received from the network interface unit, the web page existing in the web page And a control unit for searching for a title and controlling the searched title to be located at the top of the screen, and a display unit for displaying a web page under the control of the controller.
  • the user interface unit may include a touch screen coupled to the display unit, and the touch screen may display hyperlinked text on a web page, and the interface unit may receive a user's touch input of touching the hyperlinked text.
  • the control unit parses the markup language information constituting the web page, determines whether a tag indicating a title exists in the markup language information constituting the web page, and determines the text defined by the tag. It may include a parsing module determined by the title.
  • the parsing module retrieves an ID for a tag representing a title and uses the ID to designate an address of a web page so that the title is located at the top of the screen.
  • the control unit obtains a coordinate module on the screen of a rendering module that performs rendering for the web page parsed by the parsing module, and a tag representing a title in the rendered web page, and based on the obtained coordinate value
  • a display control module for setting a scroll offset value of the display unit, and the display unit may display a web page on the screen with the scroll offset value set by the display control module.
  • the control unit may further include a webpage identification module that determines whether the webpage is a webpage for a mobile terminal, and the display control module controls to enlarge and display the webpage when the webpage is not a webpage for the mobile terminal. Can be.
  • the advertisement or header information existing on the web page is automatically removed from the screen, and the user is automatically enlarged to fit the font size that the user can read. Make web pages comfortable to read.
  • FIG. 1 is a flowchart illustrating a display control method according to an exemplary embodiment of the present invention.
  • FIG. 2 is a schematic diagram illustrating receiving a display command of the web page of FIG. 1.
  • FIG. 3 is a schematic diagram illustrating in more detail the searching of the title of the web page of FIG.
  • FIGS. 4 through 6 are schematic diagrams illustrating tags in a markup language representing titles of web pages.
  • FIG. 7 is a schematic diagram illustrating an ID for a title of a web page.
  • FIG. 8 is a schematic diagram illustrating a step of moving a screen to a position of a title of the web page of FIG. 1.
  • FIG. 9 is a schematic diagram illustrating an enlargement of a web page of FIG. 1.
  • FIG. 10 is a block diagram of a mobile terminal according to an embodiment of the present invention.
  • FIG. 11 is a block diagram illustrating the control unit of FIG. 10 in more detail.
  • a method for controlling a display of a mobile terminal Marking on.
  • receiving the display command of the web page may include displaying the hyperlinked text on the web page on the touch screen and receiving a touch input of a user who touches the hyperlinked text.
  • the searching of the title may include determining whether a tag representing a title exists in markup language information constituting the webpage, and determining the text defined by the tag as the title of the webpage. It may include.
  • Markup language information may be configured in HTML or XHTML format.
  • the tag representing the title may be a title tag, a ⁇ h1> tag, or a ⁇ h2> tag.
  • the displaying of the web page on the screen may include searching an ID for a tag indicating a title, and designating an address of the web page so that the title is located at the top of the screen using the ID. .
  • the displaying of the web page on the screen may include performing rendering on the web page, acquiring a coordinate value on the screen of a tag representing a title in the rendered web page, and based on the obtained coordinate value. Setting a scroll offset value of the web page, and displaying the web page on the screen with the set scroll offset value.
  • the display control method of the mobile terminal may further include determining whether the web page is a web page for the mobile terminal, and if the web page is not a web page for the mobile terminal, enlarging and displaying the web page on the screen. Can be.
  • the mobile terminal for receiving information on the web page from the outside, the user interface unit for receiving a display command for the web page received from the network interface unit, the web page existing in the web page And a control unit for searching for a title and controlling the searched title to be located at the top of the screen, and a display unit for displaying a web page under the control of the controller.
  • the user interface unit may include a touch screen coupled to the display unit, and the touch screen may display hyperlinked text on a web page, and the interface unit may receive a user's touch input of touching the hyperlinked text.
  • the control unit parses the markup language information constituting the web page, determines whether a tag indicating a title exists in the markup language information constituting the web page, and determines the text defined by the tag. It may include a parsing module determined by the title.
  • the parsing module retrieves an ID for a tag representing a title and uses the ID to designate an address of a web page so that the title is located at the top of the screen.
  • the control unit obtains a coordinate module on the screen of a rendering module that performs rendering for the web page parsed by the parsing module, and a tag representing a title in the rendered web page, and based on the obtained coordinate value
  • a display control module for setting a scroll offset value of the display unit, and the display unit may display a web page on the screen with the scroll offset value set by the display control module.
  • the control unit may further include a webpage identification module that determines whether the webpage is a webpage for a mobile terminal, and the display control module controls to enlarge and display the webpage when the webpage is not a webpage for the mobile terminal. Can be.
  • the display control method of the mobile terminal may include receiving a display command of a web page (S100), determining whether a title of a web page exists (S110), and a screen with a title. Moving (S120), determining whether the web page is a mobile web page (S130), if not a mobile web page, enlarging the screen (S140), and displaying a web page (S150). It includes a step. Hereinafter, each step will be described in detail.
  • a web page screen including hyperlinked text is displayed on a web page to be played on the mobile terminal 100, and as the user selects the hyperlinked text, A display command is received (S100).
  • the user interface 130 may include a touch sensor and include a touch screen having a mutual layer structure with the display unit 142 to receive a user input of touching a hyperlinked text.
  • the mobile terminal 100 includes all portable communication devices such as smart phones, PDAs, and tablet PCs. However, hereinafter, the smart phone will be described as an example of the mobile terminal 100.
  • markup language information constituting a web page is received, and it is determined whether a tag indicating a title exists in the markup language information.
  • markup language information may be configured in HTML or XHTML format.
  • the web page is moved (S120) so that the title of the searched web page is located at the top of the screen.
  • an ID for a tag representing the title may be searched.
  • 7 is a schematic diagram illustrating an ID for a tag representing a title. In this case, when the ID for the tag indicating the title is searched, the address of the web page may be designated so that the title is located at the top of the screen.
  • the title of the web page is displayed at the top of the screen.
  • the title may be displayed at the top of the screen. That is, when a tag indicating a title exists in the markup language information as illustrated in FIGS. 4 to 6, an optimized flag is set to TRUE and parsing is performed. Also, it renders and outputs the web page.
  • the screen is moved to the position of the title by acquiring the coordinate value on the screen of the tag representing the title and setting the stroke offset value to the acquired coordinate value.
  • the default value of the scroll offset is (0, 0).
  • FIG. 8 illustrates that a web page is displayed on the display unit 142 such that a title is positioned at the top.
  • the web page is a web page for the mobile terminal (S130). If the web page is not the mobile terminal, the web page is enlarged (S140) and displayed on the screen (S150).
  • the web page is enlarged to a size that is easy for the user to read.
  • the web page is a web page for a mobile terminal, since the size of the text is already adjusted so that the user can identify it, there is no need to enlarge and provide a separate screen.
  • FIG. 9 is a schematic diagram illustrating an enlarged display of a web page for a mobile terminal.
  • the display control method of the mobile terminal 100 when a user selects a web page such as a news article to be read, an advertisement or header information existing on the web page is usually displayed. Instead of displaying in, the titled portion of the web page is moved to the top of the screen. In addition, the screen can be automatically enlarged to fit the size of the text that can be read by the user so that the user can read the web page comfortably.
  • FIG. 10 is a schematic diagram showing a mobile terminal 100 according to an embodiment of the present invention.
  • the mobile terminal 100 according to the embodiment of the present invention displays a web page on the screen to increase the convenience of the user.
  • the mobile terminal 100 may include a network interface unit 120 that receives information about a web page from the outside, and a user interface unit that receives a display command for the web page received from the network interface unit 120 ( 130, a controller 110 for searching for a title of a web page existing in the web page, controlling the searched title to be located at the top of the screen, and a display unit for displaying the web page under control of the controller 110 ( 142).
  • the mobile terminal 100 includes an output unit 140 including a display unit 142, an A / V input unit 150, a sensing unit 160, a mobile communication module 170, and a location information module 180. And the like may be further included.
  • the components shown in FIG. 1 are not essential, and the mobile terminal 100 may not include some of the illustrated components or may be implemented in a form in which additional components are further included. Hereinafter, each component of the mobile terminal 100 will be described in detail.
  • the network interface unit 120 receives information about a web page to be displayed from the outside.
  • the network interface unit 120 includes a wireless internet module 122 and a short range communication module 124.
  • the wireless internet module 122 refers to a module for wireless internet access and may be embedded or external to the mobile terminal 100.
  • Wireless Internet technologies include Wireless LAN (Wi-Fi), Wireless Broadband (Wibro), World Interoperability for Microwave Access (Wimax), High Speed Downlink Packet Access (HSDPA), GSM, CDMA, WCDMA, Long Term Evolution), but is not limited to such.
  • the wireless Internet module 122 performing the wireless Internet access through the mobile communication network is the mobile communication module 170. It can be understood as a kind of.
  • the short range communication module 124 refers to a module for short range communication.
  • Bluetooth Radio Frequency Identification (RFID), Infrared Data Association (IrDA), Ultra Wideband (UWB), ZigBee, and the like may be used.
  • RFID Radio Frequency Identification
  • IrDA Infrared Data Association
  • UWB Ultra Wideband
  • ZigBee ZigBee
  • the user interface 130 generates input data for the user to control the operation of the terminal.
  • the user interface 130 receives a display command for the web page from the user.
  • the user interface 130 may include a touch screen having a sensor (hereinafter, referred to as a “touch sensor”) for detecting a touch operation and having a mutual layer structure with the display unit 142. That is, the user interface 130 may be integrally formed with the display 142.
  • the touch sensor may have, for example, a form of a touch film, a touch sheet, a touch pad, or the like.
  • the touch sensor may be configured to convert a change in pressure applied to a specific portion of the display unit 142 or capacitance generated at a specific portion of the display unit 142 into an electrical input signal.
  • the touch sensor may be configured to detect not only the position and area of the touch but also the pressure at the touch.
  • the corresponding signal (s) is sent to a touch controller (not shown).
  • the touch controller processes the signal (s) and then transmits the corresponding data to the controller 110.
  • the controller 110 may determine which area of the display unit 142 is touched.
  • the display unit 142 configured as a touch screen may display hyperlinked text on a web page, and the user interface 130 may receive a user's touch input of touching the hyperlinked text.
  • the user interface unit 130 may further include a key pad, a dome switch, a touch pad (constant voltage / capacitance), a jog wheel, a jog switch, and the like.
  • the output unit 140 is used to generate an output related to sight, hearing, or tactile sense, and the output unit 140 may include a display unit 142, a sound output module 144, an alarm module 146, and a haptic module 148. It includes.
  • the display unit 142 displays information processed by the mobile terminal 100.
  • the display unit 142 displays a web page under the control of the controller 110.
  • the display unit 142 may be configured of a display panel such as a liquid crystal display (LCD) and an organic light-emitting diode (OLED), and a display for providing a stereoscopic image as needed. It may be configured as a device.
  • a display panel such as a liquid crystal display (LCD) and an organic light-emitting diode (OLED), and a display for providing a stereoscopic image as needed. It may be configured as a device.
  • the sound output module 144 may output audio data received from the network interface unit 120 or stored in the memory 192.
  • the sound output module 144 may also output a sound signal related to a function performed by the mobile terminal 100.
  • the sound output module 144 may include a receiver, a speaker, a buzzer, and the like.
  • the alarm module 146 outputs a signal for notifying occurrence of an event of the mobile terminal 100. Examples of events generated in the mobile terminal 100 include signal reception, message reception, key signal input, and touch input.
  • the alarm module 146 may output a signal for notifying the occurrence of an event by vibration, in addition to a video signal or an audio signal. Since the video signal or the audio signal may be output through the display unit 142 or the audio output module 152, in this case, the display unit 142 and the audio output module 152 may be classified as a kind of alarm module 146. It may be.
  • the haptic module 148 generates various tactile effects that a user can feel. Vibration is a representative example of the haptic effect generated by the haptic module 148.
  • the intensity and pattern of vibration generated by the haptic module 154 can be controlled. For example, different vibrations may be synthesized and output or may be sequentially output.
  • the controller 110 controls the overall operation of the mobile terminal 100.
  • the controller 110 searches for the title of the web page existing in the web page, and controls the searched title to be located at the top of the screen.
  • the detailed configuration of the controller 110 will be described later with reference to FIG. 11.
  • the A / V input unit 150 is for inputting an audio signal or a video signal, and the A / V input unit 150 includes a camera 152 and a microphone 154.
  • the camera 152 processes image frames such as still images or moving images obtained by the image sensor in a video call mode or a photographing mode.
  • the processed image frame may be displayed on the display unit 142.
  • the image frame processed by the camera 152 may be stored in the memory 192 or transmitted to the outside through the network interface unit. Two or more cameras 152 may be provided according to a use environment. In addition, the camera 152 may photograph an image for recognition of the media playback apparatus and provide it to the controller 110.
  • the microphone 154 receives an external sound signal by a microphone and processes the external sound signal into electrical voice data.
  • the processed voice data may be converted into a form transmittable to the mobile communication base station through the mobile communication module 170 and output in the call mode.
  • the microphone 154 may implement various noise removing algorithms for removing noise generated in the process of receiving an external sound signal.
  • the mobile communication module 170 may include at least one of a base station, an external terminal, and a server on a mobile communication network such as, but not limited to, Global System for Mobile communications (GSM), Code Division Multiple Access (CDMA), and Wideband CDMA (WCDMA). Send and receive wireless signals.
  • the wireless signal may include various types of data according to transmission and reception of a voice call signal, a video call call signal, or a text / multimedia message.
  • the location information module 180 is a module for obtaining the location of the mobile terminal 100.
  • a global position system (GPS) module may be used as the location information module 180.
  • the GPS module calculates distance information and accurate time information away from three or more satellites, and then applies triangulation to the calculated information, thereby accurately calculating three-dimensional current position information according to latitude, longitude, and altitude.
  • a method of calculating position and time information using three satellites and correcting an error of the position and time information calculated using another satellite may be used.
  • the GPS module may calculate speed information by continuously calculating the current position in real time.
  • the sensing unit 160 is a mobile terminal 100 such as an open / closed state of the mobile terminal 100, a position of the mobile terminal 100, a user contact, a bearing of the mobile terminal 100, an acceleration / deceleration of the mobile terminal 100, and the like.
  • a sensing signal for controlling the operation of the mobile terminal 100 is generated by detecting the current state.
  • the sensing unit 160 may include a gyroscope sensor, an acceleration sensor, a geomagnetic sensor, or the like.
  • the sensing unit 160 may sense whether the power supply unit 190 supplies power or whether the terminal interface unit 170 is coupled to an external device.
  • the sensing unit 160 may further include a proximity sensor 162.
  • the proximity sensor 162 may be disposed in the inner region of the mobile terminal 100 surrounded by the touch screen or near the touch screen.
  • the proximity sensor refers to a sensor that detects the presence or absence of an object approaching a predetermined detection surface or an object present in the vicinity without using a mechanical contact by using an electromagnetic force or infrared rays.
  • Proximity sensors have a longer life and higher utilization than touch sensors.
  • Examples of the proximity sensor 162 include a transmission photoelectric sensor, a direct reflection photoelectric sensor, a mirror reflection photoelectric sensor, a high frequency oscillation proximity sensor, a capacitive proximity sensor, a magnetic proximity sensor, and an infrared proximity sensor.
  • the touch screen is capacitive, the touch screen is configured to detect the proximity of the pointer by the change of the electric field according to the proximity of the pointer.
  • the touch screen may be classified as a proximity sensor.
  • the proximity sensor 162 detects a proximity touch and a proximity touch pattern (eg, a proximity touch distance, a proximity touch direction, a proximity touch speed, a proximity touch time, a proximity touch position, and a proximity touch movement state). Information corresponding to the sensed proximity touch operation and the proximity touch pattern may be output on the touch screen.
  • a proximity touch and a proximity touch pattern eg, a proximity touch distance, a proximity touch direction, a proximity touch speed, a proximity touch time, a proximity touch position, and a proximity touch movement state.
  • Information corresponding to the sensed proximity touch operation and the proximity touch pattern may be output on the touch screen.
  • the memory 192 may store a program for processing and controlling the controller 110, and may perform a function for temporarily storing input / output data (for example, audio, still image, and video). It may be.
  • the memory 192 may store data about vibrations and sounds of various patterns that are output when a touch is input on the touch screen.
  • the memory 192 may be a flash memory 192 type, a hard disk type, a multimedia card micro type, a card type memory 192 (e.g., SD or XD memory (192), etc.), RAM (Random Access Memory, RAM), Static Random Access Memory (SRAM), Read-Only Memory (ROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Programmable Read -Only Memory), magnetic memory 192, magnetic disk, optical disk may include at least one type of storage medium.
  • the mobile terminal 100 may operate in association with a web storage that performs a storage function of the memory 192 on the Internet.
  • the power supply unit 190 receives external power and internal power under the control of the control unit 110 to supply power required for the operation of each component.
  • Various embodiments described herein may be implemented in a recording medium readable by a computer or similar device using, for example, software, hardware or a combination thereof.
  • embodiments described herein include application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable gate arrays (FPGAs), and the like. It may be implemented using at least one of processors, controllers, micro-controllers, microprocessors, and electrical units for performing other functions.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGAs field programmable gate arrays
  • the embodiments described herein may be implemented by the controller 110 itself.
  • embodiments such as the procedures and functions described herein may be implemented as separate software modules.
  • Each of the software modules may perform one or more functions and operations described herein.
  • Software code may be implemented in software applications written in a suitable programming language.
  • the software code may be stored in the memory 192 and executed by the controller 110.
  • the controller 110 includes a parsing module 112, a rendering module 114, a display control module 116, and a web page identification module 118.
  • the parsing module 112 parses the markup language information constituting the web page, determines whether a tag representing a title exists within the markup language information constituting the web page, and defines the text defined by the tag. To be the title of the web page.
  • the rendering module 114 performs rendering on the web page parsed by the parsing module 112 and outputs the rendering to the display control module 116.
  • the web page identification module 118 determines whether the web page is a web page for a mobile terminal and outputs the result to the display control module 116.
  • the display control module 116 acquires a coordinate value on the screen of a tag representing a title in the web page on which rendering is performed, and sets a scroll offset value of the web page based on the obtained coordinate value. At this time, the display unit 142 displays the web page on the screen with the scroll offset value set by the display control module 116.
  • the display control module 116 enlarges and displays the web page.
  • the display unit 142 displays a web page screen including hyperlinked text on a web page to be played.
  • the user interface 130 receives a display command of the web page.
  • the user interface unit 130 may include a touch sensor and include a touch screen having a mutual layer structure with the display unit 142 to receive a user input of touching a hyperlinked text. .
  • the controller 110 searches for a title existing in the web page to be displayed by the user's input. That is, the parsing module 112 of the control unit 110 receives the markup language information constituting the web page from the network interface unit 120 and determines whether a tag indicating a title exists in the markup language information. do.
  • the markup language information may be configured in HTML or XHTML format.
  • the tag indicating the title may be a title tag shown in FIG. 4, a ⁇ h1> tag shown in FIG. 5, or a ⁇ h2> tag shown in FIG. 6. That is, the parsing module 112 may determine the title of the web page by searching for the above tags in the markup language information.
  • the controller 110 displays the web page on the display unit 142 such that the title of the searched web page is located at the top of the screen.
  • the parsing module 112 searches for an ID for a tag representing the title.
  • 7 is a schematic diagram illustrating an ID for a tag representing a title.
  • the parsing module 112 may designate an address of a web page so that the title is positioned at the top of the screen using the ID.
  • the title of the web page is displayed at the top of the screen.
  • 8 illustrates that a web page is displayed on the display unit 142 such that a title is positioned at the top.
  • controller 110 may display the title at the top of the screen as the scroll offset value is set.
  • the parsing module 112 sets the optimized flag to TRUE when a tag indicating a title exists in the markup language information as illustrated in FIGS. 4 to 6. Parse
  • the rendering module 114 performs rendering on the web page and outputs it to the display control module 116.
  • the display control module 116 acquires the coordinate value on the screen of the tag indicating the title and sets the stroke offset value to the acquired coordinate value.
  • the default value of the scroll offset is (0, 0).
  • the display unit 142 displays the web page on the screen with the scroll offset value set as described above, and displays the web page so that the title is located at the top of the screen.
  • the controller 110 determines whether the web page is a web page for a mobile terminal, and if it is not a web page for a mobile terminal, enlarges the web page and displays it on the screen.
  • the web page identification module 118 of the control unit 110 in the markup language information, if the content type (content-type) is application / vnd.wap.xhtml + xml, "Doctype” "HTML” Mobile ", when" name “is” viewport “and” width "is specified as” device-widhth "in the ⁇ meta> tag, it can be determined as a web page for a mobile terminal.
  • the display control module 116 enlarges and displays the web page in a size that is easy for the user to read.
  • the mobile terminal 100 when a user selects a web page such as a news article to be read, the advertisement or header information or the like existing on the web page is not displayed on the screen. , The titled part of the web page is moved to the top of the screen. In addition, the screen can be automatically enlarged to fit the size of the text that can be read by the user so that the user can read the web page comfortably.

Abstract

Conformément à un mode de réalisation, la présente invention concerne un procédé de commande d'affichage d'un terminal mobile comprenant les étapes suivantes consistant à : recevoir une instruction d'affichage d'une page Internet ; rechercher un titre présent sur la page Internet ; et afficher la page Internet sur un écran pour localiser le titre recherché sur une extrémité supérieure de l'écran.
PCT/KR2011/004702 2011-06-28 2011-06-28 Terminal mobile et son procédé de commande d'affichage WO2013002431A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2011/004702 WO2013002431A1 (fr) 2011-06-28 2011-06-28 Terminal mobile et son procédé de commande d'affichage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2011/004702 WO2013002431A1 (fr) 2011-06-28 2011-06-28 Terminal mobile et son procédé de commande d'affichage

Publications (1)

Publication Number Publication Date
WO2013002431A1 true WO2013002431A1 (fr) 2013-01-03

Family

ID=47424311

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2011/004702 WO2013002431A1 (fr) 2011-06-28 2011-06-28 Terminal mobile et son procédé de commande d'affichage

Country Status (1)

Country Link
WO (1) WO2013002431A1 (fr)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080113659A1 (en) * 2006-11-14 2008-05-15 Motorola, Inc. System and method for browsing web pages on a mobile communication device
KR20090090101A (ko) * 2008-02-20 2009-08-25 주식회사 케이티프리텔 모바일 인터넷 브라우저에서의 멀티미디어 콘텐츠 로딩방법 및 이를 위한 무선통신단말
US20100082431A1 (en) * 2005-09-14 2010-04-01 Jorey Ramer Contextual Mobile Content Placement on a Mobile Communication Facility
JP2010079863A (ja) * 2008-09-25 2010-04-08 Intafe Inc 絞り込み検索サービス提供方法及びプログラム
KR20100068962A (ko) * 2008-12-15 2010-06-24 에스케이 텔레콤주식회사 웹브라우징이 개선된 이동통신 단말기와 서버, 시스템 및 방법

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100082431A1 (en) * 2005-09-14 2010-04-01 Jorey Ramer Contextual Mobile Content Placement on a Mobile Communication Facility
US20080113659A1 (en) * 2006-11-14 2008-05-15 Motorola, Inc. System and method for browsing web pages on a mobile communication device
KR20090090101A (ko) * 2008-02-20 2009-08-25 주식회사 케이티프리텔 모바일 인터넷 브라우저에서의 멀티미디어 콘텐츠 로딩방법 및 이를 위한 무선통신단말
JP2010079863A (ja) * 2008-09-25 2010-04-08 Intafe Inc 絞り込み検索サービス提供方法及びプログラム
KR20100068962A (ko) * 2008-12-15 2010-06-24 에스케이 텔레콤주식회사 웹브라우징이 개선된 이동통신 단말기와 서버, 시스템 및 방법

Similar Documents

Publication Publication Date Title
US8717198B2 (en) Communication connecting apparatus and method for detecting mobile units in a vehicle
WO2014119975A1 (fr) Procédé et système de partage d'une partie d'une page web
WO2016204428A1 (fr) Dispositif électronique et son procédé de commande
WO2015119485A1 (fr) Dispositif de terminal utilisateur et son procédé d'affichage
WO2015111790A1 (fr) Montre intelligente, dispositif d'affichage et son procédé de commande
WO2014107011A1 (fr) Procédé et dispositif mobile d'affichage d'image
WO2015005732A1 (fr) Procédé de partage de document électronique et dispositifs à cet effet
WO2014017790A1 (fr) Dispositif d'affichage et son procédé de commande
WO2013054957A1 (fr) Appareil de contrôle d'interface d'entrée et procédé associé
EP3105649A1 (fr) Dispositif de terminal utilisateur et son procédé d'affichage
WO2012030001A1 (fr) Terminal mobile et procédé permettant de commander le fonctionnement de ce terminal mobile
EP2979154A1 (fr) Dispositif d'affichage et son procédé de commande
WO2014042348A1 (fr) Système et procédé d'ajustement de performance de transition de page
WO2018117589A1 (fr) Dispositif électronique et procédé d'affichage de page web au moyen dudit dispositif
WO2019096042A1 (fr) Procédé d'installation de programme d'application et terminal mobile
EP2847671A1 (fr) Procédé et appareil pour exécuter une dénomination automatique d'un contenu et support d'enregistrement lisible par ordinateur correspondant
WO2014204022A1 (fr) Terminal mobile
WO2012023643A1 (fr) Terminal mobile et procédé de mise à jour un carnet d'adresses de celui-ci
WO2018151429A1 (fr) Procédé de génération de notification et dispositif électronique le mettant en oeuvre
WO2014142382A1 (fr) Dispositif d'affichage, et procédé de commande associé
WO2017131354A2 (fr) Appareil et procédé pour gérer des informations d'historique dans un dispositif électronique
CN109063079B (zh) 网页标注方法及电子设备
WO2019203494A1 (fr) Dispositif électronique de saisie de caractères et procédé de fonctionnement associé
WO2014148691A1 (fr) Dispositif mobile et son procédé de commande
WO2014061905A1 (fr) Système permettant d'obtenir un signet basé sur le mouvement et la voix, et procédé s'y rapportant

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11868500

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11868500

Country of ref document: EP

Kind code of ref document: A1