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

Display method and device for pop-up window Download PDF

Info

Publication number
CN111722900A
CN111722900A CN202010480027.0A CN202010480027A CN111722900A CN 111722900 A CN111722900 A CN 111722900A CN 202010480027 A CN202010480027 A CN 202010480027A CN 111722900 A CN111722900 A CN 111722900A
Authority
CN
China
Prior art keywords
popup
pop
window
target
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.)
Granted
Application number
CN202010480027.0A
Other languages
Chinese (zh)
Other versions
CN111722900B (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

Abstract

The embodiment of the invention provides a popup window display method and device, which can acquire a plurality of popup windows to be displayed, 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.

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 displaying the effective pop-ups in the plurality of pop-ups in sequence 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 stopping displaying the pop-up window when all the pop-up windows in the pop-up window list are traversed.
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 illustrating steps of an embodiment of a pop-up window displaying method of the present invention is shown, which may specifically include 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 popup windows under the same application service function in the popup window list in order of priority from high to low, in preparation for subsequent ordered presentation.
It should be noted that, in the embodiment of the present invention, pop window management 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 pop windows in a user terminal, which is not limited in this regard.
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 popup 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 pop-ups, a trigger condition can be set according to actual conditions, and when the pop-ups meet the trigger condition, the pop-ups are popped up in the page of the application program, so that whether the target pop-ups are displayed or not can be determined by judging whether the target pop-ups meet the display condition 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 pop-up window does not meet the display condition, taking the next priority pop-up window of the pop-up window as a new target pop-up window, then returning to the step of judging whether the pop-up window is effective or not, and stopping displaying the pop-up window corresponding to the target application service scene until all the pop-up windows in the pop-up 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 the priority of each popup window is set, a popup window with a high priority is preferentially popped up, and after a popup window with a high priority is closed or interaction with the popup window is completed, a popup window with a second priority is popped up, and so on, so that management of popup windows in an application is implemented, so that multiple popup windows in the same application service scene may be displayed in order, and by using the popup manager to manage application popup windows, intensive processing of popup windows is implemented, so that codes controlling popup windows are more concentrated, the development and maintenance of the application program are facilitated, and the development and maintenance efficiency of the application program is improved.
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 of indicating the end of the current popup window display. 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-up window display module 502 is configured to sequentially display the effective pop-up windows in the pop-up 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 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.
In an optional embodiment of the present invention, 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.
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 in embodiments of the invention.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled 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 the like) 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 terminal 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 preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be 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 phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal 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, a specific example is applied in the text to explain the principle and the implementation mode of the invention, and the description of the above example 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, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A display method of a pop-up window is characterized by comprising the following steps:
acquiring a plurality of pop-up windows to be displayed, wherein each pop-up window has a corresponding priority;
and displaying the effective pop-ups in the plurality of pop-ups in sequence according to the priority.
2. The method of claim 1, wherein said sequentially presenting the valid popups of the plurality of popups according to the priority comprises:
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.
3. The method of claim 2, 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.
4. The method of claim 3, 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.
5. A display device for pop-up windows, comprising:
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.
6. The apparatus of claim 5, wherein the pop-up 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.
7. The apparatus of claim 6, 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.
8. The apparatus of claim 7, 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.
9. 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-4.
10. 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-4.
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 true CN111722900A (en) 2020-09-29
CN111722900B 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)

Cited By (4)

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

Citations (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
CN107463440A (en) * 2017-09-14 2017-12-12 北京奇艺世纪科技有限公司 A kind of pop-up methods of exhibiting and device
CN109358935A (en) * 2018-09-29 2019-02-19 北京金山安全软件有限公司 Control method and device for popup window display, terminal equipment and storage medium

Patent Citations (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
CN107463440A (en) * 2017-09-14 2017-12-12 北京奇艺世纪科技有限公司 A kind of pop-up methods of exhibiting and device
CN109358935A (en) * 2018-09-29 2019-02-19 北京金山安全软件有限公司 Control method and device for popup window display, terminal equipment and storage medium

Cited By (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
CN113900760A (en) * 2021-10-26 2022-01-07 广州博冠信息科技有限公司 Popup window display method and device

Also Published As

Publication number Publication date
CN111722900B (en) 2023-01-24

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
JP6316447B2 (en) Object search method and apparatus
US20170004013A1 (en) Method and device for managing application
GB2551690A (en) Repair diagnostic system and method
CN110908922A (en) Application program testing method and device
CN107193465B (en) Touch page display method and system
CN112148395A (en) Page display method, device, equipment and storage medium
CN105975306A (en) Application program starting management method and application program starting management apparatus for electronic device
CN113221846A (en) Image recognition method, apparatus, device, storage medium, and program product
CN108268488B (en) Webpage main graph identification method and device
CN109522431B (en) Hotel recommendation method and system based on picture recognition
CN116661936A (en) Page data processing method and device, computer equipment and storage medium
US11165599B2 (en) Cognitive component selection and implementation
CN114185623B (en) Processing method and device for deadlock in application starting process
CN106649064B (en) Application operation monitoring method and device
CN111131359A (en) Method and apparatus for generating information
US9069562B2 (en) Mobile computing program slicing and behavior
CN109284097B (en) Method, device, system and storage medium for realizing complex data analysis
CN107180187B (en) Live broadcast environment detection method and device and live broadcast program processing method and device based on live broadcast environment
CN109086346B (en) Image display method and device
CN113112047A (en) Processing method and device for network car booking service
CN112597012A (en) Traversal method and device of application program, electronic equipment and storage medium
CN110929191A (en) Picture loading method and device, terminal and storage medium
CN112308074A (en) Method and device for generating thumbnail

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