WO2013002431A1 - Mobile terminal and display control method thereof - Google Patents

Mobile terminal and display control method thereof 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
French (fr)
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/en
Publication of WO2013002431A1 publication Critical patent/WO2013002431A1/en

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

A display control method of a mobile terminal according to one embodiment of the present invention comprising the following steps: receiving a display command of a web page; searching a title present on the web page; and displaying the web page on a screen to locate the searched title on an upper end of the screen.

Description

이동단말기 및 그 디스플레이 제어방법Mobile terminal and its display control method
본 발명은 이동단말기 및 이동단말기의 디스플레이 제어방법에 관한 것으로, 보다 상세하게는 이동단말기 및 이동단말기에서 웹 페이지의 디스플레이 방법에 관한 것이다. 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.
웹 환경은 필요한 정보를 가장 빠르고 편리하게 제공 받을 수 있는 곳으로 인식되고 있다. 특히, 스마트 폰(smart phone) 이나 PDA와 같은 소형 이동단말기의 보급이 확산됨에 따라 이동단말을 통한 웹 접속 또한 크게 증가하고 있다. The web environment is recognized as the place where the necessary information can be provided quickly and conveniently. In particular, as the spread of small mobile terminals such as smart phones and PDAs has spread, web access through mobile terminals has also increased significantly.
현재 대부분의 웹 브라우져(web browser) 환경은 대형 화면을 갖는 데스크 탑(desktop)에 적합하도록 설계되어 있다. 따라서 웹 페이지를 이동 단말에서 웹 페이지(web page)를 브라우징 할 경우 이동단말기의 작은 출력화면으로 인하여 화면을 스크롤하거나 확대하는 등의 사용자의 추가적인 조작이 필요하게 된다. Currently, most web browser environments are designed for desktops with large screens. Therefore, when the web page is browsed by the mobile terminal, the user's additional operation such as scrolling or enlarging the screen is necessary due to the small output screen of the mobile terminal.
특히, 사용자가 이동단말기를 이용하여 뉴스 기사와 같은 웹 페이지를 보는 경우, 광고 및 헤더와 같은 정보가 웹 페이지의 위에 표시되어 사용자는 이를 화면에서 제거하기 위해 스크롤 동작을 수행하여야 한다. In particular, when a user views a web page such as a news article using a mobile terminal, information such as an advertisement and a header is displayed on the web page, and the user must perform a scroll operation to remove it from the screen.
또한, 일반적으로 웹 페이지는 이동단말기 화면의 폭에 맞도록 표시되므로, 최초 웹 페이지의 선택 시 웹 페이지 내의 텍스트의 크기는 사용자가 식별할 수 없을 정도로 작게 표시된다. 따라서 사용자가 추가적인 조작으로 이를 조정해야 하여야 하는 불편함이 있다. In addition, since the web page is generally displayed to fit the width of the mobile terminal screen, 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.
상기와 같은 목적을 달성하기 위한 본 발명의 실시예에 따른 이동단말기의 디스플레이 제어방법은 사용자로부터 웹페이지의 표시 명령을 수신하는 단계, 웹페이지에 존재하는 제목을 검색하는 단계 및 검색된 제목이 화면의 상단에 위치하도록 웹페이지를 화면에 표시하는 단계를 포함한다. Display control method of a mobile terminal according to an embodiment of the present invention for achieving the above object comprises the steps of receiving a display command of a web page from the user, searching for a title existing on the web page and the searched title of the screen And displaying a web page on the screen to be located at the top.
이때, 웹페이지의 표시 명령을 수신하는 단계는 터치스크린에 웹페이지에 하이퍼링크된 텍스트를 표시하는 단계 및 하이퍼링크된 텍스트를 터치하는 사용자의 터치 입력을 수신하는 단계를 포함할 수 있다. In this case, 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.
마크업 언어 정보는 HTML 또는 XHTML 포맷으로 구성될 수 있다. Markup language information may be configured in HTML or XHTML format.
이때, 제목을 나타내는 태그는 타이틀 태그(title tag), <h1> 태그, 또는 <h2> 태그일 수 있다. In this case, 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.
한편, 본 발명에 따른 이동단말기는 외부로부터 웹페이지에 대한 정보를 수신하는 네트워크 인터페이스부, 네트워크 인터페이스부로부터 수신된 웹페이지에 대한 표시 명령을 수신하는 사용자 인터페이스부, 웹페이지에 존재하는 웹페이지의 제목을 검색하고, 검색된 제목이 화면의 상단에 위치하도록 제어하는 제어부, 및 제어부의 제어에 따라 웹페이지를 표시하는 디스플레이부를 포함한다. On the other hand, the mobile terminal according to the present invention, the network interface unit 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 And 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.
본 발명에 따른 이동단말기 및 그 디스플레이 제어방법에 의하면, 웹 페이지 위에 존재하는 광고 또는 헤더 정보 등을 화면에서 자동적으로 제거하고, 사용자가 읽을 수 있는 글자 크기에 맞도록 자동으로 화면을 확대시켜 사용자가 편안하게 웹 페이지를 읽을 수 있도록 한다. According to the mobile terminal and the display control method according to the present invention, 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.
도 1은 본 발명의 실시예에 따른 디스플레이 제어방법을 나타낸 순서도이다. 1 is a flowchart illustrating a display control method according to an exemplary embodiment of the present invention.
도 2는 도 1의 웹 페이지의 표시 명령을 수신하는 단계를 예시한 개략도이다. FIG. 2 is a schematic diagram illustrating receiving a display command of the web page of FIG. 1.
도 3은 도 1의 웹 페이지의 제목을 검색하는 것을 보다 상세하게 나타낸 개략도이다. 3 is a schematic diagram illustrating in more detail the searching of the title of the web page of FIG.
도 4 내지 도 6은 웹 페이지의 제목을 나타내는 마크업 언어에서의 태그를 예시한 개략도이다. 4 through 6 are schematic diagrams illustrating tags in a markup language representing titles of web pages.
도 7은 웹 페이지의 제목에 대한 아이디를 예시한 개략도이다. 7 is a schematic diagram illustrating an ID for a title of a web page.
도 8은 도 1의 웹 페이지의 제목이 있는 위치로 화면을 이동하는 단계를 예시한 개략도이다. 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.
도 9는 도 1의 웹 페이지를 확대하는 단계를 예시한 개략도이다. 9 is a schematic diagram illustrating an enlargement of a web page of FIG. 1.
도 10은 본 발명의 실시예에 따른 이동단말기의 블록도이다. 10 is a block diagram of a mobile terminal according to an embodiment of the present invention.
도 11은 도 10의 제어부를 보다 상세하게 도시한 블록도이다. FIG. 11 is a block diagram illustrating the control unit of FIG. 10 in more detail.
본 발명의 실시예에 따른 이동단말기의 디스플레이 제어방법은 사용자로부터 웹페이지의 표시 명령을 수신하는 단계, 웹페이지에 존재하는 제목을 검색하는 단계 및 검색된 제목이 화면의 상단에 위치하도록 웹페이지를 화면에 표시하는 단계를 포함한다. According to an aspect of the present invention, there is provided a method for controlling a display of a mobile terminal. Marking on.
이때, 웹페이지의 표시 명령을 수신하는 단계는 터치스크린에 웹페이지에 하이퍼링크된 텍스트를 표시하는 단계 및 하이퍼링크된 텍스트를 터치하는 사용자의 터치 입력을 수신하는 단계를 포함할 수 있다. In this case, 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.
마크업 언어 정보는 HTML 또는 XHTML 포맷으로 구성될 수 있다. Markup language information may be configured in HTML or XHTML format.
이때, 제목을 나타내는 태그는 타이틀 태그(title tag), <h1> 태그, 또는 <h2> 태그일 수 있다. In this case, 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.
한편, 본 발명에 따른 이동단말기는 외부로부터 웹페이지에 대한 정보를 수신하는 네트워크 인터페이스부, 네트워크 인터페이스부로부터 수신된 웹페이지에 대한 표시 명령을 수신하는 사용자 인터페이스부, 웹페이지에 존재하는 웹페이지의 제목을 검색하고, 검색된 제목이 화면의 상단에 위치하도록 제어하는 제어부, 및 제어부의 제어에 따라 웹페이지를 표시하는 디스플레이부를 포함한다. On the other hand, the mobile terminal according to the present invention, the network interface unit 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 And 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.
이하에서는 도면을 참조하여 본 발명의 실시예들을 보다 상세하게 설명한다. 도 1은 본 발명의 실시예에 따른 이동단말기의 디스플레이 제어방법을 나타낸 순서도이다. 도 1에 도시한 바와 같이, 이동단말기의 디스플레이 제어방법은 웹페이지의 표시 명령 수신하는 단계(S100), 웹페이지의 제목이 존재하는 지의 여부를 판단하는 단계(S110), 제목이 있는 위치로 화면을 이동시키는 단계(S120), 웹 페이지가 모바일용 웹 페이지인지의 여부를 판단(S130)하는 단계, 모바일용 웹 페이지가 아닌 경우, 화면을 확대하는 단계(S140) 및 웹 페이지를 표시(S150)하는 단계를 포함한다. 이하에서 각 단계에 대하여 상세하게 설명한다. Hereinafter, with reference to the drawings will be described embodiments of the present invention in more detail. 1 is a flowchart illustrating a display control method of a mobile terminal according to an embodiment of the present invention. As shown in FIG. 1, 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.
도 2에 도시한 바와 같이, 먼저, 이동단말기(100)에서 재생하고자 하는 웹 페이지에 하이퍼링크된 텍스트를 포함하는 웹 페이지 화면을 표시하고, 사용자가 하이퍼링크된 텍스트를 선택함에 따라, 웹 페이지의 표시 명령을 수신(S100)한다. 이때, 사용자 인터페이스부(130)가 터치 센서를 구비하여 디스플레이부(142)와 상호 레이어 구조를 가지는 터치 스크린으로 구성되어 하이퍼링크된 텍스트를 터치하는 사용자의 입력을 수신할 수 있다. 본 발명에서 이동단말기(100)는 스마트폰, PDA, 태블릿 PC와 같은 휴대용 통신 기기들을 모두 포함한다. 다만, 이하에서 스마트폰을 이동단말기(100)의 예로써 설명한다. As shown in FIG. 2, first, 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). In this case, 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. In the present invention, 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.
다음으로, 사용자의 입력에 의해 표시하고자 하는 웹 페이지에 존재하는 제목을 검색(S110)한다. Next, the title existing in the web page to be displayed by the user's input is searched (S110).
예를 들어, 웹 페이지를 구성하는 마크업 언어 정보를 수신하고, 마크업 언어 정보 내에서 제목을 나타내는 태그가 존재하는 지의 여부를 판단한다. For example, 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.
도 3은 마크업 언어 정보 내에서 제목을 나타내는 태그를 검색하는 것을 예시한 순서도이다. 일례로, 마크업 언어 정보는 HTML 또는 XHTML 포맷으로 구성될 수 있다. 3 is a flowchart illustrating a search for a tag representing a title in markup language information. In one example, the markup language information may be configured in HTML or XHTML format.
도 3에 도시한 바와 같이, 먼저, 마크업 언어 정보 내에서 <title> 태그가 존재하는 지의 여부를 판단(S112)하고, <h1> 태그가 존재하는 지의 여부를 판단(S114)하며, <h2> 태그가 존재하는 지의 여부를 판단(S160)한다. 이때, 도 4에 도시한 타이틀 태그(title tag), 도 5에 도시한 <h1> 태그 또는 도 6에 도시한 <h2> 태그 중 어느 하나가 존재하는 경우, 이를 검색하여 웹 페이지의 제목으로 판단할 수 있다. 다만, 각 태그의 존재여부를 검색하는 순서는 도 3에 도시한 것과 다르게 변형하여 적용할 수 있다. 또한, 설정에 따라 일부 태그를 웹 페이지의 제목으로 판단하지 않고 그에 대한 검색을 수행하지 않을 수도 있다. As shown in FIG. 3, first, it is determined whether the <title> tag exists in the markup language information (S112), whether or not the <h1> tag exists (S114), and <h2 > It is determined whether the tag exists (S160). At this time, if any one of a title tag shown in FIG. 4, a <h1> tag shown in FIG. 5, or a <h2> tag shown in FIG. 6 exists, it is determined as a title of a web page by searching for it. can do. However, the order of searching for the existence of each tag may be differently applied to that shown in FIG. 3. Also, depending on the setting, some tags may not be determined as a title of a web page and a search may not be performed.
다음으로, 검색된 웹 페이지의 제목이 화면의 상단에 위치하도록 웹 페이지를 이동(S120) 시킨다. 이때, 검색된 제목을 화면의 상단에 위치하도록 하기 위해, 제목을 나타내는 태그에 대한 아이디를 검색할 수 있다. 도 7은 제목을 나타내는 태그에 대한 아이디를 예시한 개략도이다. 이때, 이와 같은 제목을 나타내는 태그에 대한 아이디를 검색한 경우, 이를 이용하여 제목이 화면의 상단에 위치하도록 웹 페이지의 주소를 지정할 수 있다. Next, the web page is moved (S120) so that the title of the searched web page is located at the top of the screen. In this case, in order to locate the searched title 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.
즉, 웹 페이지의 주소에 검색된 아이디가 추가된 형태의 URL이 입력됨에 따라 웹 페이지의 제목이 화면의 상단에 위치하도록 표시된다. That is, as the URL in which the searched ID is added to the address of the web page is input, the title of the web page is displayed at the top of the screen.
한편, 이와 달리, 스크롤 오프셋 값을 설정함에 따라 제목이 화면의 상단에 위치하도록 표시할 수 있다. 즉, 마크업 언어 정보 내에 도 4 내지 도 6에 예시한 바와 같은, 제목을 나타내는 태그가 존재할 경우에, 옵티마이즈드 플래그(Optimized Flag)를 트루(TRUE)로 설정하고, 파싱을 수행한다. 또한, 웹 페이지에 대한 렌더링을 수행하여 출력한다. In contrast, as the scroll offset value is set, 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.
이때, 옵티마이즈드 플래그가 트루(TRUE)로 설정되어 있다면, 제목을 나타내는 태그의 화면 상의 좌표 값을 획득하고, 획득된 좌표 값으로 스트롤 오프셋 값을 설정함으로써, 제목이 있는 위치로 화면을 이동시킬 수 있다. 이때, 스크롤 오프셋의 디폴트 값은 (0, 0)이다. At this time, if the optimized flag is set to TRUE, 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. Can be. At this time, the default value of the scroll offset is (0, 0).
도 8은 이와 같은 과정을 통해, 디스플레이부(142) 상에 제목이 상단에 위치하도록 웹 페이지가 표시된 것을 도시하였다. 8 illustrates that a web page is displayed on the display unit 142 such that a title is positioned at the top.
다음으로, 웹 페이지가 이동단말기용 웹 페이지인지의 여부를 판단(S130)하여, 이동단말기용 웹 페이지가 아닌 경우, 웹 페이지를 확대(S140)하여 화면에 표시(S150)한다. Next, it is determined whether 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).
예를 들어, 웹 페이지를 구성하는 마크업 언어 정보에서, 콘텐트 타입(content-type)이 application/vnd.wap.xhtml+xml"일 경우, "Doctype"에 "HTML Mobile"이 포함되어 있는 경우, <meta> 태그 안에 "name"이 "viewport"이고, "width"가 "device-widhth"로 지정되어 있을 때 이를 이동단말기용 웹 페이지로 판단할 수 있다. For example, in the markup language information constituting the web page, when the content type (content-type) is application / vnd.wap.xhtml + xml ", when" Doctype "includes" HTML Mobile ", When "name" is "viewport" and <width "is" device-widhth "in the <meta> tag, it can be determined as a web page for a mobile terminal.
이때, 웹 페이지가 이동단말기용 웹 페이지가 아닌 것으로 판단한 경우, 사용자가 읽기 편한 크기로 웹 페이지를 확대시킨다. In this case, if it is determined that the web page is not a web page for the mobile terminal, the web page is enlarged to a size that is easy for the user to read.
한편, 웹 페이지가 이동단말기용 웹 페이지인 경우에는 이미 사용자가 식별할 수 있을 정도로 텍스트 등의 크기가 조정되므로, 별도로 화면을 확대하여 제공할 필요가 없게 된다.On the other hand, if 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.
다음으로, 웹 페이지를 화면에 표시하여, 제목이 화면의 상단에 위치하도록 웹 페이지를 표시한다. 도 9는 이동단말기용 웹 페이지가 아닌 경우, 이를 확대하여 표시한 것을 예시한 개략도이다. Next, the web page is displayed on the screen to display the web page so that the title is located at the top of the screen. 9 is a schematic diagram illustrating an enlarged display of a web page for a mobile terminal.
상술한 본 발명의 실시예에 따른 이동단말기(100)의 디스플레이 제어방법에 의하면, 사용자가 읽고 싶은 뉴스 기사와 같은 웹 페이지를 선택하는 경우, 통상적으로 웹 페이지 위에 존재하는 광고 또는 헤더 정보 등을 화면에 표시하지 않고, 웹 페이지의 제목이 있는 부분이 화면의 맨 위로 이동된다. 또한, 사용자가 읽을 수 있는 글자 크기에 맞도록 자동으로 화면을 확대시켜 사용자가 편안하게 웹 페이지를 읽을 수 있도록 할 수 있다. According to the display control method of the mobile terminal 100 according to the above-described embodiment of the present invention, 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.
이하에서는 본 발명의 실시예에 따른 이동단말기(100)의 구성 및 동작에 대하여 상세하게 설명한다. 도 10은 본 발명의 실시예에 따른 이동단말기(100)를 나타낸 개략도이다. 본 발명의 실시예에 따른 이동단말기(100) 사용자의 편의성이 증대될 수 있도록 웹 페이지를 화면 상에 표시한다. Hereinafter, the configuration and operation of the mobile terminal 100 according to an embodiment of the present invention will be described in detail. 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.
도시한 바와 같이, 이동단말기(100)는 외부로부터 웹 페이지에 대한 정보를 수신하는 네트워크 인터페이스부(120), 네트워크 인터페이스부(120)로부터 수신된 웹 페이지에 대한 표시 명령을 수신하는 사용자 인터페이스부(130), 웹 페이지에 존재하는 웹 페이지의 제목을 검색하고, 검색된 제목이 화면의 상단에 위치하도록 제어하는 제어부(110), 및 제어부(110)의 제어에 따라 상기 웹 페이지를 표시하는 디스플레이부(142)를 포함한다. As illustrated, 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).
그 외, 이동단말기(100)는 디스플레이부(142)를 포함하는 출력부(140), A/V 입력부(150), 센싱부(160), 이동통신 모듈(170), 위치정보 모듈(180) 등을 더 포함할 수 있다. 다만, 본원 발명과 관련하여 도 1에 도시된 구성요소들이 필수적인 것은 아니며, 이동단말기(100)는 도시된 일부 구성요소를 포함하지 않거나, 추가적인 구성요소들이 더 포함된 형태로 구현될 수도 있다. 이하, 이동단말기(100)의 각 구성요소들에 대해 상세하게 설명한다. In addition, 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. However, in connection with the present invention, 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.
먼저, 네트워크 인터페이스부(120)는 외부로부터 표시하고자 하는 웹 페이지에 대한 정보를 수신한다. 네트워크 인터페이스부(120)는 무선 인터넷 모듈(122)과 근거리 통신 모듈(124)을 포함한다. First, 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.
무선 인터넷 모듈(122)은 무선 인터넷 접속을 위한 모듈을 의미하고, 이동단말기(100)에 내장되거나 외장될 수 있다. 무선 인터넷 기술로는 WLAN(Wireless LAN)(Wi-Fi), Wibro(Wireless broadband), Wimax(World Interoperability for Microwave Access), HSDPA(High Speed Downlink Packet Access), GSM, CDMA, WCDMA, LTE(Long Term Evolution)(이에 한정되지 않음) 등이 이용될 수 있다. 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.
Wibro, HSDPA, GSM, CDMA, WCDMA, LTE 등에 의한 무선인터넷 접속은 이동통신망을 통해 이루어진다는 관점에서 본다면, 이동통신망을 통해 무선인터넷 접속을 수행하는 무선 인터넷 모듈(122)은 이동통신 모듈(170)의 일종으로 이해 될 수도 있다. In view of the fact that the wireless Internet access by Wibro, HSDPA, GSM, CDMA, WCDMA, LTE, etc. is made through the mobile communication network, 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.
근거리 통신 모듈(124)은 근거리 통신을 위한 모듈을 말한다. 근거리 통신(short range communication) 기술로 블루투스(Bluetooth), RFID(Radio Frequency Identification), 적외선 통신(IrDA, infrared Data Association), UWB(Ultra Wideband), ZigBee 등이 이용될 수 있다. The short range communication module 124 refers to a module for short range communication. As a short range communication technology, Bluetooth, Radio Frequency Identification (RFID), Infrared Data Association (IrDA), Ultra Wideband (UWB), ZigBee, and the like may be used.
사용자 인터페이스부(130)는 사용자가 단말기의 동작 제어를 위한 입력 데이터를 발생시킨다. 본 실시예에서 사용자 인터페이스부(130)는 사용자로부터 웹 페이지에 대한 표시 명령을 수신한다. The user interface 130 generates input data for the user to control the operation of the terminal. In the present embodiment, the user interface 130 receives a display command for the web page from the user.
이때, 사용자 인터페이스부(130)는 터치 동작을 감지하는 센서(이하, '터치 센서'라 함)를 구비하여 디스플레이부(142)와 상호 레이어 구조를 가지는 터치 스크린으로 구성될 수 있다. 즉, 사용자 인터페이스부(130)가 디스플레이부(142)와 일체로 구성될 수 있다. 터치 센서는, 예를 들어, 터치 필름, 터치 시트, 터치 패드 등의 형태를 가질 수 있다. In this case, 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.
터치 센서는 디스플레이부(142)의 특정 부위에 가해진 압력 또는 디스플레이부(142)의 특정 부위에 발생하는 정전 용량 등의 변화를 전기적인 입력신호로 변환하도록 구성될 수 있다. 터치 센서는 터치 되는 위치 및 면적뿐만 아니라, 터치 시의 압력까지도 검출할 수 있도록 구성될 수 있다. 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.
터치 센서에 대한 터치 입력이 있는 경우, 그에 대응하는 신호(들)는 터치 제어기(미도시)로 보내진다. 터치 제어기는 그 신호(들)를 처리한 다음 대응하는 데이터를 제어부(110)로 전송한다. 이로써, 제어부(110)는 디스플레이부(142)의 어느 영역이 터치 되었는지 여부 등을 알 수 있게 된다. If there is a touch input to the touch sensor, 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. As a result, the controller 110 may determine which area of the display unit 142 is touched.
이때, 터치 스크린으로 구성되는 디스플레이부(142)는 웹 페이지에 하이퍼링크된 텍스트를 표시하며, 사용자 인터페이스부(130)는 하이퍼링크된 텍스트를 터치하는 사용자의 터치 입력을 수신할 수 있다. In this case, 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.
사용자 인터페이스부(130)는 키 패드(key pad), 돔 스위치 (dome switch), 터치 패드(정압/정전), 조그 휠, 조그 스위치 등을 더 포함할 수도 있다.  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.
출력부(140)는 시각, 청각 또는 촉각 등과 관련된 출력을 발생시키기 위한 것으로, 출력부(140)는 디스플레이부(142), 음향 출력 모듈(144), 알람모듈(146) 및 햅틱 모듈(148)을 포함한다. 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.
디스플레이부(142)는 이동단말기(100)에서 처리되는 정보를 표시한다. 디스플레이부(142)는 제어부(110)의 제어에 따라 웹 페이지를 표시한다. 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.
이와 같은 디스플레이부(142)는 액정 디스플레이(liquid crystal display, LCD) 및 유기 발광 다이오드(organic light-emitting diode, OLED)와 같은 디스플레이 패널로 구성될 수 있으며, 필요에 따라 입체영상을 제공하기 위한 디스플레이 장치로 구성될 수도 있다. 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.
음향 출력 모듈(144)은 네트워크 인터페이스부(120)로부터 수신되거나 메모리(192)에 저장된 오디오 데이터를 출력할 수 있다. 음향 출력 모듈(144)은 이동단말기(100)에서 수행되는 기능과 관련된 음향 신호를 출력하기도 한다. 이러한 음향 출력 모듈(144)에는 리시버(Receiver), 스피커(speaker), 버저(Buzzer) 등이 포함될 수 있다. 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.
알람모듈(146)은 이동단말기(100)의 이벤트 발생을 알리기 위한 신호를 출력한다. 이동단말기(100)에서 발생 되는 이벤트의 예로는 신호 수신, 메시지 수신, 키신호 입력, 터치 입력 등이 있다. 알람모듈(146)은 비디오 신호나 오디오 신호 이외에 다른 형태, 예를 들어 진동으로 이벤트 발생을 알리기 위한 신호를 출력할 수도 있다. 비디오 신호나 오디오 신호는 디스플레이부(142)나 음성 출력 모듈(152)을 통해서도 출력될 수 있으므로, 이 경우 디스플레이부(142) 및 음성출력모듈(152)은 알람모듈(146)의 일종으로 분류될 수도 있다. 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.
햅틱 모듈(haptic module)(148)은 사용자가 느낄 수 있는 다양한 촉각 효과를 발생시킨다. 햅틱 모듈(148)이 발생시키는 촉각 효과의 대표적인 예로는 진동이 있다. 햅택 모듈(154)이 발생하는 진동의 세기와 패턴 등은 제어가 가능하다. 예를 들어, 서로 다른 진동을 합성하여 출력하거나 순차적으로 출력할 수도 있다. 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.
제어부(110)는 이동단말기(100)의 전반적인 동작을 제어한다. 제어부(110)는 웹 페이지에 존재하는 웹 페이지의 제목을 검색하고, 검색된 제목이 화면의 상단에 위치하도록 제어한다. 제어부(110)의 상세한 구성에 대하여는 도 11을 참고하여 후술한다. 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.
A/V 입력부(150)는 오디오 신호 또는 비디오 신호 입력을 위한 것으로, A/V 입력부(150)는 카메라(152)와 마이크(154)를 포함한다. 카메라(152)는 화상 통화모드 또는 촬영 모드에서 이미지 센서에 의해 얻어지는 정지영상 또는 동영상 등의 화상 프레임을 처리한다. 처리된 화상 프레임은 디스플레이부(142)에 표시될 수 있다. 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.
카메라(152)에서 처리된 화상 프레임은 메모리(192)에 저장되거나 네트 워크인터페이스부를 통하여 외부로 전송될 수 있다. 카메라(152)는 사용 환경에 따라 2개 이상이 구비될 수도 있다. 또한, 카메라(152)는 미디어 재생장치의 인식을 위한 영상을 촬영하여 제어부(110)에 제공할 수 있다. 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.
마이크(154)는 마이크로폰(Microphone)에 의해 외부의 음향 신호를 입력 받아 전기적인 음성 데이터로 처리한다. 처리된 음성 데이터는 통화 모드인 경우 이동통신 모듈(170)을 통하여 이동통신 기지국으로 송신 가능한 형태로 변환되어 출력될 수 있다. 마이크(154)에는 외부의 음향 신호를 입력 받는 과정에서 발생되는 잡음(noise)을 제거하기 위한 다양한 잡음 제거 알고리즘이 구현될 수 있다. 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.
이동통신 모듈(170)은 GSM(Global System for Mobile communications), CDMA(Code Division Multiple Access), WCDMA(Wideband CDMA)(이에 한정되지 않음)와 같은 이동 통신망 상에서 기지국, 외부의 단말, 서버 중 적어도 하나와 무선 신호를 송수신한다. 무선 신호는 음성 호 신호, 화상 통화 호 신호 또는 문자/멀티미디어 메시지 송수신에 따른 다양한 형태의 데이터를 포함할 수 있다. 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.
위치정보 모듈(180)은 이동단말기(100)의 위치를 획득하기 위한 모듈이다. 위치정보 모듈(180)로는 GPS(Global Position System) 모듈이 사용될 수 있다. GPS모듈은 3개 이상의 위성으로부터 떨어진 거리 정보와 정확한 시간 정보를 산출한 다음 산출된 정보에 삼각법을 적용함으로써, 위도, 경도, 및 고도에 따른 3차원의 현 위치 정보를 정확히 산출할 수 있다. 이때, 3개의 위성을 이용하여 위치 및 시간 정보를 산출하고, 다른 1개의 위성을 이용하여 산출된 위치 및 시간 정보의 오차를 수정하는 방법이 이용될 수 있다. 또한, GPS 모듈은 현 위치를 실시간으로 계속 산출함으로써 속도 정보를 산출할 수 있다. 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. In this case, 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. In addition, the GPS module may calculate speed information by continuously calculating the current position in real time.
센싱부(160)는 이동단말기(100)의 개폐 상태, 이동단말기(100)의 위치, 사용자 접촉 유무, 이동단말기(100)의 방위, 이동단말기(100)의 가속/감속 등과 같이 이동단말기(100)의 현 상태를 감지하여 이동단말기(100)의 동작을 제어하기 위한 센싱 신호를 발생시킨다. 센싱부(160)는 자이로스코프(gyroscope) 센서, 가속도 센서, 지자기 센서 등을 포함할 수 있다. 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.
또한, 센싱부(160)는 전원 공급부(190)의 전원 공급 여부, 단말기 인터페이스부(170)의 외부 기기 결합 여부 등을 센싱할 수 있다. 한편, 센싱부(160)는 근접 센서(162)를 더 포함할 수 있다. In addition, 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. On the other hand, the sensing unit 160 may further include a proximity sensor 162.
근접 센서(162)는 터치스크린에 의해 감싸지는 이동단말기(100)의 내부 영역 또는 터치 스크린의 근처에 배치될 수 있다. 근접 센서는 소정의 검출면에 접근하는 물체, 혹은 근방에 존재하는 물체의 유무를 전자계의 힘 또는 적외선을 이용하여 기계적 접촉이 없이 검출하는 센서를 말한다. 근접 센서는 접촉식 센서보다는 그 수명이 길며 그 활용도 또한 높다. 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.
근접 센서(162)의 예로는 투과형 광전 센서, 직접 반사형 광전 센서, 미러반사형 광전 센서, 고주파 발진형 근접 센서, 정전용량형 근접 센서, 자기형 근접센서, 적외선 근접 센서 등이 있다. 터치스크린이 정전식인 경우에는 포인터의 근접에 따른 전계의 변화로 포인터의 근접을 검출하도록 구성된다. 이 경우 터치 스크린(터치 센서)은 근접 센서로 분류될 수도 있다. 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. When 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. In this case, the touch screen (touch sensor) may be classified as a proximity sensor.
근접 센서(162)는, 근접 터치와, 근접 터치 패턴(예를 들어, 근접 터치 거리, 근접 터치 방향, 근접 터치 속도, 근접 터치 시간, 근접 터치 위치, 근접 터치 이동 상태 등)을 감지한다. 감지된 근접 터치 동작 및 근접 터치 패턴에 상응하는 정보는 터치 스크린상에 출력될 수 있다. 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.
메모리(192)는 제어부(110)의 처리 및 제어를 위한 프로그램이 저장될 수도 있고, 입/출력되는 데이터들(예를 들어, 오디오, 정지영상, 동영상 등)의 임시 저장을 위한 기능을 수행할 수도 있다. 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.
또한, 메모리(192)는 터치스크린 상의 터치 입력시 출력되는 다양한 패턴의 진동 및 음향에 관한 데이터를 저장할 수 있다. In addition, 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.
메모리(192)는 플래시 메모리(192) 타입(flash memory type), 하드디스크 타입(hard disk type), 멀티미디어 카드 마이크로 타입(multimedia card micro type), 카드 타입의 메모리(192)(예를 들어 SD 또는 XD 메모리(192) 등), 램(Random Access Memory, RAM), SRAM(Static Random Access Memory), 롬(Read-Only Memory, ROM), EEPROM(Electrically Erasable Programmable Read-Only Memory), PROM(Programmable Read-Only Memory), 자기 메모리(192), 자기 디스크, 광디스크 중 적어도 하나의 타입의 저장매체를 포함할 수 있다. 이동단말기(100)는 인터넷(internet)상에서 메모리(192)의 저장 기능을 수행하는 웹 스토리지(web storage)와 관련되어 동작할 수도 있다. 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.
전원 공급부(190)는 제어부(110)의 제어에 의해 외부의 전원, 내부의 전원을 인가 받아 각 구성요소들의 동작에 필요한 전원을 공급한다.  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.
하드웨어적인 구현에 의하면, 여기에 설명되는 실시예는 ASICs (application specific integrated circuits), DSPs (digital signal processors), DSPDs (digital signal processing devices), PLDs (programmable logic devices), FPGAs (field programmable gate arrays, 프로세서(processors), 제어기(controllers), 마이크로 컨트롤러(micro-controllers), 마이크로 프로세서(microprocessors), 기타 기능 수행을 위한 전기적인 유닛 중 적어도 하나를 이용하여 구현될 수 있다. According to a hardware implementation, 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.
일부의 경우에 본 명세서에서 설명되는 실시예들이 제어부(110) 자체로 구현될 수 있다. In some cases, the embodiments described herein may be implemented by the controller 110 itself.
소프트웨어적인 구현에 의하면, 본 명세서에서 설명되는 절차 및 기능과 같은 실시예들은 별도의 소프트웨어 모듈들로 구현될 수 있다. 소프트웨어 모듈들 각각은 본 명세서에서 설명되는 하나 이상의 기능 및 작동을 수행할 수 있다. According to the software implementation, 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.
적절한 프로그램 언어로 쓰여진 소프트웨어 어플리케이션으로 소프트웨어 코드가 구현될 수 있다. 소프트웨어 코드는 메모리(192)에 저장되고, 제어부(110)에 의해 실행될 수 있다. 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.
이하에서는 도 11을 참고하여 제어부(110)에 대한 상세한 구성을 설명한다. 도 11에 도시한 바와 같이, 본 실시예에서 제어부(110)는 파싱 모듈(112), 렌더링 모듈(114), 디스플레이 제어 모듈(116) 및 웹 페이지 식별 모듈(118)을 포함한다. Hereinafter, a detailed configuration of the controller 110 will be described with reference to FIG. 11. As shown in FIG. 11, in this embodiment, the controller 110 includes a parsing module 112, a rendering module 114, a display control module 116, and a web page identification module 118.
파싱 모듈(112)은 웹 페이지를 구성하는 마크업 언어 정보를 구문 분석하고, 웹 페이지를 구성하는 마크업 언어 정보 내에서 제목을 나타내는 태그가 존재하는 지의 여부를 판단하며, 태그에 의해 정의되는 텍스트를 웹 페이지의 제목으로 판단한다. 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.
렌더링 모듈(114)은 파싱 모듈(112)에서 구문 분석된 웹 페이지에 대한 렌더링을 수행하여 디스플레이 제어 모듈(116)로 출력한다. 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.
웹 페이지 식별 모듈(118)은 웹 페이지가 이동단말기용 웹 페이지인지의 여부를 판단하여 그 결과를 디스플레이 제어 모듈(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.
디스플레이 제어 모듈(116)은 렌더링이 수행된 웹 페이지 내에서 제목을 나타내는 태그의 화면 상의 좌표 값을 획득하고, 획득된 좌표 값에 근거하여 웹 페이지의 스크롤 오프셋 값을 설정한다. 이때, 디스플레이부(142)는 디스플레이 제어 모듈(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.
또한, 디스플레이 제어 모듈(116)은 웹 페이지 식별 모듈(118)에서 웹 페이지가 이동단말기용 웹 페이지가 아닌 것으로 판단한 경우, 웹 페이지를 확대하여 표시하도록 제어한다. In addition, when the web page identification module 118 determines that the web page is not a web page for the mobile terminal, the display control module 116 enlarges and displays the web page.
이하에서는 전술한 본 발명의 실시예에 따른 이동단말기(100)의 동작을 예시하여 설명한다. 먼저, 도 2에 도시한 바와 같이, 디스플레이부(142)는 재생하고자 하는 웹 페이지에 하이퍼링크된 텍스트를 포함하는 웹 페이지 화면을 표시하는 한다. Hereinafter, the operation of the mobile terminal 100 according to the above-described embodiment of the present invention will be described by way of example. First, as shown in FIG. 2, the display unit 142 displays a web page screen including hyperlinked text on a web page to be played.
사용자가 하이퍼링크된 텍스트를 선택함에 따라, 사용자 인터페이스부(130)는 웹 페이지의 표시 명령을 수신한다. 이때, 전술한 바와 같이, 사용자 인터페이스부(130)는 터치 센서를 구비하여 디스플레이부(142)와 상호 레이어 구조를 가지는 터치 스크린으로 구성되어 하이퍼링크된 텍스트를 터치하는 사용자의 입력을 수신할 수 있다. As the user selects the hyperlinked text, the user interface 130 receives a display command of the web page. In this case, as described above, 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. .
제어부(110)는 사용자의 입력에 의해 표시하고자 하는 웹 페이지에 존재하는 제목을 검색한다. 즉, 제어부(110)의 파싱 모듈(112)은 네트워크 인터페이스부(120)로부터 웹 페이지를 구성하는 마크업 언어 정보를 수신하고, 마크업 언어 정보 내에서 제목을 나타내는 태그가 존재하는 지의 여부를 판단한다. 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.
일례로, 마크업 언어 정보는 HTML 또는 XHTML 포맷으로 구성될 수 있다. 이 경우, 제목을 나타내는 태그는 도 4에 도시한 타이틀 태그(title tag), 도 5에 도시한 <h1> 태그 또는 도 6에 도시한 <h2> 태그일 수 있다. 즉, 파싱 모듈(112)은 마크업 언어 정보 내에서 상기와 같은 태그들이 존재하는 경우, 이를 검색하여 웹 페이지의 제목으로 판단할 수 있다. In one example, the markup language information may be configured in HTML or XHTML format. In this case, 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.
다음으로, 제어부(110)는 검색된 웹 페이지의 제목이 화면의 상단에 위치하도록 웹 페이지를 디스플레이부(142)에 표시한다. 이때, 검색된 제목을 화면의 상단에 위치하도록 하기 위해, 파싱 모듈(112)은 제목을 나타내는 태그에 대한 아이디를 검색한다. 도 7은 제목을 나타내는 태그에 대한 아이디를 예시한 개략도이다. 파싱 모듈(112)은 이와 같은 제목을 나타내는 태그에 대한 아이디를 검색한 경우, 이를 이용하여 제목이 화면의 상단에 위치하도록 웹 페이지의 주소를 지정할 수 있다. Next, 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. At this time, in order to locate the searched title 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. When the parsing module 112 searches for an ID for a tag indicating such 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.
예를 들어, 웹 페이지의 주소에 검색된 아이디가 추가된 형태의 URL이 입력됨에 따라 웹 페이지의 제목이 화면의 상단에 위치하도록 표시된다. 도 8은 이와 같은 과정을 통해, 디스플레이부(142) 상에 제목이 상단에 위치하도록 웹 페이지가 표시된 것을 도시하였다. For example, as a URL in which a searched ID is added to an address of a web page is input, 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.
한편, 이와 달리, 제어부(110)는 스크롤 오프셋 값을 설정함에 따라 제목이 화면의 상단에 위치하도록 표시할 수 있다. In contrast, the controller 110 may display the title at the top of the screen as the scroll offset value is set.
즉, 파싱 모듈(112)은, 마크업 언어 정보 내에 도 4 내지 도 6에 예시한 바와 같은, 제목을 나타내는 태그가 존재할 경우에, 옵티마이즈드 플래그(Optimized Flag)를 트루(TRUE)로 설정하고, 파싱을 수행한다. That is, 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
또한, 렌더링 모듈(114)은 웹 페이지에 대한 렌더링을 수행하여 디스플레이 제어 모듈(116)로 출력하나다. 이때, 디스플레이 제어 모듈(116)은 옵티마이즈드 플래그가 트루(TRUE)로 설정되어 있다면, 제목을 나타내는 태그의 화면 상의 좌표 값을 획득하고, 획득된 좌표 값으로 스트롤 오프셋 값을 설정한다. 이때, 스크롤 오프셋의 디폴트 값은 (0, 0)이다. In addition, the rendering module 114 performs rendering on the web page and outputs it to the display control module 116. At this time, if the optimized flag is set to TRUE, 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. At this time, the default value of the scroll offset is (0, 0).
디스플레이부(142)는 이와 같이 설정된 스크롤 오프셋 값으로 웹 페이지를 화면에 표시하여, 제목이 화면의 상단에 위치하도록 웹 페이지를 표시한다. 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.
한편, 본 실시예에서 제어부(110)는 웹 페이지가 이동단말기용 웹 페이지인지의 여부를 판단하여, 이동단말기용 웹 페이지가 아닌 경우, 웹 페이지를 확대하여 화면에 표시한다. On the other hand, in the present embodiment, 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.
예를 들어, 제어부(110)의 웹 페이지 식별 모듈(118)은 마크업 언어 정보에서, 콘텐트 타입(content-type)이 application/vnd.wap.xhtml+xml"일 경우, "Doctype"에 "HTML Mobile"이 포함되어 있는 경우, <meta> 태그 안에 "name"이 "viewport"이고, "width"가 "device-widhth"로 지정되어 있을 때 이를 이동단말기용 웹 페이지로 판단할 수 있다. For example, 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.
이때, 웹 페이지 식별 모듈(118)에서 웹 페이지가 이동단말기용 웹 페이지가 아닌 것으로 판단한 경우, 디스플레이 제어 모듈(116)은 사용자가 읽기 편한 크기로 웹 페이지를 확대시켜서 표시한다. In this case, when the web page identification module 118 determines that the web page is not a web page for the mobile terminal, the display control module 116 enlarges and displays the web page in a size that is easy for the user to read.
상술한 본 발명의 실시예에 따른 이동단말기(100)에 의하면, 사용자가 읽고 싶은 뉴스 기사와 같은 웹 페이지를 선택하는 경우, 통상적으로 웹 페이지 위에 존재하는 광고 또는 헤더 정보 등을 화면에 표시하지 않고, 웹 페이지의 제목이 있는 부분이 화면의 맨 위로 이동된다. 또한, 사용자가 읽을 수 있는 글자 크기에 맞도록 자동으로 화면을 확대시켜 사용자가 편안하게 웹 페이지를 읽을 수 있도록 할 수 있다. According to the mobile terminal 100 according to the above-described embodiment of the present invention, 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.
상기에서 본 발명의 바람직한 실시예에 대하여 설명하였지만, 본 발명은 이에 한정되는 것이 아니고 특허청구범위와 발명의 상세한 설명 및 첨부한 도면의 범위 안에서 여러 가지로 변형하여 실시하는 것이 가능하고 이 또한 본 발명의 범위에 속하는 것은 당연하다. Although the preferred embodiments of the present invention have been described above, the present invention is not limited thereto, and various modifications and changes can be made within the scope of the claims and the detailed description of the invention and the accompanying drawings, and the present invention is also provided. Naturally, it belongs to the range of.

Claims (18)

  1. 사용자로부터 웹페이지의 표시 명령을 수신하는 단계,Receiving a display command of a web page from a user,
    상기 웹페이지에 존재하는 제목을 검색하는 단계, 및Searching for a title existing in the web page, and
    상기 검색된 제목이 화면의 상단에 위치하도록 상기 웹페이지를 상기 화면에 표시하는 단계Displaying the web page on the screen such that the searched title is located at the top of the screen.
    를 포함하는 이동단말기의 디스플레이 제어방법.Display control method of a mobile terminal comprising a.
  2. 제1 항에 있어서,The method of claim 1,
    상기 웹페이지의 표시 명령을 수신하는 단계는,Receiving the display command of the web page,
    터치스크린에 상기 웹페이지에 하이퍼링크된 텍스트를 표시하는 단계, 및Displaying hyperlinked text on the web page on a touch screen, and
    상기 하이퍼링크된 텍스트를 터치하는 사용자의 터치 입력을 수신하는 단계Receiving a touch input of a user who touches the hyperlinked text
    를 포함하는 이동단말기의 디스플레이 제어방법. Display control method of a mobile terminal comprising a.
  3. 제1 항에 있어서,The method of claim 1,
    상기 제목을 검색하는 단계는,Searching for the title,
    상기 웹페이지를 구성하는 마크업 언어 정보 내에서 상기 제목을 나타내는 태그가 존재하는 지의 여부를 판단하는 단계, 및Determining whether a tag representing the title exists in markup language information constituting the web page; and
    상기 태그에 의해 정의되는 텍스트를 상기 웹페이지의 제목으로 판단하는 단계Determining the text defined by the tag as the title of the web page
    를 포함하는 이동단말기의 디스플레이 제어방법.Display control method of a mobile terminal comprising a.
  4. 제3 항에 있어서,The method of claim 3, wherein
    상기 마크업 언어 정보는 HTML 또는 XHTML 포맷으로 구성되는 이동단말기의 디스플레이 제어방법. And the markup language information is configured in HTML or XHTML format.
  5. 제4 항에 있어서,The method of claim 4, wherein
    상기 제목을 나타내는 태그는 타이틀 태그(title tag)인 이동단말기의 디스플레이 제어방법.And a tag representing the title is a title tag.
  6. 제4 항에 있어서,The method of claim 4, wherein
    상기 제목을 나타내는 태그는 <h1> 태그 또는 <h2> 태그인 이동단말기의 디스플레이 제어방법.The tag representing the title is a <h1> tag or a <h2> tag.
  7. 제4 항에 있어서,The method of claim 4, wherein
    상기 웹페이지를 상기 화면에 표시하는 단계는,Displaying the web page on the screen,
    상기 제목을 나타내는 태그에 대한 아이디를 검색하는 단계, 및Searching for an ID for a tag representing the title, and
    상기 아이디를 이용하여 상기 제목이 화면의 상단에 위치하도록 상기웹페이지의 주소를 지정하는 단계Designating an address of the web page so that the title is located at the top of the screen using the ID.
    를 포함하는 이동단말기의 디스플레이 제어방법.Display control method of a mobile terminal comprising a.
  8. 제4 항에 있어서,The method of claim 4, wherein
    상기 웹페이지를 상기 화면에 표시하는 단계는,Displaying the web page on the screen,
    상기 웹페이지에 대한 렌더링을 수행하는 단계,Performing rendering on the webpage,
    상기 렌더링이 수행된 웹페이지 내에서 상기 제목을 나타내는 태그의 화면 상의 좌표 값을 획득하는 단계,Acquiring a coordinate value on a screen of a tag representing the title in a web page on which the rendering is performed;
    상기 획득된 좌표 값에 근거하여 상기 웹페이지의 스크롤 오프셋 값을 설정하는 단계, 및Setting a scroll offset value of the web page based on the obtained coordinate value, and
    상기 설정된 스크롤 오프셋 값으로 상기 웹페이지를 상기 화면에 표시하는 단계Displaying the web page on the screen using the set scroll offset value.
    를 포함하는 이동단말기의 디스플레이 제어방법.Display control method of a mobile terminal comprising a.
  9. 제1 항에 있어서, The method of claim 1,
    상기 웹페이지가 이동단말기용 웹페이지인지의 여부를 판단하는 단계, 및Determining whether the web page is a web page for a mobile terminal, and
    상기 웹페이지가 이동단말기용 웹페이지가 아닌 경우, 상기 웹페이지를 확대하여 상기 화면에 표시하는 단계If the web page is not a web page for a mobile terminal, expanding and displaying the web page on the screen
    를 더 포함하는 이동단말기의 디스플레이 제어방법.Display control method of a mobile terminal further comprising.
  10. 외부로부터 웹페이지에 대한 정보를 수신하는 네트워크 인터페이스부,Network interface unit for receiving information about the web page from the outside,
    상기 네트워크 인터페이스부로부터 수신된 상기 웹페이지에 대한 표시 명령을 수신하는 사용자 인터페이스부, A user interface to receive a display command for the web page received from the network interface;
    상기 웹페이지에 존재하는 상기 웹페이지의 제목을 검색하고, 상기 검색된 제목이 화면의 상단에 위치하도록 제어하는 제어부, 및A controller for searching for a title of the web page existing in the web page and controlling the searched title to be located at the top of the screen;
    상기 제어부의 제어에 따라 상기 웹페이지를 표시하는 디스플레이부A display unit for displaying the web page under the control of the controller
    를 포함하는 이동단말기.Mobile terminal comprising a.
  11. 제10 항에 있어서,The method of claim 10,
    상기 사용자 인터페이스부는 상기 디스플레이부와 결합되는 터치스크린으로 구성되고, 상기 터치스크린은 상기 웹페이지에 하이퍼링크된 텍스트를 표시하며, 상기 인터페이스부는 상기 하이퍼링크된 텍스트를 터치하는 사용자의 터치 입력을 수신하는 이동단말기. The user interface unit includes a touch screen coupled to the display unit, wherein the touch screen displays the hyperlinked text on the web page, and the interface unit receives a user's touch input of touching the hyperlinked text. Mobile terminal.
  12. 제10 항에 있어서,The method of claim 10,
    상기 제어부는, The control unit,
    상기 웹페이지를 구성하는 마크업 언어 정보를 구문 분석하고, 상기 웹페이지를 구성하는 마크업 언어 정보 내에서 상기 제목을 나타내는 태그가 존재하는 지의 여부를 판단하며, 상기 태그에 의해 정의되는 텍스트를 상기 웹페이지의 제목으로 판단하는 파싱 모듈을 포함하는 이동단말기.Parsing markup language information constituting the web page, determining whether a tag representing the title exists in markup language information constituting the web page, and checking the text defined by the tag. A mobile terminal including a parsing module that determines the title of a web page.
  13. 제12 항에 있어서,The method of claim 12,
    상기 마크업 언어 정보는 HTML 또는 XHTML 포맷으로 구성되는 이동단말기. And the markup language information is configured in HTML or XHTML format.
  14. 제13 항에 있어서,The method of claim 13,
    상기 제목을 나타내는 태그는 타이틀 태그(title tag)인 이동단말기.The tag representing the title is a title tag.
  15. 제13 항에 있어서,The method of claim 13,
    상기 제목을 나타내는 태그는 <h1> 태그 또는 <h2> 태그인 이동단말기.The tag representing the title is a <h1> tag or a <h2> tag.
  16. 제13 항에 있어서,The method of claim 13,
    상기 파싱 모듈은 상기 제목을 나타내는 태그에 대한 아이디를 검색하고, 상기 아이디를 이용하여 상기 제목이 화면의 상단에 위치하도록 상기 웹페이지의 주소를 지정하는 이동단말기.The parsing module searches for an ID for a tag representing the title, and uses the ID to specify an address of the web page such that the title is located at the top of the screen.
  17. 제13 항에 있어서,The method of claim 13,
    상기 제어부는,The control unit,
    상기 파싱 모듈에서 구문 분석된 상기 웹페이지에 대한 렌더링을 수행하는 렌더링 모듈, 및A rendering module that performs rendering of the web page parsed by the parsing module, and
    상기 렌더링이 수행된 웹페이지 내에서 상기 제목을 나타내는 태그의 화면 상의 좌표 값을 획득하고, 상기 획득된 좌표 값에 근거하여 상기 웹페이지의 스크롤 오프셋 값을 설정하는 디스플레이 제어 모듈(116)A display control module 116 for acquiring a coordinate value on a screen of a tag representing the title in the webpage on which the rendering is performed, and setting a scroll offset value of the webpage based on the obtained coordinate value
    을 포함하고, Including,
    상기 디스플레이부는 상기 디스플레이 제어 모듈(116)에 의해 설정된 스크롤 오프셋 값으로 상기 웹페이지를 상기 화면에 표시하는 이동단말기.And the display unit displays the web page on the screen at a scroll offset value set by the display control module (116).
  18. 제17 항에 있어서, The method of claim 17,
    상기 제어부는,The control unit,
    웹페이지가 이동단말기용 웹페이지인지의 여부를 판단하는 웹페이지 식별 모듈을 더 포함하고, Further comprising a web page identification module for determining whether the web page is a web page for a mobile terminal,
    상기 디스플레이 제어 모듈(116)은 상기 웹페이지가 이동단말기용 웹페이지가 아닌 경우, 상기 웹페이지를 확대하여 표시하도록 제어하는 이동단말기.And the display control module 116 controls to enlarge and display the web page when the web page is not a web page for the mobile terminal.
PCT/KR2011/004702 2011-06-28 2011-06-28 Mobile terminal and display control method thereof WO2013002431A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2011/004702 WO2013002431A1 (en) 2011-06-28 2011-06-28 Mobile terminal and display control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2011/004702 WO2013002431A1 (en) 2011-06-28 2011-06-28 Mobile terminal and display control method thereof

Publications (1)

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

Family

ID=47424311

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2011/004702 WO2013002431A1 (en) 2011-06-28 2011-06-28 Mobile terminal and display control method thereof

Country Status (1)

Country Link
WO (1) WO2013002431A1 (en)

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 (en) * 2008-02-20 2009-08-25 주식회사 케이티프리텔 Method for loading multimedia contents in the mobile internet browser and wireless communication terminal therefor
US20100082431A1 (en) * 2005-09-14 2010-04-01 Jorey Ramer Contextual Mobile Content Placement on a Mobile Communication Facility
JP2010079863A (en) * 2008-09-25 2010-04-08 Intafe Inc Method and program for providing refining search service
KR20100068962A (en) * 2008-12-15 2010-06-24 에스케이 텔레콤주식회사 Mobile communication terminal and server and system having improved web browsing function and method thereof

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 (en) * 2008-02-20 2009-08-25 주식회사 케이티프리텔 Method for loading multimedia contents in the mobile internet browser and wireless communication terminal therefor
JP2010079863A (en) * 2008-09-25 2010-04-08 Intafe Inc Method and program for providing refining search service
KR20100068962A (en) * 2008-12-15 2010-06-24 에스케이 텔레콤주식회사 Mobile communication terminal and server and system having improved web browsing function and method thereof

Similar Documents

Publication Publication Date Title
US8717198B2 (en) Communication connecting apparatus and method for detecting mobile units in a vehicle
WO2014119975A1 (en) Method and system for sharing part of web page
WO2016204428A1 (en) Electronic device and control method therefor
WO2015119485A1 (en) User terminal device and displaying method thereof
WO2015111790A1 (en) Smart watch, display device and method of controlling therefor
WO2014107011A1 (en) Method and mobile device for displaying image
WO2015005732A1 (en) Method of sharing electronic document and devices for the same
WO2014017790A1 (en) Display device and control method thereof
WO2013054957A1 (en) Input interface controlling apparatus and method thereof
EP3105649A1 (en) User terminal device and displaying method thereof
WO2012030001A1 (en) Mobile terminal and method for controlling operation thereof
EP3092572A1 (en) Method and apparatus for screen sharing
WO2014042348A1 (en) System and method for adjusting page transition performance
WO2019096042A1 (en) Application program installation method and mobile terminal
WO2018117589A1 (en) Electronic device and method for displaying web page using the same
EP2847671A1 (en) Method and apparatus for performing auto-naming of content, and computer-readable recording medium thereof
WO2014204022A1 (en) Mobile terminal
WO2012023643A1 (en) Mobile terminal and method for updating a phonebook thereof
WO2018151429A1 (en) Notification providing method and electronic device implementing same
WO2014142382A1 (en) Display device and method for controlling the same
WO2017131354A2 (en) Apparatus and method for managing history information in an electronic device
CN109063079B (en) Webpage labeling method and electronic equipment
WO2019203494A1 (en) Electronic device for inputting characters and method of operation of same
WO2014148691A1 (en) Mobile device and method for controlling the same
WO2014061905A1 (en) System for providing motion and voice based bookmark and method therefor

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