CN111316210A - Control method for preventing terminal from being touched by mistake, mobile terminal and computer readable storage medium - Google Patents

Control method for preventing terminal from being touched by mistake, mobile terminal and computer readable storage medium Download PDF

Info

Publication number
CN111316210A
CN111316210A CN201780096581.5A CN201780096581A CN111316210A CN 111316210 A CN111316210 A CN 111316210A CN 201780096581 A CN201780096581 A CN 201780096581A CN 111316210 A CN111316210 A CN 111316210A
Authority
CN
China
Prior art keywords
terminal
area
touch
interface
effective touch
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201780096581.5A
Other languages
Chinese (zh)
Other versions
CN111316210B (en
Inventor
莫翠云
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Transsion Communication Co Ltd
Original Assignee
Shenzhen Transsion Communication Co Ltd
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 Shenzhen Transsion Communication Co Ltd filed Critical Shenzhen Transsion Communication Co Ltd
Publication of CN111316210A publication Critical patent/CN111316210A/en
Application granted granted Critical
Publication of CN111316210B publication Critical patent/CN111316210B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a control method for preventing a terminal from being touched by mistake, which comprises the following steps: acquiring an effective touch area in a terminal display area; detecting a touch screen operation in a display area, and judging whether the operation position of the touch screen operation is in the effective touch area; if the operation position of the touch screen operation is in the effective touch area, the control terminal responds to the touch screen operation; and if the operation position of the touch screen operation is in the effective touch area, the touch screen operation is deemed as an invalid operation. The invention also discloses a mobile terminal and a computer readable storage medium. According to the invention, the influence of misoperation on the terminal use of the user is reduced by setting the effective touch area in the use process of the mobile terminal, and the user experience is further improved.

Description

Control method for preventing terminal from being touched by mistake, mobile terminal and computer readable storage medium
Technical Field
The invention relates to the technical field of touch control, in particular to a control method for preventing mistaken touch of a terminal, a mobile terminal and a computer readable storage medium.
Background
With the continuous development of the technology, the touch screen becomes the necessary configuration of the mobile terminal, and the user only needs to perform corresponding operations on the touch screen to realize the operations and control of the mobile terminal.
As the touch screen only needs the user to perform corresponding touch screen operation, the mobile terminal can perform corresponding response, so that the user needs to accurately know the operation and the operation mode required by the user in the process of using the mobile terminal. However, in practical applications, if a user needs to be in a fixed interface, the mobile terminal may enter another interface due to careless touch screen operation, which may further affect user experience, and if the user is in the current interface and enters another interface due to misoperation, the user's work may be affected to a certain extent.
Disclosure of Invention
The invention mainly aims to provide a control method for preventing a terminal from being touched by mistake, a mobile device and a computer readable storage medium, and aims to solve the technical problem of how to prevent a user from entering an interface which is not required by the user due to misoperation.
In order to achieve the above object, the present invention provides a control method for preventing a terminal from being touched by mistake, wherein the control method for preventing the mobile terminal from being touched by mistake comprises the following steps:
acquiring an effective touch area in a terminal display area;
detecting a touch screen operation in a display area, and judging whether the operation position of the touch screen operation is in the effective touch area;
if the operation position of the touch screen operation is in the effective touch area, the control terminal responds to the touch screen operation;
and if the operation position of the touch screen operation is in the effective touch area, the touch screen operation is deemed as an invalid operation.
Preferably, the step of acquiring an effective touch area in a terminal display area includes:
when the terminal is detected to start the false touch prevention function, acquiring the interface type of the current interface of the terminal;
and displaying the effective touch area in the terminal display area according to the interface type.
Preferably, the step of displaying the effective touch area in the terminal display area according to the interface type includes:
when the interface type is a non-full-screen video playing interface, setting a video frame in the video playing interface as an effective touch area;
when the interface type is a game interface, setting a game frame in the game interface as an effective touch area;
and when the interface type is an information browsing interface, setting an information frame in the information browsing interface as an effective touch area.
Preferably, the step of acquiring the effective touch area in the terminal display area further includes:
when the terminal is detected to start the false touch prevention function, displaying a selection interface of the effective touch area;
and receiving selection operation input by a user based on the selection interface, and displaying an effective touch area in a terminal display area based on the selection operation.
Preferably, when the selection operation input by the user is a sliding operation, the step of receiving the selection operation input by the user based on the selection interface and displaying the effective touch area in the terminal display area based on the selection operation includes:
acquiring an operation track formed by sliding operation of a user;
and forming a corresponding effective touch area according to the operation track.
Preferably, when the selection operation input by the user is a touch operation, the step of receiving the selection operation input by the user based on the selection interface and displaying the effective touch area in the terminal display area based on the selection operation further includes:
acquiring the contact position of each contact operation of a user, and determining the contact of each contact operation in a display area according to the contact position;
sequentially connecting the contacts according to the sequence of the contact generation to form a first closed area;
and setting the formed first closed area as an effective touch area.
Preferably, the step of forming a corresponding effective touch area according to the operation track includes:
when the operation track does not form a closed area, connecting the operation track end to form a second closed area, and setting the formed second closed area as an effective touch area;
and when the operation track forms a closed area, setting a third closed area formed by the operation track as an effective touch area.
Preferably, the control method for preventing the terminal from being touched by mistake further comprises the following steps:
when an effective touch area is displayed in a terminal display area and the terminal enters a full screen mode, closing the effective touch area;
and when the terminal exits the full-screen mode, activating an effective touch area in a terminal display area.
In addition, to achieve the above object, the present invention also provides a mobile terminal, including: the control method comprises a memory, a processor and an anti-false touch program which is stored on the memory and can run on the processor, wherein when the anti-false touch program is executed by the processor, the steps of the control method for preventing the terminal from false touch are realized.
In addition, in order to achieve the above object, the present invention further provides a computer-readable storage medium, where an anti-false touch program is stored on the computer-readable storage medium, and when the anti-false touch program is executed by a processor, the steps of the control method for preventing the terminal from being touched by mistake are implemented.
The terminal anti-false touch control method provided by the embodiment of the invention comprises the steps of acquiring an effective touch area in a terminal display area in the use process of the terminal, detecting touch screen operation in the display area, judging whether the operation position of the touch screen operation is in the effective touch area, controlling the terminal to respond only to the touch screen operation in the effective touch area, and regarding the touch screen operation outside the effective touch area as invalid operation, so that the terminal can respond only to the touch screen operation in the effective touch area in the use process of the terminal by a user, and the influence of false operation on the use process of the terminal by the user is reduced when the effective touch area is set by the user.
Drawings
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating an embodiment of a method for controlling a terminal to prevent accidental touch according to the present invention;
FIG. 3 is a detailed flowchart of step S10 in FIG. 2;
FIG. 4 is a schematic view of another detailed process of step S10 in FIG. 2;
FIG. 5 is an application diagram of an actual scene of an embodiment of a control method for preventing a false touch of a terminal according to the present invention;
fig. 6 is an application diagram of an actual scene when the terminal interface is a video playing interface according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be a PC, and can also be a mobile terminal device with a display function, such as a smart phone, a tablet computer, an electronic book reader, an MP3 (Moving Picture experts Group Audio Layer III, Audio Layer 3 of the motion Picture experts compression Standard), an MP4 (Moving Picture experts Group Audio Layer IV, Audio Layer 3 of the motion Picture experts compression Standard), a portable computer, and the like.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Optionally, the terminal may further include a camera, a Radio Frequency (RF) circuit, a sensor, an audio circuit, a WiFi module, and the like. Such as light sensors, motion sensors, and other sensors. Specifically, the light sensor may include an ambient light sensor that may adjust the brightness of the display screen according to the brightness of ambient light, and a proximity sensor that may turn off the display screen and/or the backlight when the mobile terminal is moved to the ear. As one of the motion sensors, the gravity acceleration sensor can detect the magnitude of acceleration in each direction (generally, three axes), detect the magnitude and direction of gravity when the mobile terminal is stationary, and can be used for applications (such as horizontal and vertical screen switching, related games, magnetometer attitude calibration), vibration recognition related functions (such as pedometer and tapping) and the like for recognizing the attitude of the mobile terminal; of course, the mobile terminal may also be configured with other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which are not described herein again.
Those skilled in the art will appreciate that the terminal structure illustrated in fig. 1 is not intended to be a limitation of the terminal/device and may include more or less components than those illustrated, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, the memory 1005, which is a kind of computer storage medium, may include an operating system, a network communication module, a user interface module, and an anti-mis-touch program therein.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; the processor 1001 may be configured to call the anti-false touch program stored in the memory 1005, and perform the following operations:
acquiring an effective touch area in a terminal display area;
detecting a touch screen operation in a display area, and judging whether the operation position of the touch screen operation is in the effective touch area;
if the operation position of the touch screen operation is in the effective touch area, the control terminal responds to the touch screen operation;
and if the operation position of the touch screen operation is in the effective touch area, the touch screen operation is deemed as an invalid operation.
Further, the processor 1001 may call the memory 1005 to store the anti-false touch program, and further perform the following operations:
when the terminal is detected to start the false touch prevention function, acquiring the interface type of the current interface of the terminal;
and displaying the effective touch area in the terminal display area according to the interface type.
Further, the processor 1001 may call the memory 1005 to store the anti-false touch program, and further perform the following operations:
when the interface type is a non-full-screen video playing interface, setting a video frame in the video playing interface as an effective touch area;
when the interface type is a game interface, setting a game frame in the game interface as an effective touch area;
and when the interface type is an information browsing interface, setting an information frame in the information browsing interface as an effective touch area.
Further, the processor 1001 may call the memory 1005 to store the anti-false touch program, and further perform the following operations:
when the terminal is detected to start the false touch prevention function, displaying a selection interface of the effective touch area;
and receiving selection operation input by a user based on the selection interface, and displaying an effective touch area in a terminal display area based on the selection operation.
Further, the processor 1001 may call the memory 1005 to store the anti-false touch program, and further perform the following operations:
acquiring an operation track formed by sliding operation of a user;
and forming a corresponding effective touch area according to the operation track.
Further, the processor 1001 may call the memory 1005 to store the anti-false touch program, and further perform the following operations:
acquiring the contact position of each contact operation of a user, and determining the contact of each contact operation in a display area according to the contact position;
sequentially connecting the contacts according to the sequence of the contact generation to form a first closed area;
and setting the formed first closed area as an effective touch area.
Further, the processor 1001 may call the memory 1005 to store the anti-false touch program, and further perform the following operations:
when the operation track does not form a closed area, connecting the operation track end to form a second closed area, and setting the formed second closed area as an effective touch area;
and when the operation track forms a closed area, setting a third closed area formed by the operation track as an effective touch area.
Further, the processor 1001 may call the memory 1005 to store the anti-false touch program, and further perform the following operations:
when an effective touch area is displayed in a terminal display area and the terminal enters a full screen mode, closing the effective touch area;
and when the terminal exits the full-screen mode, activating an effective touch area in a terminal display area.
Referring to fig. 2, fig. 2 is a schematic flow chart of an embodiment of a terminal false touch prevention method of the present invention, where the false touch prevention method includes:
step S10, acquiring an effective touch area in a terminal display area;
in this embodiment, in the process of using the terminal by the user, when the user wants to avoid influencing the use of the terminal due to misoperation, the effective touch area in the display area of the terminal can be obtained, so as to meet the requirements of the user. Specifically, when the user uses the terminal, the terminal may be a smart phone, a tablet computer, or an e-reader.
In this embodiment, when a user operates the smart phone on one interface to perform an operation, if the user does not want to leave the current interface and enter another interface due to a wrong operation, the effective touch area in the smart phone can be obtained, and the occurrence of unnecessary wrong operations of the user is reduced through the effective touch area.
Step S20, detecting a touch screen operation in a display area, and judging whether the operation position of the touch screen operation is in the effective touch area;
in this embodiment, when the effective touch area in the terminal display area is obtained, the touch screen operation in the terminal rod display area is detected, and it is determined whether the operation position of the touch screen operation at this time is in the effective touch area. Specifically, when a user uses the mobile phone to obtain an effective touch area on the mobile phone, and when the user touches and operates the mobile phone again, the user does not respond to the touch operation of the user at the first time, but first determines whether the current operation position of the touch operation of the user is in the effective touch area, and then performs a corresponding response based on the determination result.
Step S30, if the operation position of the touch screen operation is in the effective touch area, the control terminal responds to the touch screen operation;
in this embodiment, if the detected operation position of the touch screen operation is in the effective touch area, a corresponding response is performed according to the detected touch screen operation. Specifically, if the current terminal runs music software, the touch screen operation input by the user represents a "next song", and when the operation position of the touch screen operation input at this time is within the effective area, the corresponding music software responds to the operation of the "next song", so that the music playing enters the next song.
Step S40, if the operation position of the touch screen operation is in the valid touch area, the touch screen operation is deemed to be an invalid operation.
In this embodiment, if the detected operation position of the touch screen operation is in the valid touch area, the touch screen operation at this time is regarded as an invalid operation. Specifically, if the video running at the current terminal is played, the touch screen operation input by the user represents "volume up", and when the operation position of the touch screen operation input at this time is outside the valid region, the video playing does not respond to the operation of "volume up", and the touch screen operation at this time is directly regarded as invalid operation and does not respond directly.
In the embodiment, in the using process of the terminal, the effective touch area of the display area of the terminal is obtained, the touch screen operation in the display area is detected, whether the operation position of the touch screen operation is in the effective touch area is judged, the terminal is controlled to respond only to the touch screen operation in the effective touch area, and the touch screen operation outside the effective touch area is regarded as invalid operation, so that the terminal can respond only to the touch screen operation in the effective touch area in the using process of the terminal by a user, and the influence of misoperation on the using process of the terminal by the user is effectively reduced.
Further, in step S10, the step of acquiring the effective touch area in the terminal display area includes:
step S101, when detecting that the terminal starts the false touch prevention function, acquiring the interface type of the current interface of the terminal;
in this embodiment, the effective touch area in the terminal may be obtained in a manner set by the terminal, and when it is detected that the terminal has started the false touch prevention function, the interface type of the current interface of the terminal is obtained based on the display area of the terminal. Specifically, in the using process of the terminal, since the operating software operated by the user when using the terminal is different, the user may watch a video, play a mobile phone game, or browse information, and when the user performs different operations, the size of the required effective touch interface is different, so that when acquiring the effective touch area, the interface type of the current interface of the terminal needs to be acquired.
And S102, displaying an effective touch area in a terminal display area according to the interface type.
In this embodiment, when the interface type of the current interface of the terminal is obtained, the effective touch areas in the terminal display area may be different according to different interface types. For example, when the interface type is a non-full screen video playing interface, the video playing interface is set as an effective touch area, and when a video is played, an area displayed in a terminal display area includes: the method comprises a video window, relevant video recommendation and online friend comment information, and when a user plays a video and does not want to enter a full-screen mode, in order to prevent the user from entering other video playing interfaces or comment information interfaces due to misoperation, a required effective touch area is a video playing interface, and therefore the video playing interface is set to be an effective touch area.
Specifically, when the interface type is an information browsing interface, the information browsing interface is set as an effective touch area, when a user browses information through a smart phone, advertisement information exists in the information interface many times, and when actual information is read, the user may mistakenly touch the advertisement information to cause the mobile phone to enter the advertisement interface, the advertisement information is not necessarily information that the user wants to view, and at this time, the required effective touch area does not necessarily include the advertisement information area, so that an area except the advertisement information is set as the effective touch area. Similarly, when the interface type is a game interface, the game interface is set as an effective touch area, and the specific setting modes are the same.
In this embodiment, in order to prevent a user from entering other interfaces due to misoperation when the user performs related operations on the current interface, the terminal obtains the interface type of the current interface and sets different effective touch areas based on different interface types, so that the effective touch areas are not fixed and change to different degrees along with different application scenes in the use process of the terminal.
Further, in step S10, the step of obtaining the effective touch area in the terminal display area further includes:
step S103, when the terminal is detected to start the false touch prevention function, displaying a selection interface of the effective touch area;
in this embodiment, when the anti-false touch function is turned on, a selection interface of the effective touch area is displayed in the display area, so that the user can select a more appropriate effective touch area according to the user's own needs.
And step S104, receiving selection operation input by a user based on the selection interface, and displaying an effective touch area in a terminal display area based on the selection operation.
In this embodiment, when the user self-defines and selects the effective touch area, the touch operation types of the users are different, so that the modes of determining the effective touch area are different. For example, when the selection operation input by the user is a sliding operation, at this time, the user forms an operation track on the terminal interface through the selection operation, and therefore when the effective touch area is determined, the operation track needs to be based on the formed operation track, and specifically, when the operation track forms a closed area, the formed closed area can be directly set as the effective touch area; when an operation track is formed on a terminal interface by a user through selection operation and a closed area is not formed, when the operation track formed by touch operation of the user is obtained, the starting point and the ending point of the operation track are connected to form the closed area, then the formed closed area is set as an effective touch area, a regular quadrangle can be generated based on the formed closed area, and then the generated quadrangle is used as the effective touch area.
For another example, when the selection operation input by the user is a touch operation, corresponding touch points are generated at each position on the terminal display interface, at least three points are needed to form a closed region, so that it is needed for the user to perform touch screen operation on the terminal display interface at least three times or more to obtain an effective touch region, if the user selects the effective touch region, four touch point operations are performed, the four points are set to be A, B, C, D respectively, and the sequence of the four touch point operations is A, B, C, D, then when the effective touch region is obtained, the four touch points are connected in sequence to form a closed region ABCDA, and the closed region obtained at this time is set as the effective touch region, and in specific applications, the manner of obtaining the effective touch region is various, or when the user clicks the selection region, one touch point is generated and takes the touch point as the center of a circle, and setting an area covered by the obtained circle as an effective touch area.
In this embodiment, in order to prevent the user from entering other interfaces due to misoperation when the user performs related operations on the current interface, the user may perform corresponding selection operations on the display interface of the terminal, and obtain the effective touch area that the user wants to obtain according to the selection operations of the user, so that the effective touch area is not fixed but may be changed to different degrees according to different requirements of the user during the use of the terminal.
In this embodiment, when the user acquires the effective touch area, the effective touch area may be acquired by setting the terminal, acquiring different effective touch areas according to different interface types, and when the terminal is located in some specific boundary planes, so that the effective touch area that meets the user requirement is acquired by starting a custom manner when the interface where the terminal is located is not easy to acquire the effective touch area.
Further, the control method for preventing the terminal from being touched by mistake further comprises the following steps: when an effective touch area is displayed in a terminal display area and the terminal enters a full screen mode, closing the effective touch area; and when the terminal exits the full-screen mode, activating an effective touch area in a terminal display area.
In this embodiment, when an effective touch area is displayed in a terminal display area, and at this time, when an operation is performed on a terminal screen, the terminal may correspond to a touch operation only when the touch operation is in an anti-false touch area, and when the terminal enters a full-screen mode, if the anti-false touch area still exists, the operation of a user at this time may be affected to a certain extent, so that when the terminal enters the full-screen mode, the anti-false touch area may be closed, and when the user exits from the full-screen mode, the previous anti-false touch area may be re-opened.
Specifically, if the user is watching a video with the smartphone at this time, three areas are displayed on the entire screen of the smartphone at this time: video window, related video push information and friend comment information, and at this time, in order to simply watch the video, the user does not want to enter other videos due to misoperation or click the comment information, and the anti-misoperation touch area is set, and at the moment, the anti-misoperation touch area is a video window interface, obviously, if a user performs touch screen operation on a mobile phone interface, only the operation on the video window interface can be responded, and if the user clicks to enter the full-screen mode, because of the existence of the anti-misoperation touch area, the touch screen operation on the whole interface can not respond, so the anti-misoperation touch area needs to be closed at the moment, namely, the mobile phone can respond to the touch screen operation at any position on the mobile phone interface at the moment, and when the user exits the full-screen mode, the mobile phone interface is changed into the same display interface as before, and the anti-false touch area is displayed on the interface again. In short, when the user determines the anti-false touch area, if the user enters the full-screen mode, the anti-false touch area is closed, and when the user exits the full-screen mode, the previously set anti-false touch area reappears.
In this embodiment, it is set that the anti-touch area is closed when the full screen mode is entered, or the anti-touch area is hidden, and the anti-touch area is displayed when the full screen mode is exited, so as to facilitate the operation of the user.
Further, referring to fig. 5, fig. 5 is an application diagram of an actual scene of an embodiment of the method for preventing the terminal from being touched by mistake of the present invention.
As shown in fig. 5, when a user uses a terminal, an effective touch area in a terminal display area is obtained, where the effective touch area is an area required by the user when the user operates the terminal, and a part of the area in the terminal display area is set as the effective touch area, so that in an actual operation process of the user, when the area outside the effective touch area is clicked, the terminal does not perform a corresponding response, but only performs a corresponding touch operation on a touch screen whose operation position is in the effective touch area.
Further, referring to fig. 6, fig. 6 is an application diagram of an actual scene when the terminal interface is a video playing interface according to an embodiment of the present invention.
As shown in fig. 6, when the current interface type is a non-full-screen video playing interface, when video playing is started, the terminal sets a video frame where the video playing interface is located as an effective touch area based on that the current interface is the video playing interface, and sets an area corresponding to a video-related push frame and a user comment frame as an invalid touch area, that is, when a touch screen operation is performed in an area other than the video frame, the terminal does not respond to the corresponding operation.
The invention further provides a mobile terminal with the anti-misoperation touch function.
The mobile terminal with the anti-misoperation touch function comprises the following components: the control method comprises a memory, a processor and an anti-false touch program which is stored on the memory and can run on the processor, wherein when the anti-false touch program is executed by the processor, the steps of the control method for preventing the terminal from false touch are realized.
The method implemented when the anti-false touch program running on the processor is executed can refer to each embodiment of the control method for preventing false touch of the terminal of the present invention, and is not described herein again.
In addition, the embodiment of the invention also provides a computer readable storage medium.
The computer readable storage medium of the present invention stores an anti-false touch program, and the anti-false touch program is executed by the processor to implement the steps of the control method for preventing the terminal from false touch.
The method implemented when the anti-false touch program running on the processor is executed can refer to each embodiment of the control method for preventing false touch of the terminal of the present invention, and is not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

  1. A control method for preventing the terminal from being touched by mistake is characterized by comprising the following steps:
    acquiring an effective touch area in a terminal display area;
    detecting a touch screen operation in a display area, and judging whether the operation position of the touch screen operation is in the effective touch area;
    if the operation position of the touch screen operation is in the effective touch area, the control terminal responds to the touch screen operation;
    and if the operation position of the touch screen operation is in the effective touch area, the touch screen operation is deemed as an invalid operation.
  2. The method for controlling the terminal to prevent the accidental touch as claimed in claim 1, wherein the step of obtaining the effective touch area in the terminal display area comprises:
    when the terminal is detected to start the false touch prevention function, acquiring the interface type of the current interface of the terminal;
    and displaying the effective touch area in the terminal display area according to the interface type.
  3. The method for controlling the terminal to prevent the accidental touch as claimed in claim 2, wherein the step of displaying the effective touch area in the terminal display area according to the interface type comprises:
    when the interface type is a non-full-screen video playing interface, setting a video frame in the video playing interface as an effective touch area;
    when the interface type is a game interface, setting a game frame in the game interface as an effective touch area;
    and when the interface type is an information browsing interface, setting an information frame in the information browsing interface as an effective touch area.
  4. The method for controlling the terminal to prevent the accidental touch as claimed in claim 1, wherein the step of obtaining the effective touch area in the terminal display area further comprises:
    when the terminal is detected to start the false touch prevention function, displaying a selection interface of the effective touch area;
    and receiving selection operation input by a user based on the selection interface, and displaying an effective touch area in a terminal display area based on the selection operation.
  5. The method for controlling the terminal to prevent the accidental touch as claimed in claim 4, wherein when the selection operation input by the user is a sliding operation, the step of receiving the selection operation input by the user based on the selection interface and displaying the effective touch area in the terminal display area based on the selection operation comprises the steps of:
    acquiring an operation track formed by sliding operation of a user;
    and forming a corresponding effective touch area according to the operation track.
  6. The method for controlling the terminal to prevent the wrong touch as claimed in claim 4, wherein when the selection operation input by the user is a touch operation, the step of receiving the selection operation input by the user based on the selection interface and displaying the effective touch area in the terminal display area based on the selection operation further comprises:
    acquiring the contact position of each contact operation of a user, and determining the contact of each contact operation in a display area according to the contact position;
    sequentially connecting the contacts according to the sequence of the contact generation to form a first closed area;
    and setting the formed first closed area as an effective touch area.
  7. The method for controlling the terminal to prevent the accidental touch as claimed in claim 5, wherein the step of forming the corresponding effective touch area according to the operation track comprises:
    when the operation track does not form a closed area, connecting the operation track end to form a second closed area, and setting the formed second closed area as an effective touch area;
    and when the operation track forms a closed area, setting a third closed area formed by the operation track as an effective touch area.
  8. The method for controlling the terminal to prevent the false touch as claimed in claim 1, wherein the method for controlling the terminal to prevent the false touch further comprises:
    when an effective touch area is displayed in a terminal display area and the terminal enters a full screen mode, closing the effective touch area;
    and when the terminal exits the full-screen mode, activating an effective touch area in a terminal display area.
  9. A mobile terminal, characterized in that the mobile terminal comprises: the control method comprises a memory, a processor and an anti-false touch program which is stored on the memory and can run on the processor, wherein when the anti-false touch program is executed by the processor, the steps of the control method for preventing the terminal from false touch according to any one of claims 1 to 8 are realized.
  10. A computer-readable storage medium, wherein an anti-false touch program is stored on the computer-readable storage medium, and when the anti-false touch program is executed by a processor, the steps of the control method for preventing the terminal from false touch according to any one of claims 1 to 8 are implemented.
CN201780096581.5A 2017-09-06 2017-09-06 Control method for preventing false touch of terminal, mobile terminal and computer readable storage medium Active CN111316210B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/100774 WO2019047075A1 (en) 2017-09-06 2017-09-06 Method for controlling false touch prevention of terminal, and mobile terminal and computer-readable storage medium

Publications (2)

Publication Number Publication Date
CN111316210A true CN111316210A (en) 2020-06-19
CN111316210B CN111316210B (en) 2024-03-22

Family

ID=65633321

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201780096581.5A Active CN111316210B (en) 2017-09-06 2017-09-06 Control method for preventing false touch of terminal, mobile terminal and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN111316210B (en)
WO (1) WO2019047075A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114185444A (en) * 2020-08-24 2022-03-15 北京小米移动软件有限公司 Method and device for preventing mistaken touch of touch screen and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100102473A (en) * 2009-03-11 2010-09-24 삼성전자주식회사 Error control method of portable device and portable device using the same
CN102830844A (en) * 2012-08-17 2012-12-19 北京小米科技有限责任公司 Touch screen misoperation prevention method, touch screen and mobile terminal
CN102880332A (en) * 2011-07-13 2013-01-16 仁宝电脑工业股份有限公司 Local control method and system of touch panel
CN103942001A (en) * 2014-05-12 2014-07-23 上海卓悠网络科技有限公司 Free screen capture method of mobile terminal and mobile terminal
CN104238793A (en) * 2013-06-21 2014-12-24 中兴通讯股份有限公司 Method and device for preventing faulty operation of mobile equipment with touch screen
CN104375685A (en) * 2013-08-16 2015-02-25 中兴通讯股份有限公司 Mobile terminal screen edge touch optimizing method and device
CN104657018A (en) * 2015-02-02 2015-05-27 深圳市中兴移动通信有限公司 Mobile terminal and display device thereof
CN106527899A (en) * 2016-11-24 2017-03-22 珠海市魅族科技有限公司 Full-screen playing mode control method and mobile terminal
CN106843691A (en) * 2017-01-20 2017-06-13 北京小米移动软件有限公司 The method of controlling operation thereof and device of mobile terminal

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9542000B2 (en) * 2011-02-10 2017-01-10 Kyocera Corporation Electronic device and control method for electronic device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100102473A (en) * 2009-03-11 2010-09-24 삼성전자주식회사 Error control method of portable device and portable device using the same
CN102880332A (en) * 2011-07-13 2013-01-16 仁宝电脑工业股份有限公司 Local control method and system of touch panel
CN102830844A (en) * 2012-08-17 2012-12-19 北京小米科技有限责任公司 Touch screen misoperation prevention method, touch screen and mobile terminal
CN104238793A (en) * 2013-06-21 2014-12-24 中兴通讯股份有限公司 Method and device for preventing faulty operation of mobile equipment with touch screen
CN104375685A (en) * 2013-08-16 2015-02-25 中兴通讯股份有限公司 Mobile terminal screen edge touch optimizing method and device
CN103942001A (en) * 2014-05-12 2014-07-23 上海卓悠网络科技有限公司 Free screen capture method of mobile terminal and mobile terminal
CN104657018A (en) * 2015-02-02 2015-05-27 深圳市中兴移动通信有限公司 Mobile terminal and display device thereof
CN106527899A (en) * 2016-11-24 2017-03-22 珠海市魅族科技有限公司 Full-screen playing mode control method and mobile terminal
CN106843691A (en) * 2017-01-20 2017-06-13 北京小米移动软件有限公司 The method of controlling operation thereof and device of mobile terminal

Also Published As

Publication number Publication date
WO2019047075A1 (en) 2019-03-14
CN111316210B (en) 2024-03-22

Similar Documents

Publication Publication Date Title
WO2019160345A1 (en) Method for providing function or content associated with application, and electronic device for carrying out same
WO2014058144A1 (en) Method and system for displaying fast-scrolling content and scroll bar
WO2016080630A1 (en) User terminal for controlling display device and control method thereof
WO2014182112A1 (en) Display apparatus and control method thereof
WO2016195291A1 (en) User terminal apparatus and method of controlling the same
WO2016093506A1 (en) Mobile terminal and control method therefor
WO2015093815A1 (en) Method and apparatus for outputting digital content
WO2011078540A2 (en) Mobile device and related control method for external output depending on user interaction based on image sensing module
WO2014092476A1 (en) Display apparatus, remote control apparatus, and method for providing user interface using the same
WO2017119664A1 (en) Display apparatus and control methods thereof
WO2014073825A1 (en) Portable device and control method thereof
WO2020085636A1 (en) Electronic device for displaying list of executable applications on split screen and operating method thereof
WO2016114609A1 (en) Electronic device and method of processing information in electronic device
WO2015178677A1 (en) User terminal device, method for controlling user terminal device, and multimedia system thereof
WO2017086676A1 (en) Electronic device and content output method of electronic device
WO2015064893A1 (en) Display apparatus and ui providing method thereof
WO2015005721A1 (en) Portable terminal and method for providing information using the same
WO2018056617A1 (en) Wearable device and method for providing widget thereof
WO2017069422A1 (en) User terminal device and method for providing web service thereof
WO2016076568A1 (en) Display apparatus and control method thereof
WO2019037542A1 (en) Television source preview method and apparatus, and computer-readable storage medium
WO2015190781A1 (en) User terminal, method for controlling same, and multimedia system
WO2018056587A1 (en) Electronic apparatus and controlling method thereof
CN111316210A (en) Control method for preventing terminal from being touched by mistake, mobile terminal and computer readable storage medium
EP3314874A1 (en) User terminal device and method for providing web service thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant