WO2022127152A1 - 控制方法、装置、终端设备及存储介质 - Google Patents

控制方法、装置、终端设备及存储介质 Download PDF

Info

Publication number
WO2022127152A1
WO2022127152A1 PCT/CN2021/112604 CN2021112604W WO2022127152A1 WO 2022127152 A1 WO2022127152 A1 WO 2022127152A1 CN 2021112604 W CN2021112604 W CN 2021112604W WO 2022127152 A1 WO2022127152 A1 WO 2022127152A1
Authority
WO
WIPO (PCT)
Prior art keywords
pop
window
control
preset element
target
Prior art date
Application number
PCT/CN2021/112604
Other languages
English (en)
French (fr)
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 珠海格力电器股份有限公司
Publication of WO2022127152A1 publication Critical patent/WO2022127152A1/zh

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/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04812Interaction techniques based on cursor appearance or behaviour, e.g. being affected by the presence of displayed objects
    • 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/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • G06F3/04883Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Definitions

  • the embodiments of the present disclosure relate to the field of intelligent terminals, and in particular, to a control method, an apparatus, a terminal device, and a storage medium.
  • malicious applications and some applications running in the background can start the pop-up window by calling the pop-up window start function to display the advertisement floating window to the user, and the close icon corresponding to the advertisement floating window is usually set in a difficult Where it is found by the user, it causes the user to spend a lot of time looking for the close icon, and then click the close icon to close the ad floating window.
  • the embodiments of the present disclosure provide a control method, an apparatus, a terminal device, and a storage medium.
  • an embodiment of the present disclosure provides a control method, including:
  • the pop-up window is controlled through the preset element.
  • the determining the preset element corresponding to the pop-up window based on the target triggering operation includes:
  • the preset element corresponding to the pop-up window is searched by the monitoring component.
  • the preset element includes: a close button or a skip button.
  • controlling the pop-up window through the preset element includes:
  • the control component is invoked to perform a click operation on the close button to control the pop-up window to close;
  • control component When it is determined that the preset element is the skip button, the control component is invoked to perform a click operation on the skip button, so as to control the pop-up window to skip.
  • the method further includes:
  • the target triggering operation is associated with the monitoring component and the control component, so that the target triggering operation controls the pop-up window.
  • the method further includes:
  • the target-triggered operation is updated, and the target-triggered operation includes one or more gestures.
  • the gesture includes: sliding two fingers in the same or opposite directions at the same time.
  • the pop-up window includes: an advertisement pop-up window.
  • an embodiment of the present disclosure provides a control device, including:
  • a receiving module configured to receive a target triggering operation on the display interface when the pop-up window is suspended on the display interface
  • a determining module configured to determine the preset element corresponding to the pop-up window based on the target triggering operation
  • the control module is configured to control the pop-up window through the preset element.
  • an embodiment of the present disclosure provides a terminal device, including: a processor and a memory, where the processor is configured to execute a control program stored in the memory, so as to implement any one of the foregoing first aspects control method.
  • an embodiment of the present disclosure provides a storage medium, where the storage medium stores one or more programs, and the one or more programs can be executed by one or more processors, so as to implement the above-mentioned first aspect any one of the control methods.
  • a pop-up window when a pop-up window is suspended on a display interface, receiving a target triggering operation on the display interface; determining a preset element corresponding to the pop-up window based on the target triggering operation; The preset element controls the pop-up window, and realizes closing or skipping of the pop-up window through the target trigger operation, avoiding the user spending time to find the close or skip button, and improving the user experience of the user in the terminal device process.
  • FIG. 1 is a schematic flowchart of a control method provided by an embodiment of the present disclosure
  • FIG. 2 is a schematic flowchart of another control method provided by an embodiment of the present disclosure.
  • FIG. 3 is a schematic diagram of a pop-up window suspended on a display interface of a terminal device according to an embodiment of the present disclosure
  • FIG. 4 is a schematic diagram of a gesture-based control pop-up window closing according to an embodiment of the present disclosure
  • FIG. 5 is a schematic structural diagram of a control device according to an embodiment of the present disclosure.
  • FIG. 6 is a schematic structural diagram of a terminal device according to an embodiment of the present disclosure.
  • FIG. 1 is a schematic flowchart of a control method provided by an embodiment of the present disclosure. As shown in FIG. 1 , the method specifically includes:
  • the control method provided by the embodiment of the present disclosure is applied to a terminal device.
  • a pop-up window pops up on the display interface of the terminal device during the display process (the pop-up window can be suspended at any position on the display interface), it is automatically closed through a trigger operation by the user. Or skip the pop-up window to avoid affecting the user's reading/viewing experience.
  • the pop-up window can be an advertisement floating window.
  • the terminal device monitors the current display interface in real time.
  • a pop-up window is detected floating on the display interface
  • the user can perform operations on the display interface through gestures, and the terminal device determines whether the trigger operation triggered by the user on the display interface is the target.
  • the triggering operation wherein the target triggering operation is an operation corresponding to the pop-up window, and the target triggering operation can realize the control of the pop-up window.
  • the pop-up window is correspondingly set with a preset element
  • the preset element is usually set in an area that is not conducive to being found, and the preset element may be a close button or a skip button.
  • the preset element corresponding to the pop-up window from the display interface according to the target trigger operation.
  • other elements such as page turning, fast-forwarding, etc.
  • the basis for screening can be judged according to the visual samples of the elements. For example, the visual style corresponding to the close button is:
  • control of the pop-up window is realized by setting the linkage control between the target trigger operation and the pop-up window.
  • the preset element is first determined through the target trigger operation, and then the click operation on the preset element is automatically executed to realize the control of the pop-up window. Control the popup by triggering the action on the target.
  • the close button of the popup window in the display interface is determined through the target trigger operation, and then the click operation of the close button is automatically performed, so that the popup window is automatically closed.
  • a pop-up window when a pop-up window is suspended on a display interface, receiving a target triggering operation on the display interface; determining a preset element corresponding to the pop-up window based on the target triggering operation; The preset element controls the pop-up window, and realizes closing or skipping of the pop-up window through the target trigger operation, avoiding the user spending time to find the close or skip button, and improving the user experience of the user in the terminal device process.
  • FIG. 2 is a schematic flowchart of another control method provided by an embodiment of the present disclosure. As shown in FIG. 2 , the method specifically includes:
  • pop-up windows with advertising promotion functions often appear in the process of the user using a certain application, and the designers of the pop-up window often stay on the pop-up window for a long time for the user's attention.
  • the "close button” or “skip button” corresponding to the pop-up window is set in a hidden place, and it takes a certain amount of time for the user to find it, so as to prolong the display time of the pop-up window.
  • the control method provided by the embodiment of the present disclosure is applied to the control of a pop-up window on a terminal device, and the pop-up window is controlled through a preset target trigger operation, and the user does not need to spend time searching for the control button of the pop-up window.
  • the target trigger operation can be a Displays operations that are controlled by preset elements in the interface.
  • a target triggering operation corresponding to the pop-up window is configured, and the target triggering operation may include: one or more gestures, which are triggered by a user to act on the screen of the terminal device.
  • the gesture includes two fingers swiping in the same or opposite directions at the same time.
  • the gesture may be two-handed thumbs sliding from the middle of the screen to the borders on both sides of the display interface, or two-handed thumbs sliding from the positions of the two borders of the screen to the middle of the screen at the same time.
  • an update option of the target-triggered operation is also provided, and operations such as deletion, replacement, or addition of the target-triggered operation can be implemented through the update option.
  • the gesture can also be any other form of action
  • the starting position of the gesture can be any position on the screen
  • the sliding distance of the gesture on the screen can be set according to user requirements.
  • the initial position of the gesture on the screen and the sliding distance corresponding to the gesture are not specifically limited.
  • the display interface may be an interface corresponding to the application program carried on the terminal device, and the interface may be the initial interface of entering the application program, a certain content interface during the application program display process, or the switching interface when the application program performs interface switching.
  • the reading display interface of a novel reading APP For example, the reading display interface of a novel reading APP.
  • the display interface includes multiple elements.
  • An element can be understood as a component in the display interface or a sub-interface suspended in the display interface.
  • the elements can include preset elements and non-preset elements.
  • Elements can be: sub-interfaces or components that are suspended on the display interface (for example, the close button or skip button of the advertisement floating window), and non-preset elements can be: components that are set to control the display interface (for example, the current display interface the exit button or the next page button).
  • the target start operation, the monitoring component of the display interface, and the control component of the display interface are associated in advance, and the monitoring component and the control component are invoked through the target start operation to realize the linkage control of the pop-up window in the display interface.
  • the monitoring component is set to monitor the elements of the display interface and determine the preset element corresponding to the pop-up window.
  • the method of determining the preset element from all the elements in the display interface may include the following: judging by the visual style of the element or Judging by the code of the element.
  • the preset elements corresponding to the pop-up window may include: a close button and a skip button.
  • the close button when judging by the visual style of the element, it can be judged whether the visual style corresponding to the close button is: After determining the visual style is , it is determined as a preset element; when judging by the code of the element, it can be judged whether the code segment corresponding to the close button contains the characters "button” and "close”, and the code segment contains "button” and "close” , identify it as the default element.
  • the code segment corresponding to the close button of the popup window may be:
  • control component is a component that controls the preset element corresponding to the pop-up window. After obtaining the preset element of the pop-up window through the monitoring component, the control component is called to directly perform a click operation on the preset element, thereby realizing the Gesture control of popup windows.
  • the monitoring component is called through the target trigger operation to find the preset element "close button” corresponding to the pop-up window in the display interface, and then the control component is called to perform a click operation on the preset element "close button", and then Automatically control the closing of the pop-up window.
  • the monitoring component is called through the target trigger operation to find the preset element "skip button” corresponding to the pop-up window in the display interface, and then the control component is called to click the preset element "skip button” operation, and then automatically control the pop-up window to skip.
  • the terminal device involved in the above may be a mobile terminal, for example, a terminal such as a smart phone and a tablet computer, and this embodiment will be described below by taking the terminal device being a smart phone as an example.
  • FIG. 3 a schematic diagram of a display interface in which a pop-up window is suspended on a terminal device provided by an embodiment of the present disclosure is shown.
  • the pop-up window is in the middle of the display interface, and the preset element is a “close button” , the "Close button” is located at the upper right corner of the pop-up window.
  • FIG. 4 a schematic diagram of closing a pop-up window based on gesture control provided by an embodiment of the present disclosure is shown.
  • the thumbs of the user's left and right hands are placed at the positions below the pop-up window on the display interface, respectively, and the thumb of the left hand is placed on the display interface.
  • Place it on the index finger of the left hand place the thumb of the right hand on the thumb of the right hand, and slide the left thumb and right thumb on the display interface of the terminal device in the direction of the arrow at the same time to control the pop-up window to close.
  • a pop-up window when a pop-up window is suspended on a display interface, receiving a target triggering operation on the display interface; determining a preset element corresponding to the pop-up window based on the target triggering operation; The preset element controls the pop-up window, and the pop-up window can be closed or skipped through the target trigger operation.
  • the operation is simple and fast, avoiding the user spending time to find the close or skip button, and improving the user's experience in the terminal device process. user experience.
  • FIG. 5 is a schematic structural diagram of a control device provided by an embodiment of the present disclosure. As shown in FIG. 5 , the device specifically includes:
  • the receiving module 501 is configured to receive a target trigger operation on the display interface when the pop-up window is suspended on the display interface;
  • the determining module 502 is configured to determine the preset element corresponding to the pop-up window based on the target triggering operation
  • the control module 503 is configured to control the pop-up window through the preset element.
  • the determining module 502 is specifically configured to invoke the monitoring component of the display interface through the target triggering operation; and searching for the preset element corresponding to the pop-up window through the monitoring component.
  • the preset element includes: a close button or a skip button.
  • control module 503 is specifically configured to, when it is determined that the preset element is the close button, call a control component to perform a click operation on the close button, so as to control the pop-up window or, when it is determined that the preset element is the skip button, invoking the control component to perform a click operation on the skip button, so as to control the pop-up window to skip.
  • the device further includes:
  • the configuration module 504 is configured to configure the target trigger operation corresponding to the pop-up window
  • the association module 505 is configured to associate the target triggering operation with the monitoring component and the control component, so that the target triggering operation controls the pop-up window.
  • the device further includes:
  • the updating module 506 is configured to update the target triggering operation, where the target triggering operation includes one or more gestures.
  • the gesture includes: sliding two fingers in the same or opposite directions at the same time.
  • the pop-up window includes: an advertisement pop-up window.
  • the control device provided in this embodiment may be the control device shown in FIG. 5 , and can execute all the steps of the control method shown in FIG. 1-2 , thereby realizing the technical effect of the control method shown in FIG. 1-2 .
  • the descriptions of Figures 1-2 are not repeated here for brevity.
  • FIG. 6 is a schematic structural diagram of a terminal device according to an embodiment of the present disclosure.
  • the terminal device 600 shown in FIG. 6 includes: at least one processor 601 , memory 602 , at least one network interface 604 and other user interfaces 603 .
  • the various components in terminal device 600 are coupled together by bus system 605 .
  • the bus system 605 is configured to enable connection communication between these components.
  • the bus system 605 also includes a power bus, a control bus, and a status signal bus.
  • the various buses are labeled as bus system 605 in FIG. 6 .
  • the user interface 603 may include a display, a keyboard, or a pointing device (eg, a mouse, a trackball, a touch pad or a touch screen, etc.).
  • a pointing device eg, a mouse, a trackball, a touch pad or a touch screen, etc.
  • the memory 602 in embodiments of the present disclosure may be volatile memory or non-volatile memory, or may include both volatile and non-volatile memory.
  • the non-volatile memory may be a read-only memory (Read-Only Memory, ROM), a programmable read-only memory (Programmable ROM, PROM), an erasable programmable read-only memory (Erasable PROM, EPROM), an electrically programmable read-only memory (Erasable PROM, EPROM). Erase programmable read-only memory (Electrically EPROM, EEPROM) or flash memory.
  • Volatile memory may be Random Access Memory (RAM), which acts as an external cache.
  • RAM Static RAM
  • DRAM Dynamic RAM
  • SDRAM Synchronous DRAM
  • SDRAM double data rate synchronous dynamic random access memory
  • Double Data Rate SDRAM DDRSDRAM
  • enhanced SDRAM ESDRAM
  • synchronous link dynamic random access memory Synch link DRAM, SLDRAM
  • Direct Rambus RAM Direct Rambus RAM
  • memory 602 stores the following elements, executable units or data structures, or a subset thereof, or an extended set of them: an operating system 6021 and applications 6022.
  • the operating system 6021 includes various system programs, such as a framework layer, a core library layer, a driver layer, etc., and is configured to implement various basic services and process hardware-based tasks.
  • the application program 6022 includes various application programs, such as a media player (Media Player), a browser (Browser), etc., and is set to implement various application services.
  • a program implementing the method of the embodiment of the present disclosure may be included in the application program 6022 .
  • the processor 601 by calling the program or instruction stored in the memory 602, specifically, the program or instruction stored in the application program 6022, the processor 601 is configured to execute the method steps provided by each method embodiment, for example include:
  • the pop-up window When the pop-up window is suspended on the display interface, receive a target triggering operation on the display interface; determine the preset element corresponding to the pop-up window based on the target triggering operation; perform the operation on the pop-up window through the preset element control.
  • the monitoring component of the display interface is invoked through the target triggering operation; the preset element corresponding to the pop-up window is searched through the monitoring component.
  • the preset element includes: a close button or a skip button.
  • a control component when it is determined that the preset element is the close button, a control component is called to perform a click operation on the close button to control the pop-up window to close; or, when the preset element is determined to be the close button
  • the control component is called to perform a click operation on the skip button, so as to control the pop-up window to skip.
  • a target triggering operation corresponding to the popup window is configured; the target triggering operation is associated with a monitoring component and a control component, so that the target triggering operation controls the popup window.
  • the target triggering operation is updated, and the target triggering operation includes one or more gestures.
  • the gesture includes: sliding two fingers in the same or opposite directions at the same time.
  • the pop-up window includes: an advertisement pop-up window.
  • the methods disclosed in the above embodiments of the present disclosure may be applied to the processor 601 or implemented by the processor 601 .
  • the processor 601 may be an integrated circuit chip with signal processing capability. In the implementation process, each step of the above-mentioned method may be completed by an integrated logic circuit of hardware in the processor 601 or an instruction in the form of software.
  • the above-mentioned processor 601 can be a general-purpose processor, a digital signal processor (Digital Signal Processor, DSP), an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), a ready-made programmable gate array (Field Programmable Gate Array, FPGA) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
  • a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
  • the steps of the methods disclosed in conjunction with the embodiments of the present disclosure can be directly embodied as executed by a hardware decoding processor, or executed by a combination of hardware and software units in the decoding processor.
  • the software unit may be located in random access memory, flash memory, read-only memory, programmable read-only memory or electrically erasable programmable memory, registers and other storage media mature in the art.
  • the storage medium is located in the memory 602, and the processor 601 reads the information in the memory 602, and completes the steps of the above method in combination with its hardware.
  • the embodiments described herein may be implemented in hardware, software, firmware, middleware, microcode, or a combination thereof.
  • the processing unit can be implemented in one or more Application Specific Integrated Circuits (ASIC), Digital Signal Processing (DSP), Digital Signal Processing Device (DSPDevice, DSPD), programmable logic Programmable Logic Device (PLD), Field-Programmable Gate Array (FPGA), general purpose processor, controller, microcontroller, microprocessor, other configured to perform the functions described in this disclosure electronic unit or a combination thereof.
  • ASIC Application Specific Integrated Circuits
  • DSP Digital Signal Processing
  • DSPDevice Digital Signal Processing Device
  • PLD programmable logic Programmable Logic Device
  • FPGA Field-Programmable Gate Array
  • the techniques described herein may be implemented by means of units that perform the functions described herein.
  • Software codes may be stored in memory and executed by a processor.
  • the memory can be implemented in the processor or external to the processor.
  • the terminal device provided in this embodiment may be the terminal device shown in FIG. 6 , and can execute all the steps of the control method shown in FIG. 1-2, thereby realizing the technical effect of the control method shown in FIG. 1-2.
  • the descriptions of Figures 1-2 are not repeated here for brevity.
  • Embodiments of the present disclosure also provide a storage medium (computer-readable storage medium).
  • the storage medium here stores one or more programs.
  • the storage medium may include volatile memory, such as random access memory; the memory may also include non-volatile memory, such as read-only memory, flash memory, hard disk or solid-state hard disk; the memory may also include the above-mentioned types of memory. combination.
  • the processor is configured to execute the control program stored in the memory, so as to realize the following steps of the control method performed on the control device side:
  • the pop-up window When the pop-up window is suspended on the display interface, receive a target triggering operation on the display interface; determine the preset element corresponding to the pop-up window based on the target triggering operation; perform the operation on the pop-up window through the preset element control.
  • the monitoring component of the display interface is invoked through the target triggering operation; the preset element corresponding to the pop-up window is searched through the monitoring component.
  • the preset element includes: a close button or a skip button.
  • a control component when it is determined that the preset element is the close button, a control component is called to perform a click operation on the close button to control the pop-up window to close; or, when the preset element is determined to be the close button
  • the control component is called to perform a click operation on the skip button, so as to control the pop-up window to skip.
  • a target triggering operation corresponding to the popup window is configured; the target triggering operation is associated with a monitoring component and a control component, so that the target triggering operation controls the popup window.
  • the target triggering operation is updated, and the target triggering operation includes one or more gestures.
  • the gesture includes: sliding two fingers in the same or opposite directions at the same time.
  • a software module can be placed in random access memory (RAM), internal memory, read only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, removable disk, CD-ROM, or any other in the technical field. in any other known form of storage medium.
  • RAM random access memory
  • ROM read only memory
  • electrically programmable ROM electrically erasable programmable ROM
  • registers hard disk, removable disk, CD-ROM, or any other in the technical field. in any other known form of storage medium.

Landscapes

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

Abstract

一种控制方法、装置、终端设备及存储介质,包括:在弹窗悬浮设置于显示界面时,接收对显示界面的目标触发操作;基于目标触发操作确定弹窗对应的预设元素;通过预设元素对弹窗进行控制,通过目标触发操作实现对弹窗的关闭或跳过,操作快捷简单,避免用户花费时间去寻找关闭或跳过按钮,提升用户在使用终端设备过程中的用户体验。

Description

控制方法、装置、终端设备及存储介质
本公开要求于2020年12月16日提交中国专利局、申请号为202011492405.3、发明名称为“控制方法、装置、终端设备及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本公开中。
技术领域
本公开实施例涉及智能终端领域,尤其涉及一种控制方法、装置、终端设备及存储介质。
背景技术
随着通信技术的发展,智能移动电话、个人数字助理、掌上电脑以及台式机电脑等终端中安装的应用程序也越来越多,给一些恶意广告商带来了见缝插针的机会,例如,恶意广告商通过捆绑式下载,在用户安装下载的应用程序安装包时,在用户不知情的情况下,植入的恶意应用程序也被安装,从而可以通过该安装的恶意应用程序,向用户弹出各种类型的弹窗,如广告悬浮窗。
在用户对终端进行操作时,恶意应用程序以及后台运行的一些应用程序可以通过调用弹窗启动函数来启动弹窗,向用户展示广告悬浮窗,而广告悬浮窗对应的关闭图标通常被设置于不易被用户发现的地方,这就导致用户需要花费很大的时间去寻找关闭图标,再通过点击关闭图标以关闭广告悬浮窗。
发明内容
鉴于此,为解决用户手动关闭广告悬浮窗耗时长、用户体验差的技术 问题,本公开实施例提供一种控制方法、装置、终端设备及存储介质。
第一方面,本公开实施例提供一种控制方法,包括:
在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;
基于所述目标触发操作确定所述弹窗对应的预设元素;
通过所述预设元素对所述弹窗进行控制。
在一个可能的实施方式中,所述基于所述目标触发操作确定所述弹窗对应的预设元素,包括:
通过所述目标触发操作调用所述显示界面的监控组件;
通过所述监控组件查找所述弹窗对应的预设元素。
在一个可能的实施方式中,所述预设元素包括:关闭按钮或跳过按钮。
在一个可能的实施方式中,所述通过所述预设元素对所述弹窗进行控制,包括:
在确定所述预设元素为所述关闭按钮时,调用控制组件对所述关闭按钮执行点击操作,以控制所述弹窗关闭;
或,
在确定所述预设元素为所述跳过按钮时,调用控制组件对所述跳过按钮执行点击操作,以控制所述弹窗跳过。
在一个可能的实施方式中,所述方法还包括:
配置所述弹窗对应的目标触发操作;
将所述目标触发操作与监控组件以及控制组件进行关联,以使所述目标触发操作对所述弹窗进行控制。
在一个可能的实施方式中,所述方法还包括:
对所述目标触发操作进行更新,所述目标触发操作包括一种或多种手势。
在一个可能的实施方式中,所述手势包括:两指同时向相同或相反方 向滑动。
在一个可能的实施方式中,所述弹窗包括:广告弹窗。
第二方面,本公开实施例提供一种控制装置,包括:
接收模块,被设置为在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;
确定模块,被设置为基于所述目标触发操作确定所述弹窗对应的预设元素;
控制模块,被设置为通过所述预设元素对所述弹窗进行控制。
第三方面,本公开实施例提供一种终端设备,包括:处理器和存储器,所述处理器被设置为执行所述存储器中存储的控制程序,以实现上述第一方面中任一项所述的控制方法。
第四方面,本公开实施例提供一种存储介质,所述存储介质存储有一个或者多个程序,所述一个或者多个程序可被一个或者多个处理器执行,以实现上述第一方面中任一项所述的控制方法。
本公开实施例提供的控制方案,通过在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;基于所述目标触发操作确定所述弹窗对应的预设元素;通过所述预设元素对所述弹窗进行控制,通过目标触发操作实现对弹窗的关闭或跳过,避免用户花费时间去寻找关闭或跳过按钮,提升用户在终端设备过程中的用户体验。
附图说明
图1为本公开实施例提供的一种控制方法的流程示意图;
图2为本公开实施例提供的另一种控制方法的流程示意图;
图3为本公开实施例提供的一种弹窗悬浮设置于终端设备的显示界面的示意图;
图4为本公开实施例提供的一种基于手势控制弹窗关闭的示意图;
图5为本公开实施例提供的一种控制装置的结构示意图;
图6为本公开实施例提供的一种的终端设备的结构示意图。
具体实施方式
为使本公开实施例的目的、技术方案和优点更加清楚,下面将结合本公开实施例中的附图,对本公开实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本公开一部分实施例,而不是全部的实施例。基于本公开中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本公开保护的范围。
为便于对本公开实施例的理解,下面将结合附图以具体实施例做进一步的解释说明,实施例并不构成对本公开实施例的限定。
图1为本公开实施例提供的一种控制方法的流程示意图,如图1所示,该方法具体包括:
S11、在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作。
本公开实施例提供的控制方法应用于终端设备,终端设备的显示界面在展示过程中弹出浮窗时(该弹窗可悬浮设置于显示界面的任一位置),通过用户的触发操作,自动关闭或跳过该弹窗,以避免影响用户阅读/观看的体验,该弹窗可以是广告悬浮窗。
终端设备对当前的显示界面进行实时监控,在检测到有弹窗悬浮设置于显示界面时,用户可以通过手势动作在显示界面上进行操作,终端设备判断用户对显示界面触发的触发操作是否为目标触发操作,其中,目标触发操作为与弹窗对应的操作,该目标触发操作可以实现对弹窗的控制。
S12、基于所述目标触发操作确定所述弹窗对应的预设元素。
在本公开实施例中,弹窗对应设置有预设元素,该预设元素通常情况下设置于不利于被发现的区域,该预设元素可以是关闭按钮或跳过按钮。
根据目标触发操作从显示界面查找弹窗对应的预设元素,在显示界面中除弹窗对应的预设元素外,还可能存在其它元素(例如,翻页、快进等元素),因此,先从显示界面的全部元素中进行筛选,得到预设元素,筛选的依据可以是根据元素的视觉试样进行判断,例如,关闭按钮对应的视觉样式为:
Figure PCTCN2021112604-appb-000001
S13、通过所述预设元素对所述弹窗进行控制。
在本实施例中,通过设置目标触发操作与弹窗的联动控制,以实现对弹窗的控制,通过目标触发操作先确定预设元素,再通过自动执行对预设元素的点击操作,进而实现通过目标触发操作控制弹窗。
在一些实施方式中,在预设元素为关闭按钮时,通过目标触发操作确定显示界面中弹窗的关闭按钮,再自动执行对关闭按钮的点击操作,以是弹窗自动关闭。
本公开实施例提供的控制方法,通过在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;基于所述目标触发操作确定所述弹窗对应的预设元素;通过所述预设元素对所述弹窗进行控制,通过目标触发操作实现对弹窗的关闭或跳过,避免用户花费时间去寻找关闭或跳过按钮,提升用户在终端设备过程中的用户体验。
图2为本公开实施例提供的另一种控制方法的流程示意图,如图2所示,该方法具体包括:
S21、在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作。
在用户使用终端设备过程中,具有广告推广功能的弹窗时常出现在用户使用某个应用程序的过程中,而弹窗的设计人员通过为了用户将关注点 长时间停留于弹窗上,往往将弹窗对应的“关闭按钮”或“跳过按钮”设置于隐蔽处,需要用户花费一定时间才能找到,以此来延长弹窗的展示时间。
本公开实施例提供的控制方法应用于终端设备上弹窗的控制,通过预先设置的目标触发操作对弹窗进行控制,不需要用户再花费时间寻找弹窗的控制按钮,目标触发操作可以是对显示界面内预设元素进行控制的操作。
在本公开实施例的一可选方案中,配置所述弹窗对应的目标触发操作,目标触发操作可以包括:一种或多种手势,该手势通过用户触发作用于终端设备的屏幕上。
在一些实施方式中,手势包括:两指同时向相同或相反方向滑动。
例如,手势可以是双手拇指由屏幕的中间位置同时向显示界面两侧边框滑动,或双手拇指由屏幕两侧边框的位置同时向屏幕中间滑动。
在本公开实施例的一可选方案中,还提供目标触发操作的更新选项,通过该更新选项可以实现对目标触发操作的删除、替换或新增等操作。
需要说明的是:手势还可以是其它任一形式的动作,手势的起始位置可以是屏幕的任一位置,手势在屏幕的滑动距离可以是根据用户需求进行设置,本实施例对于手势的形式、手势处于屏幕的初始位置以及手势对应的滑动距离,不作具体限定。
显示界面可以是承载于终端设备上应用程序上对应的某个界面,该界面可以是进入应用程序的初始界面、应用程序展示过程中某个内容界面或应用程序执行界面切换时的切换界面。
例如,小说阅读类APP的阅读展示界面。
在一些实施方式中,在该显示界面中包含有多个元素,元素可以理解为显示界面中的组件或悬浮设置于显示界面的子界面,元素可以包括预设元素和非预设元素,预设元素可以是:悬浮设置于显示界面的子界面或组件(例如,广告悬浮窗的关闭按钮或跳过按钮),非预设元素可以是:被 设置为控制显示界面的组件(例如,当前显示界面的退出按钮或下一页按钮)。
S22、通过所述目标触发操作调用所述显示界面的监控组件。
在本实施例中,预先将目标出发操作、显示界面的监控组件、显示界面的控制组件进行关联,并实现通过目标出发操作调用监控组件和控制组件实现对显示界面中弹窗的联动控制。
S23、通过所述监控组件查找所述弹窗对应的预设元素。
监控组件被设置为对显示界面的元素进行监控,并确定弹窗对应的预设元素,对于从显示界面中全部的元素中确定预设元素的方式可以包括如下:通过元素的视觉样式进行判断或通过元素的代码进行判断。
在一些实施方式中,弹窗对应的预设元素可以包括:关闭按钮和跳过按钮,相应地,对于关闭按钮,通过元素的视觉样式进行判断时,可判断关闭按钮对应的视觉样式是否为:
Figure PCTCN2021112604-appb-000002
在确定视觉样式为
Figure PCTCN2021112604-appb-000003
时,将其确定为预设元素;通过元素的代码进行判断时,可判断关闭按钮对应的代码段中是否包含字符“button”和“关闭”,在代码段中包含“button”和“关闭”,将其确定为预设元素。
在本公开一示例中,弹窗关闭按钮对应的代码段可以为:
<input id="BtnClose"type="button"value="关闭"onclick="closeIframe()"/><input id="BtnClose"type="button"value="关闭"onclick="closeIframe()"/>
S24、在确定所述预设元素为所述关闭按钮时,调用控制组件对所述关闭按钮执行点击操作,以控制所述弹窗关闭。
S25、在确定所述预设元素为所述跳过按钮时,调用控制组件对所述跳过按钮执行点击操作,以控制所述弹窗跳过。
在本实施例中,控制组件为对弹窗对应的预设元素控制的组件,在通过监控组件获取到弹窗的预设元素后,调用控制组件直接对预设元素执行 点击操作,进而实现通过手势对弹窗的控制。
在预设元素为关闭按钮时,通过目标触发操作调用监控组件查找显示界面中弹窗对应的预设元素“关闭按钮”,进而再调用控制组件对预设元素“关闭按钮”执行点击操作,进而自动实现控制弹窗关闭。
在预设元素为跳过按钮时,通过目标触发操作调用监控组件查找显示界面中弹窗对应的预设元素“跳过按钮”,进而再调用控制组件对预设元素“跳过按钮”执行点击操作,进而自动实现控制弹窗跳过。
以上涉及的终端设备可以是移动终端,例如,智能手机、平板电脑等终端,以下将以终端设备为智能手机为例对本实施例进行介绍。
参照图3,示出了本公开实施例提供的一种弹窗悬浮设置于终端设备的显示界面的示意图,在该显示界面中,弹窗处于显示界面的中间,预设元素为“关闭按钮”,该“关闭按钮”处于弹窗的右上角处。
参照图4,示出了本公开实施例提供的一种基于手势控制弹窗关闭的示意图,在该显示界面中,用户的左右手的拇指分别置于显示界面弹窗下方的方位,并将左手拇指放置于左手食指位置,将右手拇指放置于右手拇指位置,再左手拇指和右手拇指同时按照箭头方向在终端设备的显示界面上滑动,以此控制弹窗关闭。
本公开实施例提供的控制方法,通过在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;基于所述目标触发操作确定所述弹窗对应的预设元素;通过所述预设元素对所述弹窗进行控制,通过目标触发操作实现对弹窗的关闭或跳过,操作简单快捷,避免用户花费时间去寻找关闭或跳过按钮,提升用户在终端设备过程中的用户体验。
图5为本公开实施例提供的一种控制装置的结构示意图,如图5所示,该装置具体包括:
接收模块501,被设置为在弹窗悬浮设置于显示界面时,接收对所述 显示界面的目标触发操作;
确定模块502,被设置为基于所述目标触发操作确定所述弹窗对应的预设元素;
控制模块503,被设置为通过所述预设元素对所述弹窗进行控制。
在一个可能的实施方式中,所述确定模块502,具体被设置为通过所述目标触发操作调用所述显示界面的监控组件;通过所述监控组件查找所述弹窗对应的预设元素。
在一个可能的实施方式中,所述预设元素包括:关闭按钮或跳过按钮。
在一个可能的实施方式中,所述控制模块503,具体被设置为在确定所述预设元素为所述关闭按钮时,调用控制组件对所述关闭按钮执行点击操作,以控制所述弹窗关闭;或,在确定所述预设元素为所述跳过按钮时,调用控制组件对所述跳过按钮执行点击操作,以控制所述弹窗跳过。
在一个可能的实施方式中,所述装置还包括:
配置模块504,被设置为配置所述弹窗对应的目标触发操作;
关联模块505,被设置为将所述目标触发操作与监控组件以及控制组件进行关联,以使所述目标触发操作对所述弹窗进行控制。
在一个可能的实施方式中,所述装置还包括:
更新模块506,被设置为对所述目标触发操作进行更新,所述目标触发操作包括一种或多种手势。
在一个可能的实施方式中,所述手势包括:两指同时向相同或相反方向滑动。
在一个可能的实施方式中,所述弹窗包括:广告弹窗。
本实施例提供的控制装置可以是如图5中所示的控制装置,可执行如图1-2中控制方法的所有步骤,进而实现图1-2所示控制方法的技术效果,具体请参照图1-2相关描述,为简洁描述,在此不作赘述。
图6为本公开实施例提供的一种终端设备的结构示意图,图6所示的终端设备600包括:至少一个处理器601、存储器602、至少一个网络接口604和其他用户接口603。终端设备600中的各个组件通过总线系统605耦合在一起。可理解,总线系统605被设置为实现这些组件之间的连接通信。总线系统605除包括数据总线之外,还包括电源总线、控制总线和状态信号总线。但是为了清楚说明起见,在图6中将各种总线都标为总线系统605。
其中,用户接口603可以包括显示器、键盘或者点击设备(例如,鼠标,轨迹球(trackball)、触感板或者触摸屏等。
可以理解,本公开实施例中的存储器602可以是易失性存储器或非易失性存储器,或可包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(Read-Only Memory,ROM)、可编程只读存储器(Programmable ROM,PROM)、可擦除可编程只读存储器(Erasable PROM,EPROM)、电可擦除可编程只读存储器(Electrically EPROM,EEPROM)或闪存。易失性存储器可以是随机存取存储器(Random Access Memory,RAM),其用作外部高速缓存。通过示例性但不是限制性说明,许多形式的RAM可用,例如静态随机存取存储器(Static RAM,SRAM)、动态随机存取存储器(Dynamic RAM,DRAM)、同步动态随机存取存储器(Synchronous DRAM,SDRAM)、双倍数据速率同步动态随机存取存储器(Double Data Rate SDRAM,DDRSDRAM)、增强型同步动态随机存取存储器(Enhanced SDRAM,ESDRAM)、同步连接动态随机存取存储器(Synch link DRAM,SLDRAM)和直接内存总线随机存取存储器(Direct Rambus RAM,DRRAM)。本文描述的存储器602旨在包括但不限于这些和任意其它适合类型的存储器。
在一些实施方式中,存储器602存储了如下的元素,可执行单元或者数据结构,或者他们的子集,或者他们的扩展集:操作系统6021和应用程 序6022。
其中,操作系统6021,包含各种系统程序,例如框架层、核心库层、驱动层等,被设置为实现各种基础业务以及处理基于硬件的任务。应用程序6022,包含各种应用程序,例如媒体播放器(Media Player)、浏览器(Browser)等,被设置为实现各种应用业务。实现本公开实施例方法的程序可以包含在应用程序6022中。
在本公开实施例中,通过调用存储器602存储的程序或指令,具体的,可以是应用程序6022中存储的程序或指令,处理器601被设置为执行各方法实施例所提供的方法步骤,例如包括:
在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;基于所述目标触发操作确定所述弹窗对应的预设元素;通过所述预设元素对所述弹窗进行控制。
在一个可能的实施方式中,通过所述目标触发操作调用所述显示界面的监控组件;通过所述监控组件查找所述弹窗对应的预设元素。
在一个可能的实施方式中,所述预设元素包括:关闭按钮或跳过按钮。
在一个可能的实施方式中,在确定所述预设元素为所述关闭按钮时,调用控制组件对所述关闭按钮执行点击操作,以控制所述弹窗关闭;或,在确定所述预设元素为所述跳过按钮时,调用控制组件对所述跳过按钮执行点击操作,以控制所述弹窗跳过。
在一个可能的实施方式中,配置所述弹窗对应的目标触发操作;将所述目标触发操作与监控组件以及控制组件进行关联,以使所述目标触发操作对所述弹窗进行控制。
在一个可能的实施方式中,对所述目标触发操作进行更新,所述目标触发操作包括一种或多种手势。
在一个可能的实施方式中,所述手势包括:两指同时向相同或相反方向滑动。
在一个可能的实施方式中,所述弹窗包括:广告弹窗。
上述本公开实施例揭示的方法可以应用于处理器601中,或者由处理器601实现。处理器601可能是一种集成电路芯片,具有信号的处理能力。在实现过程中,上述方法的各步骤可以通过处理器601中的硬件的集成逻辑电路或者软件形式的指令完成。上述的处理器601可以是通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现成可编程门阵列(Field Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件。可以实现或者执行本公开实施例中的公开的各方法、步骤及逻辑框图。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。结合本公开实施例所公开的方法的步骤可以直接体现为硬件译码处理器执行完成,或者用译码处理器中的硬件及软件单元组合执行完成。软件单元可以位于随机存储器,闪存、只读存储器,可编程只读存储器或者电可擦写可编程存储器、寄存器等本领域成熟的存储介质中。该存储介质位于存储器602,处理器601读取存储器602中的信息,结合其硬件完成上述方法的步骤。
可以理解的是,本文描述的这些实施例可以用硬件、软件、固件、中间件、微码或其组合来实现。对于硬件实现,处理单元可以实现在一个或多个专用集成电路(Application Specific Integrated Circuits,ASIC)、数字信号处理器(Digital Signal Processing,DSP)、数字信号处理设备(DSPDevice,DSPD)、可编程逻辑设备(Programmable Logic Device,PLD)、现场可编程门阵列(Field-Programmable Gate Array,FPGA)、通用处理器、控制器、微控制器、微处理器、被设置为执行本公开所述功能的其它电子单元或其组合中。
对于软件实现,可通过执行本文所述功能的单元来实现本文所述的技术。软件代码可存储在存储器中并通过处理器执行。存储器可以在处理器 中或在处理器外部实现。
本实施例提供的终端设备可以是如图6中所示的终端设备,可执行如图1-2中控制方法的所有步骤,进而实现图1-2所示控制方法的技术效果,具体请参照图1-2相关描述,为简洁描述,在此不作赘述。
本公开实施例还提供了一种存储介质(计算机可读存储介质)。这里的存储介质存储有一个或者多个程序。其中,存储介质可以包括易失性存储器,例如随机存取存储器;存储器也可以包括非易失性存储器,例如只读存储器、快闪存储器、硬盘或固态硬盘;存储器还可以包括上述种类的存储器的组合。
当存储介质中一个或者多个程序可被一个或者多个处理器执行,以实现上述在控制设备侧执行的控制方法。
所述处理器被设置为执行存储器中存储的控制程序,以实现以下在控制设备侧执行的控制方法的步骤:
在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;基于所述目标触发操作确定所述弹窗对应的预设元素;通过所述预设元素对所述弹窗进行控制。
在一个可能的实施方式中,通过所述目标触发操作调用所述显示界面的监控组件;通过所述监控组件查找所述弹窗对应的预设元素。
在一个可能的实施方式中,所述预设元素包括:关闭按钮或跳过按钮。
在一个可能的实施方式中,在确定所述预设元素为所述关闭按钮时,调用控制组件对所述关闭按钮执行点击操作,以控制所述弹窗关闭;或,在确定所述预设元素为所述跳过按钮时,调用控制组件对所述跳过按钮执行点击操作,以控制所述弹窗跳过。
在一个可能的实施方式中,配置所述弹窗对应的目标触发操作;将所述目标触发操作与监控组件以及控制组件进行关联,以使所述目标触发操 作对所述弹窗进行控制。
在一个可能的实施方式中,对所述目标触发操作进行更新,所述目标触发操作包括一种或多种手势。
在一个可能的实施方式中,所述手势包括:两指同时向相同或相反方向滑动。
专业人员应该还可以进一步意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、计算机软件或者二者的结合来实现,为了清楚地说明硬件和软件的可互换性,在上述说明中已经按照功能一般性地描述了各示例的组成及步骤。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本公开的范围。
结合本文中所公开的实施例描述的方法或算法的步骤可以用硬件、处理器执行的软件模块,或者二者的结合来实施。软件模块可以置于随机存储器(RAM)、内存、只读存储器(ROM)、电可编程ROM、电可擦除可编程ROM、寄存器、硬盘、可移动磁盘、CD-ROM、或技术领域内所公知的任意其它形式的存储介质中。
以上所述的具体实施方式,对本公开的目的、技术方案和有益效果进行了进一步详细说明,所应理解的是,以上所述仅为本公开的具体实施方式而已,并不用于限定本公开的保护范围,凡在本公开的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本公开的保护范围之内。

Claims (11)

  1. 一种控制方法,包括:
    在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;
    基于所述目标触发操作确定所述弹窗对应的预设元素;
    通过所述预设元素对所述弹窗进行控制。
  2. 根据权利要求1所述的方法,其中,所述基于所述目标触发操作确定所述弹窗对应的预设元素,包括:
    通过所述目标触发操作调用所述显示界面的监控组件;
    通过所述监控组件查找所述弹窗对应的预设元素。
  3. 根据权利要求1所述的方法,其中,所述预设元素包括:关闭按钮或跳过按钮。
  4. 根据权利要求3所述的方法,其中,所述通过所述预设元素对所述弹窗进行控制,包括:
    在确定所述预设元素为所述关闭按钮时,调用控制组件对所述关闭按钮执行点击操作,以控制所述弹窗关闭;
    或,
    在确定所述预设元素为所述跳过按钮时,调用控制组件对所述跳过按钮执行点击操作,以控制所述弹窗跳过。
  5. 根据权利要求1所述的方法,其中,所述方法还包括:
    配置所述弹窗对应的所述目标触发操作;
    将所述目标触发操作与监控组件以及控制组件进行关联,以使所述目标触发操作对所述弹窗进行控制。
  6. 根据权利要求5所述的方法,其中,所述方法还包括:
    对所述目标触发操作进行更新,所述目标触发操作包括一种或多种手势。
  7. 根据权利要求6所述的方法,其中,所述手势包括:两指同时向相 同或相反方向滑动。
  8. 根据权利要求1-7任一所述的方法,其中,所述弹窗包括:广告弹窗。
  9. 一种控制装置,包括:
    接收模块,被设置为在弹窗悬浮设置于显示界面时,接收对所述显示界面的目标触发操作;
    确定模块,被设置为基于所述目标触发操作确定所述弹窗对应的预设元素;
    控制模块,被设置为通过所述预设元素对所述弹窗进行控制。
  10. 一种终端设备,包括:处理器和存储器,所述处理器被设置为执行所述存储器中存储的控制程序,以实现权利要求1~8中任一项所述的控制方法。
  11. 一种存储介质,所述存储介质存储有一个或者多个程序,所述一个或者多个程序可被一个或者多个处理器执行,以实现权利要求1~8中任一项所述的控制方法。
PCT/CN2021/112604 2020-12-16 2021-08-13 控制方法、装置、终端设备及存储介质 WO2022127152A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011492405.3 2020-12-16
CN202011492405.3A CN112578958B (zh) 2020-12-16 2020-12-16 控制方法、装置、终端设备及存储介质

Publications (1)

Publication Number Publication Date
WO2022127152A1 true WO2022127152A1 (zh) 2022-06-23

Family

ID=75135635

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/112604 WO2022127152A1 (zh) 2020-12-16 2021-08-13 控制方法、装置、终端设备及存储介质

Country Status (2)

Country Link
CN (1) CN112578958B (zh)
WO (1) WO2022127152A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112578958B (zh) * 2020-12-16 2022-05-17 珠海格力电器股份有限公司 控制方法、装置、终端设备及存储介质
CN114168873B (zh) * 2021-11-19 2023-02-17 北京达佳互联信息技术有限公司 一种页面弹框的处理方法、装置、终端设备及存储介质

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102968590A (zh) * 2012-10-23 2013-03-13 北京奇虎科技有限公司 弹窗抑制方法和系统
CN104049900A (zh) * 2014-06-30 2014-09-17 北京安兔兔科技有限公司 悬浮窗口关闭方法及装置
US9021402B1 (en) * 2010-09-24 2015-04-28 Google Inc. Operation of mobile device interface using gestures
CN104915088A (zh) * 2014-03-10 2015-09-16 联想(北京)有限公司 一种信息处理方法和电子设备
CN111385652A (zh) * 2018-12-29 2020-07-07 深圳市九洲电器有限公司 弹窗管理方法及系统
CN111610855A (zh) * 2020-03-30 2020-09-01 北京爱接力科技发展有限公司 一种手势去广告的方法、装置、终端和计算机可读存储介质
CN111831205A (zh) * 2020-07-09 2020-10-27 Oppo广东移动通信有限公司 设备控制方法、装置、存储介质及电子设备
CN112083973A (zh) * 2020-09-18 2020-12-15 珠海豹趣科技有限公司 一种窗口关闭方法、装置、电子设备及存储介质
CN112578958A (zh) * 2020-12-16 2021-03-30 珠海格力电器股份有限公司 控制方法、装置、终端设备及存储介质

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10360622B2 (en) * 2016-05-31 2019-07-23 Target Brands, Inc. Method and system for attribution rule controls with page content preview
CN109284157A (zh) * 2018-08-13 2019-01-29 北京城市网邻信息技术有限公司 自动关闭弹框的方法、装置、设备及计算机可读存储介质
CN111385668A (zh) * 2018-12-29 2020-07-07 深圳市九洲电器有限公司 弹出广告管理方法及系统
CN111046290A (zh) * 2019-12-13 2020-04-21 珠海格力电器股份有限公司 一种广告处理的方法、装置、电子设备及存储介质

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9021402B1 (en) * 2010-09-24 2015-04-28 Google Inc. Operation of mobile device interface using gestures
CN102968590A (zh) * 2012-10-23 2013-03-13 北京奇虎科技有限公司 弹窗抑制方法和系统
CN104915088A (zh) * 2014-03-10 2015-09-16 联想(北京)有限公司 一种信息处理方法和电子设备
CN104049900A (zh) * 2014-06-30 2014-09-17 北京安兔兔科技有限公司 悬浮窗口关闭方法及装置
CN111385652A (zh) * 2018-12-29 2020-07-07 深圳市九洲电器有限公司 弹窗管理方法及系统
CN111610855A (zh) * 2020-03-30 2020-09-01 北京爱接力科技发展有限公司 一种手势去广告的方法、装置、终端和计算机可读存储介质
CN111831205A (zh) * 2020-07-09 2020-10-27 Oppo广东移动通信有限公司 设备控制方法、装置、存储介质及电子设备
CN112083973A (zh) * 2020-09-18 2020-12-15 珠海豹趣科技有限公司 一种窗口关闭方法、装置、电子设备及存储介质
CN112578958A (zh) * 2020-12-16 2021-03-30 珠海格力电器股份有限公司 控制方法、装置、终端设备及存储介质

Also Published As

Publication number Publication date
CN112578958A (zh) 2021-03-30
CN112578958B (zh) 2022-05-17

Similar Documents

Publication Publication Date Title
US11782581B2 (en) Display control method and device, electronic device and storage medium
US11460938B2 (en) Method and apparatus for processing multi-touch input at touch screen terminal
US20180285471A1 (en) Page caching method and apparatus
US20200241746A1 (en) Multi-task management method and terminal device
CN108958844B (zh) 一种应用程序的控制方法及终端
WO2019157894A1 (zh) 应用页面的显示方法、装置、存储介质及电子设备
WO2022127152A1 (zh) 控制方法、装置、终端设备及存储介质
US10169590B2 (en) Apparatus and method for displaying computer health index
WO2019184490A1 (zh) 用于显示寄宿应用的图标的方法、设备和存储介质
CN108549568B (zh) 应用入口处理方法、装置、存储介质及电子设备
US20130191769A1 (en) Apparatus and method for providing a clipboard function in a mobile terminal
CN107810468B (zh) 一种应用程序的切换方法及应用该方法的电子设备
TW201617837A (zh) 一種螢幕顯示視窗的處理方法以及移動終端
WO2018119674A1 (zh) 一种柔性显示屏的控制方法及装置
WO2019128193A1 (zh) 移动终端及浮屏操作控制方法、装置
WO2017107356A1 (zh) 应用程序的切换方法及切换装置
WO2019015582A1 (zh) 信息提示方法及移动终端
US20150121257A1 (en) Method and apparatus for triggering url load request from a browser
WO2019201140A1 (zh) 应用显示方法、装置、存储介质及电子设备
WO2018166469A1 (zh) 一种多路径复制粘贴方法及移动终端
WO2023005828A1 (zh) 消息显示方法、装置和电子设备
US20210216177A1 (en) Navigation bar controlling method and terminal
CN109298907B (zh) 应用程序显示方法、应用程序显示装置及终端
WO2021218455A1 (zh) 一种界面显示方法、装置、终端及介质
WO2018113748A1 (zh) 一种视频全屏的实现方法及电子设备

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: 21905085

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: 21905085

Country of ref document: EP

Kind code of ref document: A1