CN111722900B - Display method and device for pop-up window - Google Patents

Display method and device for pop-up window Download PDF

Info

Publication number
CN111722900B
CN111722900B CN202010480027.0A CN202010480027A CN111722900B CN 111722900 B CN111722900 B CN 111722900B CN 202010480027 A CN202010480027 A CN 202010480027A CN 111722900 B CN111722900 B CN 111722900B
Authority
CN
China
Prior art keywords
popup
pop
target
window
priority
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
CN202010480027.0A
Other languages
Chinese (zh)
Other versions
CN111722900A (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.)
Wuba Co Ltd
Original Assignee
Wuba 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 Wuba Co Ltd filed Critical Wuba Co Ltd
Priority to CN202010480027.0A priority Critical patent/CN111722900B/en
Publication of CN111722900A publication Critical patent/CN111722900A/en
Application granted granted Critical
Publication of CN111722900B publication Critical patent/CN111722900B/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
    • G06F9/453Help systems
    • 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

Landscapes

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

Abstract

The embodiment of the invention provides a method and a device for displaying pop-up windows, which can acquire a plurality of pop-up windows to be displayed, wherein each pop-up window has a corresponding priority, and then effective pop-up windows in the pop-up windows can be sequentially displayed according to the priority of each pop-up window, so that management of the pop-up windows in an application program or a terminal is realized, the pop-up windows can be sequentially displayed, the integrity of the function of the application program is ensured, and visual disturbance brought to a user is reduced.

Description

Display method and device for pop-up window
Technical Field
The invention relates to the technical field of computer application, in particular to a popup window display method and a popup window display device.
Background
In the era of mobile internet, various Applications (APPs) are installed in user terminals of people, and the functions of the APPs are five-door, but many functions are standard matches of numerous APPs, and the pop-up window function is one of the applications. The pop-up window can give a prompt or guide to the user on the current page, and the user can select to directly turn off the pop-up window or perform corresponding operation according to the guidance of the pop-up window.
In the application program, each pop-up window is independent, if a plurality of pop-up windows need to pop up in an application page, a plurality of pop-up windows are easily stacked together, because a plurality of pop-up windows are stacked together, visual confusion is caused, user experience is poor, and conflicts can occur between the pop-up windows, so that after one pop-up window appears, other pop-up windows cannot pop up, and the loss of the APP function is caused.
Disclosure of Invention
The embodiment of the invention provides a popup display method, which aims to solve the problems that in the prior art, popup of an application program cannot be managed, visual disturbance is easily brought to a user, and the function of the application program is lost.
Correspondingly, the embodiment of the invention also provides a display device of the pop-up window, which is used for ensuring the realization and the application of the method.
In order to solve the above problem, an embodiment of the present invention discloses a display method of a pop-up window, including:
acquiring a plurality of pop-up windows to be displayed, wherein each pop-up window has a corresponding priority;
and sequentially displaying the effective pop-ups in the plurality of pop-ups according to the priority.
Optionally, the displaying, according to the priority, valid pop-ups in the plurality of pop-ups in sequence includes:
taking the popup with the highest priority as the target popup;
judging whether the target popup is effective or not;
when the target pop-up window is effective, displaying the target pop-up window;
and after the target popup is displayed, taking the popup of the next priority of the target popup as a new target popup, and returning to the step of judging whether the target popup is effective.
Optionally, the method further comprises:
and when the target popup is invalid, taking the popup of the next priority of the target popup as a new target popup, and returning to the step of judging whether the target popup is valid.
Optionally, the displaying, according to the priority, valid pop-ups in the plurality of pop-ups in sequence further includes:
and when all the popup windows in the popup window list are traversed, stopping displaying the popup windows.
The embodiment of the invention also discloses a display device of the pop-up window, which comprises:
the system comprises a priority acquisition module, a display module and a display module, wherein the priority acquisition module is used for acquiring a plurality of popup windows to be displayed, and each popup window has a corresponding priority;
and the pop-up window display module is used for sequentially displaying the effective pop-up windows in the pop-up windows according to the priority.
Optionally, the pop-up window display module comprises:
the target popup window determining submodule is used for taking the popup window with the highest priority as the target popup window;
the popup window validity judging submodule is used for judging whether the target popup window is valid or not;
the pop window display submodule is used for displaying the target pop window when the target pop window is effective;
and the first priority updating submodule is used for taking the popup of the next priority of the target popup as a new target popup after the target popup is displayed, and returning to the step of judging whether the target popup is effective.
Optionally, the method further comprises:
and the second priority updating submodule is used for taking the popup of the next priority of the target popup as a new target popup when the target popup is invalid and returning to the step of judging whether the target popup is valid.
Optionally, the pop-up window display module further comprises:
and the display stopping submodule is used for stopping displaying the pop windows when all the pop windows in the pop window list are traversed.
The embodiment of the invention also discloses an electronic device, which comprises:
one or more processors; and
one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the electronic device to perform the method as described above.
Embodiments of the invention also disclose one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the processors to perform the methods as described above.
The embodiment of the invention has the following advantages:
in the embodiment of the invention, a plurality of popup windows to be displayed can be obtained, wherein each popup window has a corresponding priority, and then effective popup windows in the popup windows can be sequentially displayed according to the priority of each popup window, so that management of the popup windows in an application program or a terminal is realized, the popup windows can be sequentially displayed, the integrity of the function of the application program is ensured, and the visual disturbance brought to a user is reduced.
Drawings
FIG. 1 is a flowchart illustrating steps of a pop-up window displaying method according to an embodiment of the present invention;
FIG. 2 is a schematic illustration of a pop-up window display in an embodiment of the invention;
FIG. 3 is a diagram illustrating pop-up window registration in an embodiment of the invention;
FIG. 4 is a schematic illustration of a pop-up window display in an embodiment of the invention;
fig. 5 is a block diagram of a display device of a pop-up window according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Referring to fig. 1, a flowchart of steps of an embodiment of a pop-up window displaying method of the present invention is shown, which specifically includes the following steps:
step 101, obtaining a plurality of pop-ups to be displayed, wherein each pop-up has a corresponding priority;
as an example, the application program may include different application service scenarios, the different application service scenarios may provide different application service functions, and each application service function may correspond to at least two popup windows, that is, when the user opens the application service function corresponding to the application program, in an application page of the application service function, the application program may pop up at least two popup windows associated with the application service function, so as to prompt or guide the user at the current page through the popup windows, so as to enable the user to perform corresponding interactive operations.
In the embodiment of the present invention, when the application program detects that the application program enters the target application service scenario, which indicates that the application service function opened by the user at this time involves at least two popups, a plurality of popups matching the target application service scenario may be obtained, where each popup has a corresponding priority.
In specific implementation, for each application service scene requiring sequential popup, a popup manager may be initialized, the popup corresponding to the application service scene is registered in the popup manager, and then the priority of each popup is set, so as to implement sequential display of the popup according to the priority. For example, the priority may be represented by a number, and the smaller the number, the higher the priority, so that the popup manager may save all the popups under the same application service function in the popup list in order of priority from high to low, in preparation for the subsequent ordered presentation.
It should be noted that, in the embodiment of the present invention, management of popup in an application is taken as an example for an exemplary description, and it is understood that, under the guidance of the idea of the embodiment of the present invention, a person skilled in the art may also manage different popup in a user terminal, which is not limited by the present invention.
And 102, sequentially displaying the effective pop-ups in the plurality of pop-ups according to the priority.
In a specific implementation, the application service scene may correspond to a popup list, where the popup list includes popup windows sorted according to priority, and the application program may display the effective popup windows in the list according to the priority of each popup window.
In the embodiment of the invention, the popup with the highest priority can be taken as the target popup, and then whether the target popup is effective or not can be judged; when the target pop-up window is valid, displaying the target pop-up window, taking the pop-up window of the next priority of the target pop-up window as a new target pop-up window after the target pop-up window is displayed, and returning to the step of judging whether the target pop-up window is valid; and when the target popup is invalid, taking the popup of the next priority of the target popup as a new target popup, and returning to the step of judging whether the target popup is valid until the traversal of all the popups of the current application service scene is finished.
In specific implementation, the target pop-up window may include two cases, namely, valid and invalid, where valid may be that the target pop-up window satisfies a preset display condition, and invalid may be that the target pop-up window does not satisfy the preset display condition. For different popups, triggering conditions can be set according to actual conditions, when the popups meet the triggering conditions, the popups are popped up in the page of the application program, and therefore whether the target popups are displayed or not can be determined by judging whether the target popups meet the display conditions or not.
When the target popup meets the display condition, displaying the target popup in the current page of the application program so that a user can interact with the popup according to the prompt information in the popup, taking the next priority popup of the popup as a new target popup after the interaction is finished, and then returning to the step of judging whether the popup is effective or not; and when the popup window does not meet the display condition, taking the next priority popup window of the popup window as a new target popup window, then returning to the step of judging whether the popup window is effective or not, and stopping displaying the popup window corresponding to the target application service scene until all the popup windows in the popup window list are traversed.
In one example, the process of updating the priority may be: and removing the target popup from the popup list, updating the priority of the rest popup in the popup list, defining the popup which is next to the target popup as a new popup with the highest priority, and repeating the steps to realize the updating of the popup priority in the popup list.
In another example, as shown in fig. 2, a schematic diagram of popup display in the embodiment of the present invention is shown, an application may include different application service functions, for an application service function that requires ordered popup, a popup manager may be initialized, all popup windows appearing in the application service function are registered in the popup manager, and priorities of the popup windows are set, the popup window with a higher priority is preferentially popped up, and after closing or completing interaction with the popup window with a higher priority, a popup window with a second priority is popped up, and so on, so that management of popup windows in an application is implemented, multiple popup windows in the same application service scene may be displayed in order, and by using the popup manager to manage the application popup windows, intensive processing of popup windows is implemented, codes controlling popup windows are more concentrated, facilitating development and maintenance of an application, and improving efficiency of application development and maintenance.
Specifically, the application service scenes in the application program, for which the pop-up sequence needs to be controlled, are determined first, and each application service scene, for which the pop-up sequence needs to be controlled, needs to initialize a pop-up manager, register all the pop-up windows that need to be popped up in the pop-up manager, and set a priority for each pop-up window. The priority rule can be set by self, and the popup window management needs to follow the rule. For example, the priority is represented by a number, and the smaller the number, the higher the priority. And the manager stores all popup windows into the popup window list according to the priority from high to low, and prepares for controlling popup windows in the future. The popup manager serves as the core of the whole function, and the triggering conditions and the popup sequence of all the popup are scheduled and managed by the popup manager in a unified mode.
After finishing preparation work such as popup registration and the like, the popup manager firstly takes out the popup with the highest priority from the list and checks whether the popup meets a popup condition, and the popup condition can be set according to requirements. And if the pop-up condition is met, displaying the pop-up window. And when the user finishes the interaction with the popup window or directly closes the popup window, informing the popup window manager. And if the condition is not met, directly informing the manager to indicate that the current popup display is finished. The popup manager removes the current popup from the list after receiving the notification, and at this time, the popup of the original priority becomes the popup of the highest priority. The manager takes the popup with the highest priority out of the list again, checks whether the popup condition is met, and so on until all the popup is displayed.
It should be noted that the embodiment of the present invention includes but is not limited to the above examples, and it is understood that, under the guidance of the idea of the embodiment of the present invention, a person skilled in the art can set the method according to practical situations, and the present invention is not limited to this.
In the embodiment of the invention, the application program comprises a plurality of different application service scenes, when the application program is detected to enter the target application service scene, a plurality of popup windows matched with the target application service scene can be obtained, wherein each popup window has a corresponding priority, and then effective popup windows in the popup windows can be sequentially displayed according to the priority of each popup window, so that management of the popup windows in the application program is realized, a plurality of popup windows in the same application service scene can be sequentially displayed, the integrity of the function of the application program is ensured, and the visual disturbance brought to a user is reduced.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
In order to enable a person skilled in the art to better understand the embodiments of the present invention, the following description is given by way of an example:
as shown in fig. 3, which illustrates a schematic diagram of popup registration in an embodiment of the present invention, assuming that an application includes a friend-making module (i.e., an application service function), when it is detected that the application enters the friend-making module, a popup list corresponding to the friend-making module may be determined, and the popup list includes two popups, such as "recommend attention" and "test attraction". Therefore, it is necessary to initialize a popup manager, and inform the manager that there are two popup windows to be scheduled in the scene, and set their priorities respectively: a "recommend attention" popup with a priority of 1000; the "test attraction" pops up, with a priority of 1001.
As shown in fig. 4, which shows a schematic diagram of a popup display in an embodiment of the present invention, where a priority of a "recommended attention" popup is highest, and a popup condition of the popup display is that a user account currently logged in by an application has a friend-making homepage already, a popup manager first checks whether a user has a friend-making homepage, if so, pops up "recommended attention", and after the user selects to close the popup or clicks a button on the popup, the popup is closed and the manager is notified that "recommended attention" display is finished. If there is no homepage, the manager directly considers that the display of "recommended attention" is finished. The manager removes the recommendation attention from the list, takes out the pop-up window of the test attraction to check whether the pop-up condition is met, and when the display of the test attraction is finished, the pop-up window list is empty, and then the whole process is finished, so that the management of the pop-up windows of the friend-making module in the application program is realized, a plurality of pop-up windows under the friend-making module can be displayed in order, the integrity of the function of the application program is ensured, and the visual disturbance brought to a user is reduced.
Referring to fig. 5, a block diagram of a display device of a pop-up window according to an embodiment of the present invention is shown, and specifically, the display device may include the following modules:
a priority obtaining module 501, configured to obtain multiple pop windows to be displayed, where each pop window has a corresponding priority;
and the pop window display module 502 is configured to sequentially display the effective pop windows in the pop windows according to the priority.
In an optional embodiment of the present invention, the pop-up window display module 502 comprises:
the target popup window determining submodule is used for taking the popup window with the highest priority as the target popup window;
the popup window validity judging submodule is used for judging whether the target popup window is valid or not;
the popup window display submodule is used for displaying the target popup window when the target popup window is effective;
and the first priority updating submodule is used for taking the popup of the next priority of the target popup as a new target popup after the target popup is displayed, and returning to the step of judging whether the target popup is effective.
In an optional embodiment of the present invention, the method further comprises:
and the second priority updating submodule is used for taking the popup of the next priority of the target popup as a new target popup when the target popup is invalid and returning to the step of judging whether the target popup is valid.
In an optional embodiment of the present invention, the pop-up window display module 502 further comprises:
and the display stopping submodule is used for stopping displaying the pop windows when all the pop windows in the pop window list are traversed.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
An embodiment of the present invention further provides an electronic device, including:
one or more processors; and
one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the electronic device to perform methods as described in embodiments of the invention.
Embodiments of the invention also provide one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the processors to perform the methods described herein.
The embodiments in the present specification are all described in a progressive manner, and each embodiment focuses on differences from other embodiments, and portions that are the same and similar between the embodiments may be referred to each other.
As will be appreciated by one of skill in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of 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, embodiments of 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 so forth) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams 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 terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, 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 terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all changes and modifications that fall within the true scope of the embodiments of the present invention.
Finally, it should also be noted that, in this document, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal 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 terminal. Without further limitation, an element defined by the phrases "comprising one of \ 8230; \8230;" does not exclude the presence of additional like elements in a process, method, article, or terminal device that comprises the element.
The pop-up window display method and the pop-up window display device provided by the invention are described in detail, specific examples are applied to explain the principle and the implementation mode of the invention, and the description of the examples is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (8)

1. A display method of a pop-up window is characterized by comprising the following steps:
when an application program detects that a target application service scene enters, initializing a popup manager aiming at the target application service scene, acquiring a plurality of popup windows to be displayed corresponding to the target application service scene, registering each popup window into the popup manager, and storing each popup window into a popup window list through the popup manager according to the sequence of high priority to low priority, wherein the popup window list corresponds to the target application service scene;
displaying effective pop-ups in the pop-ups in sequence according to the priority;
wherein, according to the priority, in proper order to a plurality of pop-up windows effectual show, include:
taking the popup with the highest priority as a target popup;
judging whether the target popup is effective or not;
when the target pop-up window is effective, displaying the target pop-up window;
and after the target popup is displayed, removing the target popup from the popup list, updating the priority of the rest popup in the popup list, taking the popup with the next priority as a new target popup, and returning to the step of judging whether the target popup is effective or not.
2. The method of claim 1, further comprising:
and when the target popup is invalid, taking the popup of the next priority of the target popup as a new target popup, and returning to the step of judging whether the target popup is valid.
3. The method of claim 1, wherein the sequentially presenting the popups in effect in the plurality of popups according to the priority further comprises:
and stopping displaying the pop-up window when all the pop-up windows in the pop-up window list are traversed.
4. A display device for pop-up windows, comprising:
the system comprises a priority acquisition module, a priority display module and a display module, wherein the priority acquisition module is used for initializing a popup manager aiming at a target application service scene when an application program detects that the application program enters the target application service scene, acquiring a plurality of popup windows to be displayed corresponding to the target application service scene, registering each popup window into the popup manager, and storing each popup window into a popup window list according to the sequence of priorities from high to low through the popup window manager, wherein the popup window list corresponds to the target application service scene;
the pop window display module is used for sequentially displaying effective pop windows in the pop windows according to the priority;
wherein, the pop-up window display module comprises:
the target popup window determining submodule is used for taking the popup window with the highest priority as a target popup window;
the popup window validity judging submodule is used for judging whether the target popup window is valid or not;
the pop window display submodule is used for displaying the target pop window when the target pop window is effective;
and the first priority updating submodule is used for removing the target popup from the popup list after the target popup is displayed, updating the priority of the rest popup in the popup list, taking the popup of the next priority as a new target popup, and returning to the step of judging whether the target popup is effective or not.
5. The apparatus of claim 4, further comprising:
and the second priority updating submodule is used for taking the popup of the next priority of the target popup as a new target popup when the target popup is invalid, and returning to the step of judging whether the target popup is valid.
6. The apparatus of claim 5, wherein the pop-up display module further comprises:
and the display stopping submodule is used for stopping displaying the pop windows when all the pop windows in the pop window list are traversed.
7. An electronic device, comprising:
one or more processors; and
one or more machine-readable media having instructions stored thereon that, when executed by the one or more processors, cause the electronic device to perform the method of any of claims 1-3.
8. One or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the processors to perform the method of any of claims 1-3.
CN202010480027.0A 2020-05-29 2020-05-29 Display method and device for pop-up window Active CN111722900B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010480027.0A CN111722900B (en) 2020-05-29 2020-05-29 Display method and device for pop-up window

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010480027.0A CN111722900B (en) 2020-05-29 2020-05-29 Display method and device for pop-up window

Publications (2)

Publication Number Publication Date
CN111722900A CN111722900A (en) 2020-09-29
CN111722900B true CN111722900B (en) 2023-01-24

Family

ID=72565370

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010480027.0A Active CN111722900B (en) 2020-05-29 2020-05-29 Display method and device for pop-up window

Country Status (1)

Country Link
CN (1) CN111722900B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112804553A (en) * 2020-10-30 2021-05-14 上海酷量信息技术有限公司 System and method for guiding user by using popup
CN112506599A (en) * 2020-12-11 2021-03-16 成都商通数治科技有限公司 iOS popup manager
CN113138843A (en) * 2021-04-23 2021-07-20 上海中通吉网络技术有限公司 Method, device and equipment for managing display sequence of application inner popup frame
CN113900760B (en) * 2021-10-26 2024-05-28 广州博冠信息科技有限公司 Popup window display method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648641A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Automatic management method and system for multi-level pop-up boxes on iOS system device
CN107463440B (en) * 2017-09-14 2021-02-09 北京奇艺世纪科技有限公司 Popup window display method and device
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
CN111722900A (en) 2020-09-29

Similar Documents

Publication Publication Date Title
CN111722900B (en) Display method and device for pop-up window
US20170215024A1 (en) Methods and apparatuses for recommending application and presenting recommended applications
CN109033772B (en) Verification information input method and device
CN114841700B (en) Payment processing method, device, equipment and system
CN107729246B (en) Auxiliary test method, device and equipment for target application and storage medium
CN107885645B (en) Method and device for calculating rendering duration of first screen of page and electronic equipment
CN110245475B (en) Identity verification method and device
US20170278245A1 (en) Identifying objects in an image
CN109901996A (en) Method, apparatus, electronic equipment and the readable storage medium storing program for executing of subtest
GB2551690A (en) Repair diagnostic system and method
CN112966186A (en) Model training and information recommendation method and device
CN104753909A (en) Updated information authentication method, device and system
CN110908922A (en) Application program testing method and device
CN112150159B (en) Payment method, device and equipment based on face recognition
EP3800561A1 (en) Electronic device and control method for electronic device
CN105975306A (en) Application program starting management method and application program starting management apparatus for electronic device
CN113408254A (en) Page form information filling method, device, equipment and readable medium
CN113221846A (en) Image recognition method, apparatus, device, storage medium, and program product
CN117171406A (en) Application program function recommendation method, device, equipment and storage medium
CN109522431B (en) Hotel recommendation method and system based on picture recognition
US11165599B2 (en) Cognitive component selection and implementation
CN116661936A (en) Page data processing method and device, computer equipment and storage medium
CN111309371A (en) Query method and device
CN111131359A (en) Method and apparatus for generating information
CN114943517A (en) Electronic recruitment matching method and system based on Internet of things and storage medium

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