CN111143019B - Control method and system for popup window of mobile terminal - Google Patents

Control method and system for popup window of mobile terminal Download PDF

Info

Publication number
CN111143019B
CN111143019B CN201911422520.0A CN201911422520A CN111143019B CN 111143019 B CN111143019 B CN 111143019B CN 201911422520 A CN201911422520 A CN 201911422520A CN 111143019 B CN111143019 B CN 111143019B
Authority
CN
China
Prior art keywords
window
popup window
popup
matching degree
mode
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.)
Active
Application number
CN201911422520.0A
Other languages
Chinese (zh)
Other versions
CN111143019A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911422520.0A priority Critical patent/CN111143019B/en
Publication of CN111143019A publication Critical patent/CN111143019A/en
Application granted granted Critical
Publication of CN111143019B publication Critical patent/CN111143019B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/451Execution arrangements for user interfaces

Abstract

The invention discloses a control method and a system for a popup window of a mobile terminal, wherein the method comprises the following steps: acquiring a control instruction of a current window; according to the control instruction, matching the popup window modes through a preset strategy to obtain the popup window mode with the highest matching degree; when the popup mode is a modal popup, stopping user operation in the current window, and displaying a popup in the current window; after receiving an operation instruction of a user on the popup window, processing the operation instruction and closing the popup window; when the popup window mode is the modeless popup window, displaying a popup window in the current window, and if the operation instruction of the user in the popup window is not received in the preset time, processing and closing the popup window according to the default option. According to the method and the system, the popup mode with the highest matching degree with the operation characteristics can be automatically and accurately determined according to the collected control instruction, errors caused by manually determining the popup mode are avoided, the manpower decision cost is saved, the processing efficiency of the popup mode is high, and the consistency of user experience can be ensured.

Description

Control method and system for popup window of mobile terminal
Technical Field
The invention relates to the technical field of mobile terminals, in particular to a control method and a system for popup windows of a mobile terminal.
Background
With the increase of the popularity of terminal devices, various Applications (APP) can be installed in terminals such as mobile phones and tablet computers so as to expand the functions of the terminal devices; more and more users utilize terminal devices to perform various functions to meet their own needs, such as reading text, watching video, listening to music, playing games, etc., and with the continuous powerful functions of the terminal devices, various system applications and third party applications installed therein are gradually increasing.
However, in the interface of the mobile terminal, the selection of the popup mode generally needs to rely on subjective judgment of a product manager, has no explicit and consistent standard, is inconsistent in user experience, and has low efficiency.
Therefore, a technical solution that can automatically determine the pop-up window mode according to the current operation characteristics is needed.
Disclosure of Invention
In order to solve the problems, the invention provides a control method and a system for a popup window of a mobile terminal, which can automatically determine a popup window mode by utilizing operation characteristic data such as the necessity of the popup window for completing operation, whether user input or selection is needed, the result after the operation is executed, whether important scenes such as user account moving or credit investigation are involved, whether the operation is reversible and the like, so that the purposes of manually determining errors, saving manpower decision cost and ensuring consistent user experience can be avoided when the popup window of the mobile terminal.
In an embodiment of the present invention, a method for controlling a pop-up window of a mobile terminal is provided, where the method includes:
acquiring a control instruction of a current window;
according to the control instruction, matching the popup window modes through a preset strategy to obtain the popup window mode with the highest matching degree;
when the obtained popup window mode with the highest matching degree is a modal popup window, stopping user operation in the current window, and displaying a popup window in the current window; after receiving an operation instruction of a user on the popup window, processing the operation instruction and closing the popup window;
when the obtained popup window mode with the highest matching degree is a non-modal popup window, displaying a popup window in the current window, and if an operation instruction of a user in the popup window is not received in a preset time, processing and closing the popup window according to a default option.
In another embodiment of the present invention, a control system for a pop-up window of a mobile terminal is further provided, where the system includes:
the control instruction acquisition module is used for acquiring a control instruction of the current window;
the popup control module is used for carrying out popup pattern matching through a preset strategy according to the control instruction to obtain a popup pattern with highest matching degree;
when the obtained popup window mode with the highest matching degree is a modal popup window, stopping user operation in the current window, and displaying a popup window in the current window; after receiving an operation instruction of a user on the popup window, processing the operation instruction and closing the popup window;
when the obtained popup window mode with the highest matching degree is a non-modal popup window, displaying a popup window in the current window, and if an operation instruction of a user in the popup window is not received in a preset time, processing and closing the popup window according to a default option.
In another embodiment of the present invention, a computer device is also provided, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements a method for controlling a pop-up window of a mobile terminal when executing the computer program.
In another embodiment of the present invention, a computer readable storage medium is also provided, where a computer program is stored, and when executed by a processor, the computer program implements a method for controlling pop-up windows of a mobile terminal.
According to the control method and system for the popup window of the mobile terminal, the popup window mode with the highest matching degree with the operation characteristics can be automatically and accurately determined according to the collected control instruction, errors caused when the popup window mode is manually determined are avoided, the manpower decision cost is saved, the processing efficiency of the popup window mode is high, and the consistency of user experience can be ensured.
Drawings
Fig. 1 is a flow chart of a control method of a pop-up window of a mobile terminal according to an embodiment of the invention.
FIG. 2 is a diagram of a pop-up interface for a dialog window in accordance with an embodiment of the present invention.
FIG. 3 is a schematic view of a pop-up window interface of a motion panel according to an embodiment of the present invention.
FIG. 4 is a schematic view of a floating layer of a pop-up window interface according to an embodiment of the present invention.
Fig. 5 is a schematic view of a popup window interface of a weak prompt popup window according to an embodiment of the present invention.
FIG. 6 is a schematic view of a window interface of a bottom window according to an embodiment of the present invention.
Fig. 7 is a schematic diagram of a control system architecture of a pop-up window of a mobile terminal according to an embodiment of the invention.
FIG. 8 is a detailed architecture diagram of a pop-up window control module according to an embodiment of the invention.
FIG. 9 is a schematic diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The principles and spirit of the present invention will be described below with reference to several exemplary embodiments. It should be understood that these embodiments are presented merely to enable those skilled in the art to better understand and practice the invention and are not intended to limit the scope of the invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Those skilled in the art will appreciate that embodiments of the invention may be implemented as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the following forms, namely: complete hardware, complete software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to an embodiment of the invention, a control method and a system for a popup window of a mobile terminal are provided.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments thereof.
Fig. 1 is a flow chart of a control method of a pop-up window of a mobile terminal according to an embodiment of the invention. As shown in fig. 1, the method includes:
step S101, obtaining a control instruction of a current window.
Step S102, matching the popup window modes through a preset strategy according to the control instruction, and obtaining the popup window mode with the highest matching degree; wherein, the liquid crystal display device comprises a liquid crystal display device,
the process can make a decision of what popup window mode the user should show after executing the operation according to a certain strategy and algorithm, and the recommended strategy can be a decision tree method, a matching degree calculation-based method and the like.
Step S103, when the obtained popup window mode with the highest matching degree is a modal popup window, stopping user operation in the current window, and displaying a popup window in the current window; and after receiving an operation instruction of a user on the popup window, processing the operation instruction and closing the popup window.
Step S104, when the obtained popup window mode with the highest matching degree is a non-modal popup window, displaying a popup window on the current window, and if an operation instruction of a user in the popup window is not received within a preset time, processing and closing the popup window according to a default option.
In this embodiment, the pop-up window is used to pop up content, attract the attention of the user, and excite the user response. Requiring the user to know or respond to the content in the popup window is an interactive floating layer.
The movable end popup window is mainly divided into two main types of modal popup windows and non-modal popup windows, and the difference is that: the modal popup window interrupts the current operation of the user, and the user can perform the next operation after the operation response, which is commonly used for prompting important information, including a warning frame, a dialog box, an operation list and the like; the modeless popup window usually automatically sends a message after a few seconds, and the user can do the next operation without operation response, so that the user is disturbed to a low degree, and the bearing content is generally less, including a prompt box, a bottom popup window and the like.
In order to more clearly explain the above method for controlling the pop-up window of the mobile terminal, each step is described in detail below with reference to specific embodiments.
Referring to fig. 1, after the operation instruction of the current window is acquired in step S101, the operation characteristic information of the operation instruction may also be obtained by manual input according to the operation instruction; or alternatively, the first and second heat exchangers may be,
according to the control instruction, the control characteristic information is obtained through manual confirmation by automatically extracting popup window information of the current window;
for example, the manipulation characteristic information may include: whether user input or selection is needed or not, and the information can be judged through the interface of the current transaction; whether important scenes such as dynamic account or credit investigation are involved or not, the information can be automatically extracted and then manually confirmed through whether the security tool and the authentication strength of the security tool are needed in the current transaction or not; whether the operation is reversible or not, this information can be entered manually.
Further, in combination with step S102, the operation characteristic information may be determined by a set determination logic, so as to obtain a weighted average of the characteristic matching degrees between the operation characteristic information and the pop-up window mode characteristic, and the weighted average is used as the matching degree;
and selecting the highest elastic mode in the matching degree to perform popup window processing.
Wherein, the judgment logic of the setting is as follows:
determining whether at least one of the following is present: loan application operation, loan repayment period operation, repayment mode operation, loan use operation, user account operation, user credit operation or irreversible operation.
Step S103 is combined, if the result of the judgment logic is yes, a modal popup window is selected, and a modal popup window with the highest matching degree is selected, and a dialog box, an operation panel or a floating layer is displayed;
for example, the loan application operation, the number of loan repayment periods, repayment mode, loan application, etc. are all required to be selected by the user under specific options, and involve user account movement and credit investigation, the operation is irreversible, and the action panel should be selected if the matching degree with the action panel under the modal popup window is highest.
And step S104, if the result of the judgment logic is negative, selecting a modeless popup window with highest matching degree, and displaying a hud/toast prompt box or snackbar bottom popup window.
For example, the channel page function customizes the result prompt, and the popup window is only unnecessary for prompt effect, does not need to be selected or operated by a user in the popup window, does not relate to important scenes such as dynamic account, credit and the like, is reversible in operation, and has the highest matching degree with the hub/toast weak prompt of the non-modal popup window, so that the hub/toast weak prompt is selected.
Note that hud/cast is a modeless popup window control, and snackbar is a presentation control of reminder information.
Although the operations of the method of the present invention are described in a particular order in the foregoing embodiments and accompanying drawings, this does not require or imply that the operations must be performed in the particular order or that all of the illustrated operations be performed in order to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step to perform, and/or one step decomposed into multiple steps to perform.
For a clearer explanation of the control of the pop-up window of the mobile terminal, a specific embodiment will be described below, however, it should be noted that this embodiment is only for better explaining the present invention, and is not meant to limit the present invention unduly.
Taking a mobile terminal as an example, different operations are performed on the current window of the mobile terminal, so that the corresponding popup window can be automatically popped up.
The specific process is as follows:
embodiment one:
as shown in fig. 2, in the photo APP of iOS, when the user performs a manipulation instruction of "new album", the new album is triggered.
The mobile terminal carries out popup window treatment according to the control method of popup window of the mobile terminal, and then carries out popup window of dialogue window; the popup window comprises title information of newly created title, prompt information of please input name for photo album, title input box for user to input title, cancel button and store button; the dialogue window can inform the user of the current sending condition, and the user can actively select the response.
Embodiment two:
referring to fig. 3, in the photo APP of iOS, when the user performs a manipulation instruction of deleting the photo album, the photo album is triggered to be deleted.
According to the control instruction, performing popup of an action panel after popup treatment; the popup window displays prompt information of deleting the photo or removing the photo from the photo album, so that a user can know the purpose of the current popup window; the following corresponds to displaying the "remove from album", "delete" and "cancel" buttons; the action panel provides a series of options for completing the current task (deleting the photo album) in the current scene, and prompts the user to perform the operation process of deleting the photo album.
Embodiment III:
referring to fig. 4, in the "microblog" APP, when a user performs a certain operation on a current page, for example, clicks "+", a popup window is performed through a "floating layer";
according to the control instruction of the user, carrying out floating layer popup after popup processing; the popup window displays buttons such as a 'microblog writing', 'picture', 'video', 'article', 'live broadcast', and the like, and a user can skip an interface according to the needs, for example, after clicking the 'microblog writing' button, the user can enter an editing and inputting interface, and the user can input characters.
Embodiment four:
after describing a popup (modal popup) that needs to be operated by the user to continue with subsequent processing, a popup mode (modeless popup) for prompting the user instead of having to be operated by the user is described below.
Referring to fig. 5, in the iOS system, when the user turns on/off the "mute mode", a corresponding feedback information "mute mode" may be displayed by using a hud/toast weak prompt pop-up window: closing ", the weak prompt popup does not need the user to operate and feed back.
Fifth embodiment:
another relatively typical modeless window is the snackbar bottom window. The method is a reinforced version of the tool, the operation of a user can be obtained by displaying a button, when the 'collection' button (the upper right star icon) is clicked to collect the title, a weak prompt box 'collected to the wrong title' is popped up below the title, and in addition, an 'tag adding' button is displayed, so that the user can add tags according to the needs; and in a certain time (e.g. 5 seconds) after the weak prompt box pops up, if the user does not click on the 'add tag' or clicks on a place beyond the weak prompt box, the weak prompt box is automatically closed.
According to the control method of the popup window of the mobile terminal, according to the operation characteristics, the optimal popup window mode (comprising whether popup window, popup window type and the like) with the highest matching degree with the operation can be selected from the popup window modes through a certain algorithm and strategy, so that the optimal popup window mode is automatically and accurately selected.
Having described the method of the exemplary embodiment of the present invention, a description will next be made of a control system for a pop-up window of a mobile terminal according to the exemplary embodiment of the present invention with reference to fig. 7.
The implementation of the control system of the popup window of the mobile terminal can be referred to the implementation of the method, and the repetition is not repeated. The term "module" or "unit" as used below may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Based on the same inventive concept, the invention also provides a control system of the popup window of the mobile terminal, as shown in fig. 7, the system comprises:
a manipulation instruction obtaining module 710, configured to obtain a manipulation instruction of a current window;
the popup control module 720 is configured to perform popup pattern matching according to the control instruction through a preset policy, so as to obtain a popup pattern with the highest matching degree;
when the obtained popup window mode with the highest matching degree is a modal popup window, stopping user operation in the current window, and displaying a popup window in the current window; after receiving an operation instruction of a user on the popup window, processing the operation instruction and closing the popup window;
when the obtained popup window mode with the highest matching degree is a non-modal popup window, displaying a popup window in the current window, and if an operation instruction of a user in the popup window is not received in a preset time, processing and closing the popup window according to a default option.
In one embodiment, the system further comprises: an operation characteristic information obtaining module 715, configured to obtain operation characteristic information of the manipulation instruction through manual input according to the manipulation instruction; or according to the control instruction, the control characteristic information is obtained through manual confirmation by automatically extracting popup window information of the current window.
In one embodiment, as shown in connection with fig. 8, the pop-up window control module 720 includes: a matching degree calculation unit 7201 and a popup window mode selection unit 7202; wherein, the liquid crystal display device comprises a liquid crystal display device,
the matching degree calculating unit 7201 is configured to obtain a weighted average of the characteristic matching degrees between the operation characteristic information and the popup mode characteristic according to the operation characteristic information by using a set judgment logic, and take the weighted average as the matching degree;
and a popup window mode selecting unit 7202 for selecting the highest elastic mode in the matching degree to perform popup window processing.
Wherein, the judgment logic of the setting is as follows:
determining whether at least one of the following is present: loan application operation, loan repayment period operation, repayment mode operation, loan use operation, user account operation, user credit operation or irreversible operation.
Referring again to fig. 8, the pop-up window control module 720 further includes: a pop-up window control unit 7203;
the popup window control unit 7203 is configured to select a modal popup window and select a modal popup window with the highest matching degree, and display a dialog box, an operation panel, or a floating layer if the result of the judgment logic is yes;
and under the condition that the result of the judgment logic is negative, selecting a modeless popup window with highest matching degree, and displaying a hud/toast prompt box or snackbar bottom popup window.
It should be noted that although several modules of the control system of the pop-up window of the mobile terminal are mentioned in the above detailed description, this division is only exemplary and not mandatory. Indeed, the features and functions of two or more modules described above may be embodied in one module in accordance with embodiments of the present invention. Conversely, the features and functions of one module described above may be further divided into a plurality of modules to be embodied.
Based on the foregoing inventive concept, as shown in fig. 9, the present invention further proposes a computer device 900, including a memory 910, a processor 920, and a computer program 930 stored in the memory 910 and capable of running on the processor 920, where the processor 920 implements the foregoing method for controlling the pop window of the mobile terminal when executing the computer program 930.
Based on the foregoing inventive concept, the present invention further provides a computer readable storage medium storing a computer program, which when executed by a processor, implements a method for controlling a pop-up window of a mobile terminal.
According to the control method and system for the popup window of the mobile terminal, the popup window mode with the highest matching degree with the operation characteristics can be automatically and accurately determined according to the collected control instruction, errors caused when the popup window mode is manually determined are avoided, the manpower decision cost is saved, the processing efficiency of the popup window mode is high, and the consistency of user experience can be ensured.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above examples are only specific embodiments of the present invention, and are not intended to limit the scope of the present invention, but it should be understood by those skilled in the art that the present invention is not limited thereto, and that the present invention is described in detail with reference to the foregoing examples: any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or perform equivalent substitution of some of the technical features, while remaining within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. The method for controlling the popup window of the mobile terminal is characterized by comprising the following steps:
acquiring a control instruction of a current window;
according to the control instruction, matching the popup window modes through a preset strategy to obtain the popup window mode with the highest matching degree;
when the obtained popup window mode with the highest matching degree is a modal popup window, stopping user operation in the current window, and displaying a popup window in the current window; after receiving an operation instruction of a user on the popup window, processing the operation instruction and closing the popup window;
when the obtained popup window mode with the highest matching degree is a modeless popup window, displaying a popup window on the current window, and if an operation instruction of a user in the popup window is not received within a preset time, processing and closing the popup window according to a default option;
according to the control instruction, performing popup window mode matching through a preset strategy to obtain a popup window mode with highest matching degree, wherein the popup window mode comprises the following steps:
according to the control instruction, obtaining operation characteristic information of the control instruction through manual input; or according to the control instruction, obtaining control characteristic information through manual confirmation by automatically extracting popup window information of the current window;
judging through set judging logic according to the operation characteristic information to obtain a weighted average value of characteristic matching degree between the operation characteristic information and the popup window mode characteristic, and taking the weighted average value as the matching degree;
and selecting the highest elastic mode in the matching degree to perform popup window processing.
2. The method for controlling a pop-up window of a mobile terminal according to claim 1, wherein the set judgment logic is:
determining whether at least one of the following is present: loan application operation, loan repayment period operation, repayment mode operation, loan use operation, user account operation, user credit operation or irreversible operation.
3. The method for controlling a pop-up window of a mobile terminal according to claim 2, wherein selecting an elastic mode with a highest matching degree for pop-up window processing comprises:
if the result of the judgment logic is yes, selecting a modal popup window with highest matching degree, and displaying a dialog box, an operation panel or a floating layer;
if the result of the judgment logic is negative, selecting a modeless popup window with highest matching degree, and displaying a hud/toast prompt box or snackbar bottom popup window.
4. A control system for a popup window of a mobile terminal, the system comprising:
the control instruction acquisition module is used for acquiring a control instruction of the current window;
the popup control module is used for carrying out popup pattern matching through a preset strategy according to the control instruction to obtain a popup pattern with highest matching degree;
when the obtained popup window mode with the highest matching degree is a modal popup window, stopping user operation in the current window, and displaying a popup window in the current window; after receiving an operation instruction of a user on the popup window, processing the operation instruction and closing the popup window;
when the obtained popup window mode with the highest matching degree is a modeless popup window, displaying a popup window on the current window, and if an operation instruction of a user in the popup window is not received within a preset time, processing and closing the popup window according to a default option;
wherein the system further comprises:
the operation characteristic information acquisition module is used for acquiring the operation characteristic information of the control instruction through manual input according to the control instruction; or according to the control instruction, obtaining control characteristic information through manual confirmation by automatically extracting popup window information of the current window;
the popup control module includes: the matching degree calculation unit and the popup window mode selection unit; wherein, the liquid crystal display device comprises a liquid crystal display device,
the matching degree calculating unit is used for judging through set judging logic according to the operation characteristic information to obtain a weighted average value of characteristic matching degrees between the operation characteristic information and the popup window mode characteristics, and the weighted average value is used as the matching degree;
and the popup window mode selection unit is used for selecting the highest elastic mode in the matching degree to perform popup window processing.
5. The control system of the pop-up window of claim 4, wherein the set judgment logic is:
determining whether at least one of the following is present: loan application operation, loan repayment period operation, repayment mode operation, loan use operation, user account operation, user credit operation or irreversible operation.
6. The control system of a pop-up window of claim 5, wherein the pop-up window control module further comprises: a pop-up window control unit;
the popup window control unit is used for selecting a modal popup window and selecting a modal popup window with highest matching degree to display a dialog box, an operation panel or a floating layer under the condition that the judgment result of the judgment logic is yes;
and under the condition that the result of the judgment logic is negative, selecting a modeless popup window with highest matching degree, and displaying a hud/toast prompt box or snackbar bottom popup window.
7. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 3 when executing the computer program.
8. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1 to 3.
CN201911422520.0A 2019-12-31 2019-12-31 Control method and system for popup window of mobile terminal Active CN111143019B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911422520.0A CN111143019B (en) 2019-12-31 2019-12-31 Control method and system for popup window of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911422520.0A CN111143019B (en) 2019-12-31 2019-12-31 Control method and system for popup window of mobile terminal

Publications (2)

Publication Number Publication Date
CN111143019A CN111143019A (en) 2020-05-12
CN111143019B true CN111143019B (en) 2023-05-23

Family

ID=70522982

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911422520.0A Active CN111143019B (en) 2019-12-31 2019-12-31 Control method and system for popup window of mobile terminal

Country Status (1)

Country Link
CN (1) CN111143019B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132586A (en) * 2020-09-29 2020-12-25 中国银行股份有限公司 Bank account security control method and device
CN112261459B (en) * 2020-10-23 2023-03-24 北京字节跳动网络技术有限公司 Video processing method and device, electronic equipment and storage medium
CN113900564A (en) * 2021-09-28 2022-01-07 北京五八信息技术有限公司 Information processing method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011116182A1 (en) * 2010-03-19 2011-09-22 Siemens Healthcare Diagnostics Inc. System and method for changeable focus modal windows
CN104978201A (en) * 2015-07-14 2015-10-14 安一恒通(北京)科技有限公司 Method and device for controlling automatic pop-up window display
CN106980498A (en) * 2017-02-15 2017-07-25 广东欧珀移动通信有限公司 Window management method and device
CN108595243A (en) * 2018-05-08 2018-09-28 北京奇艺世纪科技有限公司 A kind of pop-up processing method and processing device
CN109032737A (en) * 2018-07-18 2018-12-18 上海哔哩哔哩科技有限公司 Pop-up message display system, method, storage medium and intelligent terminal
CN109358935A (en) * 2018-09-29 2019-02-19 北京金山安全软件有限公司 Control method and device for popup window display, terminal equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011116182A1 (en) * 2010-03-19 2011-09-22 Siemens Healthcare Diagnostics Inc. System and method for changeable focus modal windows
CN104978201A (en) * 2015-07-14 2015-10-14 安一恒通(北京)科技有限公司 Method and device for controlling automatic pop-up window display
CN106980498A (en) * 2017-02-15 2017-07-25 广东欧珀移动通信有限公司 Window management method and device
CN108595243A (en) * 2018-05-08 2018-09-28 北京奇艺世纪科技有限公司 A kind of pop-up processing method and processing device
CN109032737A (en) * 2018-07-18 2018-12-18 上海哔哩哔哩科技有限公司 Pop-up message display system, method, storage medium and intelligent terminal
CN109358935A (en) * 2018-09-29 2019-02-19 北京金山安全软件有限公司 Control method and device for popup window display, terminal equipment and storage medium

Also Published As

Publication number Publication date
CN111143019A (en) 2020-05-12

Similar Documents

Publication Publication Date Title
CN111143019B (en) Control method and system for popup window of mobile terminal
EP2869501B1 (en) Method and device for displaying notification message
CN102197362B (en) Surfacing and management of window-specific controls
US20160188363A1 (en) Method, apparatus, and device for managing tasks in multi-task interface
CN109725975B (en) Method and device for prompting read state of message and electronic equipment
WO2017101663A1 (en) Application guiding method and apparatus, and terminal
US9202299B2 (en) Hint based spot healing techniques
US10324733B2 (en) Shutdown notifications
KR20200015852A (en) Method and apparatus for managing background application
WO2015196006A2 (en) Manage event with content on calendar with timeline
EP2485129A1 (en) Information terminal, display method, and non-transitory computer readable medium having programme stored thereupon
CN110619099B (en) Comment content display method, device, equipment and storage medium
CN106648380A (en) Method and system for displaying prompt information and readable storage medium
WO2018000633A1 (en) Page information processing method, apparatus and electronic device
WO2023005828A1 (en) Message display method and apparatus, and electronic device
CN113312570A (en) Page jump method, terminal device and storage medium
CN111694490B (en) Setting method and device and electronic equipment
CN112214376A (en) Storage space prompting method and device
WO2022062563A1 (en) Target information management method and apparatus, electronic device and storage medium
CN112148395A (en) Page display method, device, equipment and storage medium
CN110442499B (en) Method and device for testing and improving page response performance and terminal equipment
US8732568B1 (en) Systems and methods for managing workflows
WO2023030116A1 (en) Display method and apparatus
CN107729107B (en) Modal dialog box processing method and device
CN111726671A (en) Method, equipment and electronic equipment for playing media information

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