WO2019019380A1 - 混合app的页面导航方法、装置、终端和存储介质 - Google Patents
混合app的页面导航方法、装置、终端和存储介质 Download PDFInfo
- Publication number
- WO2019019380A1 WO2019019380A1 PCT/CN2017/104640 CN2017104640W WO2019019380A1 WO 2019019380 A1 WO2019019380 A1 WO 2019019380A1 CN 2017104640 W CN2017104640 W CN 2017104640W WO 2019019380 A1 WO2019019380 A1 WO 2019019380A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- page
- identifier
- navigation
- group
- target
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/954—Navigation, e.g. using categorised browsing
Definitions
- the present application relates to the field of computer technologies, and in particular, to a page navigation method, apparatus, terminal, and storage medium for a hybrid APP.
- Hybrid APP is a hybrid mode mobile app between a native app and a web app.
- An important issue facing Hybrid APP is the jump between different types of pages.
- the traditional Hybrid APP implements different types of page jumps: the developer needs to predefine the program that each page type jump needs to execute when developing the hybrid APP, and needs to go through a series of judgments and each time when the page jumps. A feature call is made to navigate the request to the corresponding navigation program to implement a navigation jump.
- the traditional page navigation method is very prone to page jumps, and it is not possible to make page jumps better and faster.
- a page navigation method for a hybrid APP comprising:
- the terminal registers a corresponding navigation logic for each of the group containers in advance, and the navigation logic is a page jump method capable of implementing a corresponding page type.
- a page navigation device for a hybrid APP comprising:
- a navigation request module configured to acquire a page navigation instruction of the hybrid APP, and extract a target page identifier to be redirected carried in the page navigation instruction;
- a group container obtaining module configured to acquire, according to the page navigation instruction, a plurality of group containers corresponding to the hybrid APP pre-configured by the terminal, wherein each of the group containers corresponds to a page type, and the hybrid APP All page identifiers of the same page type are loaded in the corresponding group container;
- a page identifier finding module configured to determine, by using the matching of the target page identifier and the page identifier in each of the group containers, the group container to which the target page identifier belongs;
- a navigation module configured to acquire pre-registered navigation logic corresponding to the determined group of containers, and execute the navigation logic to cause a page to jump to a target page corresponding to the target page identifier;
- the terminal registers a corresponding navigation logic for each of the group containers in advance, and the navigation logic is a page jump method capable of implementing a corresponding page type.
- a terminal comprising a memory and a processor, the memory storing computer readable instructions, the computer readable instructions being executed by the processor such that the processor performs the following steps:
- the terminal registers a corresponding navigation logic for each of the group containers in advance, and the navigation logic is a page jump method capable of implementing a corresponding page type.
- One or more computer readable non-volatile storage media storing computer readable instructions, when executed by one or more processors, cause one or more processors to perform the steps of:
- the terminal registers a corresponding navigation logic for each of the group containers in advance, and the navigation logic is a page jump method capable of implementing a corresponding page type.
- FIG. 1 is an application environment diagram of a page navigation method of a hybrid APP in an embodiment
- FIG. 2 is a schematic diagram showing the internal structure of a terminal in an embodiment
- FIG. 3 is a flowchart of a page navigation method of a hybrid APP in an embodiment
- FIG. 5 is a flow chart involved in matching page identifiers in a group container in an embodiment
- FIG. 6 is a flow chart involved in acquiring and executing navigation logic in one embodiment
- FIG. 7 is a structural block diagram of a page navigation device of a hybrid APP in an embodiment
- FIG. 8 is a structural block diagram of page navigation of a hybrid APP in another embodiment.
- Figure 9 is a block diagram showing the structure involved in the group container and navigation logic package interface in one embodiment.
- an application environment diagram of a page navigation method of a hybrid APP is provided, where the application environment diagram includes a terminal 110 and an application server 120.
- Terminal 110 can communicate with application server 120 over a network.
- the terminal 110 may be at least one of a smart phone, a tablet computer, a notebook computer, a POS machine, and an in-vehicle computer, but is not limited thereto.
- the application server 120 may be an independent physical application server or an application server cluster composed of multiple physical application servers.
- the terminal 110 can communicate with a corresponding application server through various installed applications.
- a terminal is provided, and a hybrid is installed on the terminal.
- the terminal includes a processor coupled via a system bus, an internal memory, a non-volatile storage medium, a network interface, a display screen, and an input device.
- the processor is used to provide computing and control capabilities to support the operation of the entire terminal.
- the non-volatile storage medium of the terminal stores an operating system and computer readable instructions executable by the processor to implement a page navigation method of a hybrid APP provided by the following embodiments.
- the internal memory in the terminal provides an environment for the operation of the operating system and computer readable instructions in the non-volatile storage medium.
- the network interface is used to connect to the network to communicate with the application server.
- the display is used to display the various interfaces of the hybrid application.
- the input device is a touch layer covered on the display screen for the user to input various control commands. For example, in this embodiment, the user can input an application open command and a page jump command.
- FIG. 2 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the terminal to which the solution of the present application is applied. It includes more or fewer components than those shown in the figures, or some components are combined, or have different component arrangements.
- FIG. 3 is a schematic flow chart of a method according to an embodiment of the present application. It should be understood that although the various steps in the flowchart of FIG. 3 are sequentially displayed as indicated by the arrows, these steps are not necessarily performed in the order indicated by the arrows. Except as explicitly stated herein, the execution of these steps is not strictly limited, and may be performed in other sequences. Moreover, at least some of the steps in FIG. 3 may include a plurality of sub-steps or stages, which are not necessarily performed at the same time, but may be executed at different times, and the order of execution thereof is not necessarily This may be performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of the other steps.
- a page navigation method of a hybrid APP is provided.
- the method is applied to the terminal shown in FIG. 2 as an example, and specifically includes the following steps:
- Step S202 Acquire a page navigation instruction of the hybrid APP, and extract a target page identifier to be jumped carried in the page navigation instruction.
- the face includes at least two page types.
- the page navigation instruction is generated by acquiring the user's click operation on the homepage page element, and the page navigation instruction here is the page jump request.
- the target page to be jumped carried in the page navigation instruction may be indicated according to the clicked page element, or may be the intermediate page of the final target page corresponding to the page element.
- the currently operated hybrid APP is a wealth management application.
- the current page is a "financial product showroom”
- the page displays a plurality of wealth management products.
- the user detects a click operation on one of the current financial products in the current page, based on The click operation generates a page jump instruction, and the target page to be jumped carried in the page jump instruction is a “product detail page” corresponding to the clicked wealth management product column (page element).
- the target page corresponding to the target page identifier to be jumped in the generated page jump instruction may be “ “Login page”, this page is not the "Purchase Product Purchase Page” corresponding to the "Purchase” button, that is, enter the middle page before the "Financial Product Purchase Page”.
- Step S204 Acquire, in response to the page navigation instruction, a plurality of group containers corresponding to the hybrid APP pre-configured by the terminal, where each group container corresponds to one page type, and all page identifiers of the same page type of the hybrid APP are supported by the corresponding Group in the container.
- a plurality of group containers corresponding to different page types are pre-maintained in the terminal memory.
- the set of containers is used to hold the page identifier of its corresponding page type.
- the method for configuring the group container corresponding to the hybrid APP is: obtaining the page identifier of all pages of the hybrid APP and the page type corresponding to each page identifier, and adding the page identifier to the corresponding group container according to the page type.
- the group container maintained in the terminal includes a group container A corresponding to the H5 page type, a group container B corresponding to the activity page type, a group container C corresponding to the reatnative page type, and a group container D corresponding to the fragment page type. If the page identifier is a, and the corresponding page type is a reatnative page type, the identifier a is added to the group container C corresponding to the reatnative page type, until all the page identifiers of the hybrid APP are allocated, that is, the hybrid APP is completed. The configuration of the corresponding group container.
- Step S206 Determine, by the matching of the target page identifier and the page identifier in each group container, the group container to which the target page identifier belongs.
- Step S208 Acquire navigation logic corresponding to the determined group container that is pre-registered, and execute navigation logic to cause the page to jump to the target page corresponding to the target page identifier; wherein the terminal registers the corresponding navigation logic for each group container in advance, and navigates
- the logic is a page jump method that can implement the corresponding page type.
- the page identifier in the group container is searched to determine the group container to which the target page identifier to be jumped belongs.
- the terminal registers navigation logic for each group container in advance, and according to the correspondence between the group container and the navigation logic, the navigation logic corresponding to the target page identifier can be determined.
- the navigation logic is executed to complete the jump to the target page corresponding to the target page identifier.
- the step before the step of acquiring the page navigation instruction of the hybrid APP and extracting the target page identifier to be jumped in the page navigation instruction, the step further includes a group container corresponding to the hybrid APP.
- Configure the configuration including the following steps:
- Step S302 When it is detected that the hybrid APP is switched to the on state, the page identifiers of all the pages of the hybrid APP and the page types corresponding to each page identifier are obtained.
- the terminal monitors the status of the hybrid APP.
- the hybrid APP is monitored from the Not running to the enabled state (such as the Active foreground active state or the Background background running state)
- the page identifier of all the pages of the hybrid APP and the page type corresponding to each page identifier are obtained. .
- the page identification takes the form of a module identification + sub-page identification under the module.
- the registration page of the login module the favorite page under the personal module.
- a large number of APP pages can be clearly identified by the form of a module plus subpage.
- the page type of the hybrid APP includes at least the following two page types: an H5 page type, an activity page type, a corresponding reward page type, and a fragment page type. Of course, you can also include other page types that are not listed.
- Step S304 Acquire a group container pre-stored in the terminal and not configured with a page identifier, and the group container has a page type label.
- a plurality of group containers are pre-maintained in the terminal, and each group container is identified by a page type.
- the group container A corresponds to the H5 page type
- the group container B corresponds to the activity page type
- the group container C corresponds to the reward page type
- Group container D corresponds to the fragment page type.
- the page type corresponding to each group container is pre-configured.
- the group container that the terminal initially maintains is an empty group container that does not have a page identifier added.
- the configuration of the group container is to add a page identifier to the group container.
- the page type corresponding to the added page identifier needs to be the same as the page type corresponding to the group container.
- the group container is an array of page type tags to be placed.
- Step S306 Add the page identifier of the hybrid APP to the corresponding group container according to the page type to complete the configuration of the group container corresponding to the hybrid APP.
- the page identifier in the hybrid APP is added to the corresponding group container.
- the number of group containers corresponding to each hybrid APP is different, and the number of corresponding group containers depends on the page type included in the APP. If the hybrid APP includes two page types, the number of corresponding group containers is two. It is easy to understand. If the hybrid APP includes two page types, the number of corresponding group containers is four.
- the terminal maintains an empty group container with a type label in advance, and fills the empty group container according to the page type of the hybrid APP and the included page identifier to complete the configuration of the group container corresponding to the hybrid APP, and the configuration of the group container is simple. Fast, you can quickly complete the configuration when the hybrid app starts.
- the group container corresponding to the configured hybrid APP is stored.
- the hybrid APP When the hybrid APP is started, it is preferred to find whether there is a configured group container. If yes, the configuration does not need to be repeated.
- the hybrid APP starts the preferred lookup exists.
- the configured group container if yes, according to the log information, determines whether the hybrid APP is updated by the last login, and if so, reacquires the updated version of the page information, and adjusts the configured group container according to the updated version of the page information; If not, you do not have to reconfigure.
- each page identifier in the group container includes a module identifier and a sub-page identifier
- the target page identifier includes a target module identifier and a target sub-page identifier
- Step S206 Determine the group container to which the target page identifier belongs by matching the target page identifier with the page identifier in each group container. In this embodiment, the following steps are included, as shown in FIG. 5:
- Step S402 Match the target module identifier with the module identifier in the group container, and determine the group container that includes the target module identifier.
- Find each group container in the order of setting For example, according to the order of group containers A, B, C, and D, find the module identifier in the group container, and determine the group container containing the target module identifier. At this time, the determined group container There may be more than one.
- Step S404 Search for the sub-page identifier under the matching module identifier in the determined group container, and determine the group container that includes the target sub-page identifier, and the determined group container is the group container to which the target page identifier belongs.
- the search is performed in the group container determined in step S402 to find whether the target sub-page is included in the sub-page under the matching module identifier. If yes, the group container to be searched is the group container to which the target page identifier belongs.
- the number of subpage identifiers is much larger than the number of module identifiers.
- the page identifiers included in the group container are not chaotic storage, but the module identifier is a large class, and the corresponding sub-page identifiers under the module are subclasses.
- the page identifiers included in the group container A are: A module + a sub page, A module + b sub page, A module + c sub page, B module + a sub page, B module + d sub page, C Module +f subpage;
- the page identifiers included in the group container B are: A module + f subpage, A module + g subpage, B module + b subpage, B module + c subpage, B module + f subpage, D module + a sub Page; group container C
- the page identifiers included in this are: D module + a subpage.
- the page identifier of the group container A is: A module: ⁇ a, b, c ⁇ B module: ⁇ a, d ⁇ C module: ⁇ f ⁇ ;
- the page identifier of the group container B is: A module: ⁇ f, g ⁇ B Module: ⁇ b, c, f ⁇ D module: ⁇ a ⁇ ;
- the page identifier of group container C is: D module: ⁇ a ⁇ .
- the target page is identified as a B module + c subpage.
- the method of determining the group container to which the target page belongs is: according to the order of the group containers A, B, and C (other order), the group container including the module B is found, the group container A and the group container B are obtained, and then the group container is searched.
- the sub-page under module B in A and the sub-page under module B in group container B determine that the group container to which the target page identifier belongs is group container B.
- the group container that does not include the target module can be removed, and the search workload is reduced, so that the matching of the page identifiers can be made faster.
- the possibility that pages under the same module belong to the same page type is relatively large, that is, sub-pages under the same module may be concentrated in one or a few group containers, so most unmatched groups can be removed by module matching.
- the pre-generated navigation failure feedback page is obtained and displayed when the target page to be jumped is not found in the group container.
- the interface can be uniformly displayed and the relevant caller can be fed back to avoid the crash.
- S208 acquiring pre-registered navigation logic corresponding to the determined group container, and executing navigation logic to cause the page to jump to a target page corresponding to the target page identifier; wherein the terminal is Each group container registers a corresponding navigation logic, and the navigation logic is a page jump method capable of implementing a corresponding page type, including the following steps:
- Step S502 Determine navigation logic corresponding to the target page identifier according to the correspondence between the group container and the navigation logic, where the terminal registers the navigation logic corresponding to each group container when the hybrid APP is installed.
- the terminal registers corresponding navigation logic for each page type corresponding to each group container, and the navigation logic defines a navigation function that needs to be executed when the page jumps to the corresponding page type.
- the group container in the terminal includes the group container A of the H5 page type, the corresponding activity page type
- the group container B, the group container C corresponding to the reatnative page type, and the group container D corresponding to the fragment page type the H5 page navigation function corresponding to the group container A and the activity page navigation function corresponding to the group container B are registered in the corresponding terminal.
- a regression page navigation function corresponding to the group container C and a fragment page navigation function corresponding to the group container D are registered in the corresponding terminal.
- the navigation logic corresponding to the group container corresponding to the target page identifier may be determined.
- Step S504 Distribute the page navigation instruction to the determined navigation logic to trigger the navigation logic, and obtain the page information corresponding to the target page identifier.
- Step S506 Perform page rendering according to the page information, and generate and display a target page to be jumped.
- the currently obtained page navigation instruction is distributed to the corresponding navigation logic, and the instruction triggers the navigation logic to run, and the page information corresponding to the target page identifier is obtained according to the method defined by the navigation logic.
- the terminal After obtaining the page information corresponding to the target page identifier by using the navigation logic, the terminal performs page rendering according to the page information to generate a target page, and switches the current page to the generated target page.
- the navigation logic corresponding to the H5 page may be: first obtaining the webpage address information corresponding to the page to be redirected carried in the page navigation instruction, and then sending the webpage address information to the server, and receiving the server.
- the HTML file of the target page is fed back, and the browser component of the APP in the calling terminal parses the received HTML file to generate and display the target web page.
- the navigation logic of the H5 page is fixed to the above example, and may be other execution logic, as long as the jump of the corresponding page can be realized.
- the group container and the corresponding navigation logic may be encapsulated into a unified interface output, and the hybrid APP invokes the interface during installation or startup, and configures the interface, and directly invokes the configuration during page navigation.
- the interface can complete the page jump.
- the navigation logic corresponding to the group container and the group container is encapsulated into a navigation interface, and the page identifier in the group container is set to a default value; the navigation interface is released, so that the third-party application system invokes the navigation interface, and the group
- the page identifier in the container is configured to generate a third-party application.
- the navigation program can be packaged in the SDK of the hybrid APP, and the navigation program is installed when the hybrid application is installed.
- a page navigation device for a hybrid APP comprising:
- the navigation requesting module 602 is configured to obtain a page navigation instruction of the hybrid APP, and extract a target page identifier to be redirected carried in the page navigation instruction.
- the group container obtaining module 604 is configured to obtain, according to the page navigation instruction, a plurality of group containers corresponding to the hybrid APP pre-configured by the terminal, where each group container corresponds to one page type, and all the page identifiers of the same page type of the hybrid APP It is housed in the corresponding group container.
- the page identifier finding module 606 is configured to determine, by the matching of the target page identifier and the page identifier in each group container, the group container to which the target page identifier belongs.
- the navigation module 608 is configured to acquire pre-registered navigation logic corresponding to the determined group container, and execute navigation logic to cause the page to jump to the target page corresponding to the target page identifier;
- the terminal registers the corresponding navigation logic for each group container in advance, and the navigation logic is a page jump method capable of implementing the corresponding page type.
- the page navigation device of the hybrid APP further includes:
- the data obtaining module 702 is configured to obtain a page identifier of all pages of the hybrid APP and a page type corresponding to each page identifier when detecting that the hybrid APP is switched to the on state.
- the empty group container obtaining module 704 is configured to obtain a group container pre-stored in the terminal and configured with no page identifier, and the group container has a page type label.
- the group container configuration module 706 is configured to add the page identifier of the hybrid APP to the corresponding group container according to the page type to complete the configuration of the group container corresponding to the hybrid APP.
- the page identifier includes a module identifier and a sub-page identifier
- the target page identifier includes an target module identifier and a target sub-page identifier
- the page identifier finding module 606 is further configured to match the target module identifier and the module identifier in the group container, determine a group container that includes the target module identifier, and search for the sub-page identifier under the matching module identifier in the determined group container, and determine to include A group container with a target subpage identifier, and the determined group container is the group container to which the target page identifier belongs.
- the navigation module 608 is further configured to determine navigation logic corresponding to the target page identifier according to the correspondence between the group container and the navigation logic, where the terminal pre-registers navigation logic corresponding to each group container; The information is distributed to the determined navigation logic to trigger the navigation logic to obtain the page information corresponding to the target page identifier; the page is rendered according to the page information, and the target page to be jumped is generated and displayed.
- the apparatus further includes:
- the interface encapsulating module 802 is configured to encapsulate the navigation logic corresponding to the group container and the group container into a navigation interface, and the page identifier in the group container is set to a default value.
- the interface publishing module 804 is configured to issue a navigation interface, so that the third-party application system invokes the navigation interface, and configures the page identifier in the group container to generate a navigation program adapted to the third-party application.
- a terminal is provided.
- the terminal can be a server, including a memory and a processor.
- the memory stores computer readable instructions.
- the processor executes the following steps: Obtaining a page navigation instruction of the hybrid APP, and extracting a target page identifier to be jumped in the page navigation instruction; and acquiring, according to the page navigation instruction, a plurality of group containers corresponding to the hybrid APP configured by the terminal, wherein Each of the group containers corresponds to a page type, and all page identifiers of the same page type of the hybrid APP are loaded in the corresponding group container; and the target page identifier is used in each of the group containers Matching the page identifier, determining the group container to which the target page identifier belongs; and acquiring pre-registered navigation logic corresponding to the determined group container, executing the navigation logic to cause the page to jump to the The target page identifies a corresponding target page; wherein the terminal registers corresponding navigation logic for each of
- the page navigation instruction is acquired in the hybrid APP, and the page is extracted.
- the processor further performs the following steps: when detecting that the hybrid APP is switched to the on state, acquiring the page identifier of each page of the hybrid APP and each of the pages Identifying a corresponding page type; acquiring a group container pre-stored in the terminal and not configuring the page identifier, the group container having a page type label; and adding the page identifier of the hybrid APP to the corresponding one according to the page type
- the group of containers is configured to complete the group of containers corresponding to the hybrid APP.
- the page identifier includes a module identifier and a sub-page identifier.
- the target page identifier includes an target module identifier and a target sub-page identifier.
- the step of determining, by the processor, the matching of the target page identifier and the page identifier in each of the group containers, determining the group container to which the target page identifier belongs is: matching the target module identifier Determining, with the module identifier in the group container, a group container that includes the target module identifier; searching for the determined sub-page identifier under the matching module identifier in the determined group container, determining to include the A group container identified by the target subpage, and the determined group container is a group container to which the target page identifier belongs.
- the step of registering the corresponding navigation logic for each of the group containers, the step of the navigation logic being a page jump method capable of implementing the corresponding page type includes: according to the correspondence between the group container and the navigation logic, Determining the navigation logic corresponding to the target page identifier, wherein the terminal pre-registers navigation logic corresponding to each of the group containers; distributing the page navigation instruction to the determined navigation logic to trigger the The navigation logic acquires page information corresponding to the target page identifier; performs page rendering according to the page information, and generates and displays a target page to be jumped.
- the processor further performs the steps of: encapsulating the navigation logic corresponding to the group container and the group container into a navigation interface, the page identifier in the group container being set to a default value; publishing the navigation The interface is configured to enable the third-party application system to invoke the navigation interface, and configure a page identifier in the group container to generate a navigation program adapted to the third-party application.
- one or more computer readable non-volatile storage media having computer readable instructions, when executed by one or more processors, causing one or more processors Performing the following steps: acquiring a page navigation instruction of the hybrid APP, and extracting a target page identifier to be redirected carried in the page navigation instruction; and acquiring, according to the page navigation instruction, multiple presets corresponding to the hybrid APP preset by the terminal a group container, wherein each of the group containers corresponds to a page type, and all page identifiers of the same page type of the hybrid APP are loaded in the corresponding group container; Determining, by the matching of the page identifiers in the group container, the group container to which the target page identifier belongs; acquiring navigation logic corresponding to the determined group container that is pre-registered, and executing the navigation logic to make the page jump Go to the target page corresponding to the target page; wherein the terminal registers a corresponding navigation logic for each of the group containers in advance.
- the processor before the step of acquiring the page navigation instruction of the hybrid APP and extracting the target page identifier to be jumped in the page navigation instruction, the processor further performs the following steps:
- the group container is provided with a page type label; the page identifier of the hybrid APP is added to the corresponding group container according to the page type to complete the configuration of the group container corresponding to the hybrid APP.
- the page identifier includes a module identifier and a sub-page identifier.
- the target page identifier includes an target module identifier and a target sub-page identifier.
- the step of determining, by the processor, the matching of the target page identifier and the page identifier in each of the group containers, determining the group container to which the target page identifier belongs is: matching the target module identifier Determining, with the module identifier in the group container, a group container that includes the target module identifier; searching for the determined sub-page identifier under the matching module identifier in the determined group container, determining to include the a group container identified by the target subpage, the determined group container is the The target page identifies the group container to which it belongs.
- the step of registering the corresponding navigation logic for each of the group containers, the step of the navigation logic being a page jump method capable of implementing the corresponding page type includes: according to the correspondence between the group container and the navigation logic, Determining the navigation logic corresponding to the target page identifier, wherein the terminal pre-registers navigation logic corresponding to each of the group containers; distributing the page navigation instruction to the determined navigation logic to trigger the The navigation logic acquires page information corresponding to the target page identifier; performs page rendering according to the page information, and generates and displays a target page to be jumped.
- the processor further performs the steps of: encapsulating the navigation logic corresponding to the group container and the group container into a navigation interface, the page identifier in the group container being set to a default value; publishing the navigation The interface is configured to enable the third-party application system to invoke the navigation interface, and configure a page identifier in the group container to generate a navigation program adapted to the third-party application.
- the storage medium may be a non-volatile storage medium such as a magnetic disk, an optical disk, or a read-only memory (ROM).
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Abstract
本一种混合APP的页面导航方法,包括:获取混合APP的页面导航指令,提取页面导航指令中携带的待跳转的目标页面标识;响应于页面导航指令,获取终端预先配置的混合APP对应的多个组容器,其中,每个组容器对应一种页面类型,混合APP的同一页面类型的所有页面标识承装于对应的组容器中;通过目标页面标识与每个组容器中的页面标识的匹配,确定述目标页面标识所属的组容器;获取预先注册的与确定的组容器对应的导航逻辑,执行导航逻辑以使页面跳转至目标页面标识对应的目标页面;其中,终端预先为每个组容器注册相应的导航逻辑,导航逻辑为能够实现相应页面类型的页面跳转方法。
Description
本申请要求于2017年7月26日提交中国专利局、申请号为2017106183654、发明名称为“混合APP的页面导航方法、装置、终端和存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
本申请涉及计算机技术领域,特别是涉及一种混合APP的页面导航方法、装置、终端和存储介质。
随着移动互联网的发展,用户使用终端设备接入互联网的频率越来越高,对网页的浏览与使用也越来越多,除了使用浏览器进行网页的加载和显示外,常见的还可以使用混合APP进行网页的加载和显示。Hybrid APP是介于本地应用(Native App)和网络应用(Web App)之间的混合模式移动应用。Hybrid APP在运行是面临的一个重要的问题是不同类型页面之间的跳转。
传统的Hybrid APP实现不同类型页面跳转的方式为:开发者在开发混合APP时需要预先定义好每种页面类型跳转所需要执行的程序,且在页面跳转时需要经过一系列判断以及各种特性调用来将请求导航到相对应的导航程序上,实现导航跳转。传统的页面导航方式极易出现页面跳转卡顿的现象,不能更好更快更安全的进行页面的跳转。
发明内容
基于此,有必要提供一种混合APP的页面导航方法、装置、终端和存储介质。
一种混合APP的页面导航方法,所述方法包括:
获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转
的目标页面标识;
响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;
通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;
获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;及
其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
一种混合APP的页面导航装置,所述装置包括:
导航请求模块,用于获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;
组容器获取模块,用于响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;
页面标识查找模块,用于通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;及
导航模块,用于获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;
其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
计算机可读指令计算机可读指令
一种终端,包括存储器和处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述处理器执行以下步骤:
获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;
响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;
通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;
获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;及
其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
一个或多个存储有计算机可读指令的计算机可读非易失性存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:
获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;
响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;
通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;
获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;及
其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请的其它特征和优点将从说明书、附图以及权利要求书变得明显。
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1为一个实施例中混合APP的页面导航方法的应用环境图;
图2为一个实施例中终端的内部结构示意图;
图3为一个实施例中混合APP的页面导航方法的流程图;
图4为一个实施例中配置组容器所涉及的流程图;
图5为一个实施例中组容器中页面标识匹配所涉及的流程图;
图6为一个实施例中获取并执行导航逻辑所涉及的流程图;
图7为一个实施例中混合APP的页面导航装置的结构框图;
图8为另一个实施例中混合APP的页面导航的结构框图;及
图9为一个实施例中将组容器和导航逻辑封装接口所涉及的结构框图。
为了使本申请的技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
如图1所示,在一个实施例中,提供了一种混合APP的页面导航方法的应用环境图,该应用环境图包括终端110和应用服务器120。终端110可通过网络与应用服务器120通信。终端110可以是智能手机、平板电脑、笔记本电脑、POS机、车载电脑中的至少一种,但并不局限于此。应用服务器120可以是独立的物理应用服务器,也可以是多个物理应用服务器构成的应用服务器集群。终端110可通过安装的各种应用与相应的应用服务器进行通信。
如图2所示,在一个实施例中,提供了一种终端,该终端上安装有混合
页面开发的混合应用程序。该终端包括通过系统总线连接的处理器、内存储器、非易失性存储介质、网络接口、显示屏和输入装置。其中,该处理器用于提供计算和控制能力,支撑整个终端的运行。该终端的非易失性存储介质存储有操作系统和计算机可读指令,该计算机可读指令可被处理器所执行以实现以下各实施例所提供的一种混合APP的页面导航方法。终端中的内存储器为非易失性存储介质中的操作系统和计算机可读指令的运行提供环境。网络接口用于连接到网络与应用服务器进行通信。显示屏用于显示混合应用的各种界面。输入装置为显示屏上覆盖的触摸层,用于供用户输入各种控制指令,例如,在本实施例中,可供用户输入应用程序开启指令以及页面跳转指令等。
本领域技术人员可以理解,图2中示出的终端的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的终端的限定,具体的终端可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
图3为本申请一个实施例的方法的流程示意图。应该理解的是,虽然图3的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,其可以以其他的顺序执行。而且,图3中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,其执行顺序也不必然是依次进行,而是可以与其他步骤或者其他步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。
如图3所示,在一个实施例中,提供了一种混合APP的页面导航方法,该方法以应用到如图2所示的终端中为例进行说明,具体包括如下步骤:
步骤S202:获取混合APP的页面导航指令,提取页面导航指令中携带的待跳转的目标页面标识。
终端中安装有至少一个混合APP,安装的至少一个混合APP中的应用页
面至少包括两种页面类型。进入至混合APP首页后,通过获取用户对首页页面元素点击操作触发生成页面导航指令,这里的页面导航指令即为页面跳转请求。页面导航指令中携带的待跳转的目标页面可根据点击的页面元素来指示,也可以是页面元素对应的最终目标页面的中间页面。
举例来说,当前操作的混合APP为理财应用,若当前页面为“理财产品展厅”该页面中陈列多种理财产品,当检测到用户对当前页面中其中一个理财产品栏目的点击操作时,基于该点击操作生成页面跳转指令,该页面跳转指令中携带的待跳转的目标页面为点击的理财产品栏目(页面元素)对应的“产品详情页面”。
还比如,若当前页面为理财产品购买页面,用户触发的当前页面的页面元素为“购买”按钮,则生成的页面跳转指令中携带的待跳转的目标页面标识对应的目标页面可能是“登录页面”,该页面并非“购买”按钮所对应的“理财产品购买页面”,即进入该“理财产品购买页面”前的中间页面。
步骤S204:响应于页面导航指令,获取终端预先配置的混合APP对应的多个组容器,其中,每个组容器对应一种页面类型,混合APP的同一页面类型的所有页面标识承装于对应的组容器中。
终端内存中预先维护多个对应不同页面类型的组容器。该组容器用于承装其对应的页面类型的页面标识。
终端配置混合APP所对应的组容器的方法为:获取该混合APP的所有页面的页面标识以及每种页面标识对应的页面类型,根据页面类型将页面标识添加至对应的组容器中。
举例来说,终端中维护的组容器包括对应H5页面类型的组容器A、对应activity页面类型的组容器B、对应reatnative页面类型的组容器C以及对应fragment页面类型的组容器D。如页面标识为a,其对应的页面类型为reatnative页面类型,则将标识a添加到reatnative页面类型对应的组容器C中,直至完成混合APP的所有页面标识的分配,即完成了对该混合APP对应的组容器的配置。
步骤S206:通过目标页面标识与每个组容器中的页面标识的匹配,确定述目标页面标识所属的组容器。
步骤S208:获取预先注册的与确定的组容器对应的导航逻辑,执行导航逻辑以使页面跳转至目标页面标识对应的目标页面;其中,终端预先为每个组容器注册相应的导航逻辑,导航逻辑为能够实现相应页面类型的页面跳转方法。
对组容器中的页面标识进行查找,以确定待跳转的目标页面标识所属组容器。终端预先为每个组容器对应注册了导航逻辑,根据组容器与导航逻辑的对应关系,可确定该目标页面标识所对应的导航逻辑。执行该导航逻辑即可完成向目标页面标识对应的目标页面的跳转。
本实施例中,通过组容器以及预先为组容器注册对应的导航逻辑,只需在页面导航前对组容器进行配置,即可在页面导航时仅通过页面标识即可快捷准确的调用相适应的页面逻辑,实现相应类型页面的跳转,页面跳转更加快捷安全。且APP无需自定义导航逻辑,极大地减轻了APP开发人员的开发成本。
在一个实施例中,如图4所示,在S202:获取混合APP的页面导航指令,提取页面导航指令中携带的待跳转的目标页面标识的步骤之前,还包括对混合APP对应的组容器进行配置,具体包括如下步骤:
步骤S302:当监测到混合APP切换至开启状态时,获取混合APP所有页面的页面标识和每个页面标识对应的页面类型。
终端监控混合APP的状态,当监控到混合APP从Not running切换到开启状态(如Active前台活跃状态或者Background后台运行状态)时,获取混合APP所有页面的页面标识和每个页面标识对应的页面类型。
在一个实施例中,页面标识采用模块标识+模块下子页面标识的形式。例如,登录模块的注册页面,个人模块下的收藏页面。通过模块加子页面的形式可以清楚的对大量的APP页面进行标识。
在获取混合APP的页面标识的同时,获取每个页面的页面类型,混合APP的页面类型至少包括如下两种页面类型:H5页面类型、activity页面类型、对应reatnative页面类型以及fragment页面类型。当然,还可以使包括其他未列举出来的页面类型。
步骤S304:获取终端中预先存储的且未配置页面标识的组容器,组容器带有页面类型标签。
终端中预先维护多个组容器,每个组容器均由一种页面类型来标识,如上述的,组容器A对于H5页面类型、组容器B对应activity页面类型、组容器C对应reatnative页面类型以及组容器D对应fragment页面类型。每个组容器对应的页面类型是预先配置好的。
终端最初维护的组容器为未添加页面标识的空组容器。对组容器的配置即向组容器中添加页面标识。添加的页面标识对应的页面类型需要与组容器对应的页面类型一致。
在一个实施例中,组容器为待有页面类型标签的数组。
步骤S306:根据页面类型将混合APP的页面标识添加至对应的组容器中以完成混合APP对应的组容器的配置。
对应页面类型,将混合APP中的页面标识添加至相应的组容器中。每个混合APP对应的组容器的数量不同,对应的组容器的数量取决于APP所包括的页面类型。若混合APP包括两种页面类型,则其对应的组容器的数量为两个,容易理解的,若混合APP包括两种页面类型,则其对应的组容器的数量为四个。
本实施例中,终端预先维护有带有类型标签的空组容器,根据混合APP的页面类型和包含的页面标识填充空组容器即完成该混合APP对应的组容器的配置,组容器的配置简单快捷,在混合APP启动时即可快速完成配置。
在一个实施例中,对配置好的混合APP对应的组容器进行存储,该混合APP下次启动时,首选查找是否存在已经配置好的组容器,若是,则不必重复进行配置。在另一个实施例中,混合APP启动时,首选查找是否存在已经
配置好的组容器,若是,根据日志信息,判断自上次登录起,混合APP是否进行版本更新,若是,则重新获取更新版本的页面信息,根据该更新版本的页面信息调整配置的组容器;若否,不必重新进行配置。
在一个实施例中,组容器中的每个页面标识均包括模块标识和子页面标识,目标页面标识包括目标模块标识和目标子页面标识。
步骤S206:通过目标页面标识与每个组容器中的页面标识的匹配,确定述目标页面标识所属的组容器,在本实施例中包括如下步骤,如图5所示:
步骤S402:匹配目标模块标识与组容器中的模块标识,确定包含有目标模块标识的组容器。
按照设定顺序依次查找每个组容器,如按照组容器A、B、C、D的顺序,查找组容器中的模块标识,确定包含有目标模块标识的组容器,此时,确定的组容器可能为多个。
步骤S404:查找确定的组容器中的匹配的模块标识下的子页面标识,确定包含有目标子页面标识的组容器,确定的组容器为目标页面标识所属的组容器。
在对步骤S402中确定的组容器中进行查找,查找匹配的模块标识下的子页面中是否包括目标子页面,若是,则查找的组容器即为目标页面标识所属的组容器。
由于一个模块下包括多个子页面,因此,子页面标识的数量要远远大于模块标识的数量。组容器中包括的页面标识并非杂乱无章存储,而是以模块标识为大类,模块下对应的子页面标识为小类。
举例来说,组容器A中包括的页面标识为:A模块+a子页面,A模块+b子页面,A模块+c子页面,B模块+a子页面,B模块+d子页面,C模块+f子页面;
组容器B中包括的页面标识为:A模块+f子页面,A模块+g子页面,B模块+b子页面,B模块+c子页面,B模块+f子页面,D模块+a子页面;组容器C
中包括的页面标识为:D模块+a子页面。
组容器A的页面标识为:A模块:{a,b,c}B模块:{a,d}C模块:{f};组容器B的页面标识为:A模块:{f,g}B模块:{b,c,f}D模块:{a};组容器C的页面标识为:D模块:{a}。假设目标页面标识为B模块+c子页面。
确定目标页面所属组容器的方式为:按照组容器A、B、C的顺序(也可以是其他顺序),查找包括模块B的组容器,得到组容器A和组容器B,然后,查找组容器A中模块B下的子页面和组容器B中模块B下的子页面,确定目标页面标识的所属组容器为组容器B。
本实施例中,通过模块的匹配,可去除掉不包括该目标模块的组容器,减少的查找工作量,可使页面标识的匹配更加快捷。且同一模块下的页面属于同一页面类型的可能性相对比较大,也就是,同一模块下的子页面可能集中在一个或者少数几个组容器中,因此通过模块匹配可以去除大部分不匹配的组容器,快速定位所属组容器。
在一个实施例中,当在组容器中未查找到待跳转的目标页面时,获取并显示预先生成的导航失败反馈页面。当页面导航失败时,可统一显示不存在界面并反馈相关的调用方,从而避免崩溃。
在一个实施例中,如图6所示,S208:获取预先注册的与确定的组容器对应的导航逻辑,执行导航逻辑以使页面跳转至目标页面标识对应的目标页面;其中,终端预先为每个组容器注册相应的导航逻辑,导航逻辑为能够实现相应页面类型的页面跳转方法,包括如下步骤:
步骤S502:根据组容器与导航逻辑的对应关系,确定目标页面标识对应的导航逻辑,其中,终端在安装混合APP时注册每个组容器对应的导航逻辑。
终端预先为每个组容器对应的页面类型注册相应的导航逻辑,导航逻辑中定义了页面跳转至对应的页面类型所需要执行的导航函数。
若终端中的组容器包括H5页面类型的组容器A、对应activity页面类型
的组容器B、对应reatnative页面类型的组容器C以及对应fragment页面类型的组容器D,相应的终端中将注册与组容器A对应的H5页面导航函数、与组容器B对应的activity页面导航函数、与组容器C对应的reatnative页面导航函数和与组容器D对应的fragment页面导航函数。
根据组容器与导航逻辑的对应关系,可确定目标页面标识对应的组容器所对应的导航逻辑。
步骤S504:将页面导航指令分发到确定的导航逻辑上以触发导航逻辑,获取目标页面标识对应的页面信息。
步骤S506:根据页面信息进行页面渲染,生成并显示待跳转的目标页面。
将当前获取的页面导航指令分发到相应的导航逻辑上,该指令将触发该导航逻辑运行,按照该导航逻辑所定义的方法获取目标页面标识对应的页面信息。
终端通过导航逻辑获取到目标页面标识对应的页面信息后,将根据页面信息进行页面渲染生成目标页面,并切换当前页面到生成的目标页面。
例如,当待跳转页面为H5页面时,H5页面对应的导航逻辑可以是:首先获取页面导航指令中携带的待跳转页面对应的网页地址信息,然后将网页地址信息发送至服务器,接收服务器反馈目标页面的HTML文件,调用终端中的APP的浏览器组件解析接收到的HTML文件,生成并显示目标网页。H5页面的导航逻辑并固定于上述举例,还可以是其他执行逻辑,只要能够实现相应页面的跳转即可。
在一个实施例中,可以将组容器以及对应的导航逻辑封装成统一的接口输出,混合APP在安装时或者启动时,调用该接口,并进行接口的配置,在页面导航时,直接调用配置好的接口即可完成页面的跳转。
具体可以采用如下方式:将组容器和组容器对应的导航逻辑封装成导航接口,组容器中的页面标识设置为缺省值;发布导航接口,以使第三方应用系统调用导航接口,并对组容器中的页面标识进行配置生成适应第三方应用
的导航程序,该导航程序可封装在混合APP的SDK工具包中,安装该混合APP时即安装了该导航程序。
APP开发人员无需自行开发导航程序,只需待用导航接口进行相应的配置即可。
在一个实施例中,如图7所示,提供了一种混合APP的页面导航装置,该装置包括:
导航请求模块602,用于获取混合APP的页面导航指令,提取页面导航指令中携带的待跳转的目标页面标识。
组容器获取模块604,用于响应于页面导航指令,获取终端预先配置的混合APP对应的多个组容器,其中,每个组容器对应一种页面类型,混合APP的同一页面类型的所有页面标识承装于对应的组容器中。
页面标识查找模块606,用于通过目标页面标识与每个组容器中的页面标识的匹配,确定述目标页面标识所属的组容器。
导航模块608,用于获取预先注册的与确定的组容器对应的导航逻辑,执行导航逻辑以使页面跳转至目标页面标识对应的目标页面;
其中,终端预先为每个组容器注册相应的导航逻辑,导航逻辑为能够实现相应页面类型的页面跳转方法。
在一个实施例中,如图8所示,混合APP的页面导航装置还包括:
数据获取模块702,用于当监测到混合APP切换至开启状态时,获取混合APP所有页面的页面标识和每个页面标识对应的页面类型。
空组容器获取模块704,用于获取终端中预先存储的且未配置页面标识的组容器,组容器带有页面类型标签。
组容器配置模块706,用于根据页面类型将混合APP的页面标识添加至对应的组容器中以完成混合APP对应的组容器的配置。
在一个实施例中,页面标识包括模块标识和子页面标识,相应的,目标页面标识包括目标模块标识和目标子页面标识;
页面标识查找模块606,还用于匹配目标模块标识与组容器中的模块标识,确定包含有目标模块标识的组容器;查找确定的组容器中的匹配的模块标识下的子页面标识,确定包含有目标子页面标识的组容器,确定的组容器为目标页面标识所属的组容器。
在一个实施例中,导航模块608,还用于根据组容器与导航逻辑的对应关系,确定目标页面标识对应的导航逻辑,其中,终端预先注册每个组容器对应的导航逻辑;将页面导航指令分发到确定的导航逻辑上以触发导航逻辑,获取目标页面标识对应的页面信息;根据页面信息进行页面渲染,生成并显示待跳转的目标页面。
在一个实施例中,装置还包括:
接口封装模块802,用于将组容器和组容器对应的导航逻辑封装成导航接口,组容器中的页面标识设置为缺省值。
接口发布模块804,用于发布导航接口,以使第三方应用系统调用导航接口,并对组容器中的页面标识进行配置生成适应第三方应用的导航程序。
在一个实施例中,提供了一种终端,该终端可以是服务器,包括存储器和处理器,存储器中储存有计算机可读指令,计算机可读指令被处理器执行时,使得处理器执行以下步骤:获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;及获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
在一个实施例中,在所述获取混合APP的页面导航指令,提取所述页面
导航指令中携带的待跳转的目标页面标识的步骤之前,处理器还执行如下步骤:当监测到混合APP切换至开启状态时,获取所述混合APP所有页面的页面标识和每个所述页面标识对应的页面类型;获取终端中预先存储的且未配置页面标识的组容器,所述组容器带有页面类型标签;根据所述页面类型将所述混合APP的所述页面标识添加至对应的所述组容器中以完成所述混合APP对应的所述组容器的配置。
在一个实施例中,所述页面标识包括模块标识和子页面标识,相应的,所述目标页面标识包括目标模块标识和目标子页面标识;
处理器所执行的所述通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器的步骤为:匹配所述目标模块标识与所述组容器中的模块标识,确定包含有所述目标模块标识的组容器;查找确定的所述组容器中的匹配的所述模块标识下的所述子页面标识,确定包含有所述目标子页面标识的组容器,确定的所述组容器为所述目标页面标识所属的组容器。
在一个实施例中,处理器所执行的所述获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法的步骤包括:根据所述组容器与导航逻辑的对应关系,确定所述目标页面标识对应的所述导航逻辑,其中,所述终端预先注册每个所述组容器对应的导航逻辑;将所述页面导航指令分发到确定的所述导航逻辑上以触发所述导航逻辑,获取所述目标页面标识对应的页面信息;根据所述页面信息进行页面渲染,生成并显示待跳转的目标页面。
在一个实施例中,处理器还执行如下步骤:将所述组容器和所述组容器对应的导航逻辑封装成导航接口,所述组容器中的页面标识设置为缺省值;发布所述导航接口,以使第三方应用系统调用所述导航接口,并对所述组容器中的页面标识进行配置生成适应第三方应用的导航程序。
在一个实施例中,提供了一个或多个存储有计算机可读指令的计算机可读非易失性存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
在一个实施例中,在所述获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识的步骤之前,处理器还执行如下步骤:
当监测到混合APP切换至开启状态时,获取所述混合APP所有页面的页面标识和每个所述页面标识对应的页面类型;获取终端中预先存储的且未配置页面标识的组容器,所述组容器带有页面类型标签;根据所述页面类型将所述混合APP的所述页面标识添加至对应的所述组容器中以完成所述混合APP对应的所述组容器的配置。
在一个实施例中,所述页面标识包括模块标识和子页面标识,相应的,所述目标页面标识包括目标模块标识和目标子页面标识;
处理器所执行的所述通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器的步骤为:匹配所述目标模块标识与所述组容器中的模块标识,确定包含有所述目标模块标识的组容器;查找确定的所述组容器中的匹配的所述模块标识下的所述子页面标识,确定包含有所述目标子页面标识的组容器,确定的所述组容器为所述
目标页面标识所属的组容器。
在一个实施例中,处理器所执行的所述获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法的步骤包括:根据所述组容器与导航逻辑的对应关系,确定所述目标页面标识对应的所述导航逻辑,其中,所述终端预先注册每个所述组容器对应的导航逻辑;将所述页面导航指令分发到确定的所述导航逻辑上以触发所述导航逻辑,获取所述目标页面标识对应的页面信息;根据所述页面信息进行页面渲染,生成并显示待跳转的目标页面。
在一个实施例中,处理器还执行如下步骤:将所述组容器和所述组容器对应的导航逻辑封装成导航接口,所述组容器中的页面标识设置为缺省值;发布所述导航接口,以使第三方应用系统调用所述导航接口,并对所述组容器中的页面标识进行配置生成适应第三方应用的导航程序。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,前述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)等非易失性存储介质等。
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。
Claims (20)
- 一种混合APP的页面导航方法,包括:获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;及获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
- 根据权利要求1所述的方法,其特征在于,在所述获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识之前,还包括:当监测到混合APP切换至开启状态时,获取所述混合APP所有页面的页面标识和每个所述页面标识对应的页面类型;获取终端中预先存储的且未配置页面标识的组容器,所述组容器带有页面类型标签;及根据所述页面类型将所述混合APP的所述页面标识添加至对应的所述组容器中以完成所述混合APP对应的所述组容器的配置。
- 根据权利要求1所述的方法,其特征在于,所述页面标识包括模块标识和子页面标识,相应的,所述目标页面标识包括目标模块标识和目标子页面标识;所述通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器为:匹配所述目标模块标识与所述组容器中的模块标识,确定包含有所述目标模块标识的组容器;及查找确定的所述组容器中的匹配的所述模块标识下的所述子页面标识,确定包含有所述目标子页面标识的组容器,确定的所述组容器为所述目标页面标识所属的组容器。
- 根据权利要求1所述的方法,其特征在于,所述获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法包括:根据所述组容器与导航逻辑的对应关系,确定所述目标页面标识对应的所述导航逻辑,其中,所述终端预先注册每个所述组容器对应的导航逻辑;将所述页面导航指令分发到确定的所述导航逻辑上以触发所述导航逻辑,获取所述目标页面标识对应的页面信息;及根据所述页面信息进行页面渲染,生成并显示待跳转的目标页面。
- 根据权利要求1所述的方法,其特征在于,所述方法还包括:将所述组容器和所述组容器对应的导航逻辑封装成导航接口,所述组容器中的页面标识设置为缺省值;及发布所述导航接口,以使第三方应用系统调用所述导航接口,并对所述组容器中的页面标识进行配置生成适应第三方应用的导航程序。
- 一种混合APP的页面导航装置,包括:导航请求模块,用于获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;组容器获取模块,用于响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;页面标识查找模块,用于通过所述目标页面标识与每个所述组容器中的 页面标识的匹配,确定所述述目标页面标识所属的所述组容器;导航模块,用于获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
- 根据权利要求6所述的装置,其特征在于,还包括:数据获取模块,用于当监测到混合APP切换至开启状态时,获取所述混合APP所有页面的页面标识和每个所述页面标识对应的页面类型;空组容器获取模块,用于获取终端中预先存储的且未配置页面标识的组容器,所述组容器带有页面类型标签;组容器配置模块,用于根据所述页面类型将所述混合APP的所述页面标识添加至对应的所述组容器中以完成所述混合APP对应的所述组容器的配置。
- 根据权利要求6所述的装置,其特征在于,所述页面标识包括模块标识和子页面标识,所述目标页面标识包括目标模块标识和目标子页面标识;所述页面标识查找模块,还用于匹配目标模块标识与组容器中的模块标识,确定包含有目标模块标识的组容器;查找确定的组容器中的匹配的模块标识下的子页面标识,确定包含有目标子页面标识的组容器,确定的组容器为目标页面标识所属的组容器。
- 根据权利要求6所述的装置,其特征在于,所述导航模块,还用于根据所述组容器与导航逻辑的对应关系,确定所述目标页面标识对应的所述导航逻辑,其中,所述终端预先注册每个所述组容器对应的导航逻辑;将所述页面导航指令分发到确定的所述导航逻辑上以触发所述导航逻辑,获取所述目标页面标识对应的页面信息;根据所述页面信息进行页面渲染,生成并显示待跳转的目标页面。
- 根据权利要求6所述的装置,其特征在于,还包括:接口封装模块,用于将组容器和组容器对应的导航逻辑封装成导航接口, 组容器中的页面标识设置为缺省值。接口发布模块,用于发布导航接口,以使第三方应用系统调用导航接口,并对组容器中的页面标识进行配置生成适应第三方应用的导航程序。
- 一种终端,包括存储器和处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述处理器执行以下步骤:获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;及获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
- 根据权利要求11所述的终端,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:当监测到混合APP切换至开启状态时,获取所述混合APP所有页面的页面标识和每个所述页面标识对应的页面类型;获取终端中预先存储的且未配置页面标识的组容器,所述组容器带有页面类型标签;及根据所述页面类型将所述混合APP的所述页面标识添加至对应的所述组容器中以完成所述混合APP对应的所述组容器的配置。
- 根据权利要求11所述的终端,其特征在于,所述页面标识包括模块标识和子页面标识,相应的,所述目标页面标识包括目标模块标识和目标子页面标识;所述处理器执行所述计算机可读指令时还执行以下步骤:匹配所述目标模块标识与所述组容器中的模块标识,确定包含有所述目标模块标识的组容器;及查找确定的所述组容器中的匹配的所述模块标识下的所述子页面标识,确定包含有所述目标子页面标识的组容器,确定的所述组容器为所述目标页面标识所属的组容器。
- 根据权利要求11所述的终端,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:根据所述组容器与导航逻辑的对应关系,确定所述目标页面标识对应的所述导航逻辑,其中,所述终端预先注册每个所述组容器对应的导航逻辑;将所述页面导航指令分发到确定的所述导航逻辑上以触发所述导航逻辑,获取所述目标页面标识对应的页面信息;及根据所述页面信息进行页面渲染,生成并显示待跳转的目标页面。
- 根据权利要求11所述的终端,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:将所述组容器和所述组容器对应的导航逻辑封装成导航接口,所述组容器中的页面标识设置为缺省值;及发布所述导航接口,以使第三方应用系统调用所述导航接口,并对所述组容器中的页面标识进行配置生成适应第三方应用的导航程序。
- 一个或多个存储有计算机可读指令的计算机可读非易失性存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:获取混合APP的页面导航指令,提取所述页面导航指令中携带的待跳转的目标页面标识;响应于所述页面导航指令,获取终端预先配置的所述混合APP对应的多个组容器,其中,每个所述组容器对应一种页面类型,所述混合APP的同一页面类型的所有页面标识承装于对应的所述组容器中;通过所述目标页面标识与每个所述组容器中的页面标识的匹配,确定所述述目标页面标识所属的所述组容器;及获取预先注册的与确定的所述组容器对应的导航逻辑,执行所述导航逻辑以使页面跳转至所述目标页面标识对应的目标页面;其中,所述终端预先为每个所述组容器注册相应的导航逻辑,所述导航逻辑为能够实现相应页面类型的页面跳转方法。
- 根据权利要求16所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:当监测到混合APP切换至开启状态时,获取所述混合APP所有页面的页面标识和每个所述页面标识对应的页面类型;获取终端中预先存储的且未配置页面标识的组容器,所述组容器带有页面类型标签;及根据所述页面类型将所述混合APP的所述页面标识添加至对应的所述组容器中以完成所述混合APP对应的所述组容器的配置。
- 根据权利要求16所述的存储介质,其特征在于,所述页面标识包括模块标识和子页面标识,相应的,所述目标页面标识包括目标模块标识和目标子页面标识;所述计算机可读指令被所述处理器执行时还执行以下步骤:匹配所述目标模块标识与所述组容器中的模块标识,确定包含有所述目标模块标识的组容器;及查找确定的所述组容器中的匹配的所述模块标识下的所述子页面标识,确定包含有所述目标子页面标识的组容器,确定的所述组容器为所述目标页面标识所属的组容器。
- 根据权利要求16所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:根据所述组容器与导航逻辑的对应关系,确定所述目标页面标识对应的所述导航逻辑,其中,所述终端预先注册每个所述组容器对应的导航逻辑;将所述页面导航指令分发到确定的所述导航逻辑上以触发所述导航逻辑,获取所述目标页面标识对应的页面信息;及根据所述页面信息进行页面渲染,生成并显示待跳转的目标页面。
- 根据权利要求16所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:将所述组容器和所述组容器对应的导航逻辑封装成导航接口,所述组容器中的页面标识设置为缺省值;及发布所述导航接口,以使第三方应用系统调用所述导航接口,并对所述组容器中的页面标识进行配置生成适应第三方应用的导航程序。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710618365.4 | 2017-07-26 | ||
| CN201710618365.4A CN107679061B (zh) | 2017-07-26 | 2017-07-26 | 混合app的页面导航方法、装置、终端和存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2019019380A1 true WO2019019380A1 (zh) | 2019-01-31 |
Family
ID=61133638
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2017/104640 Ceased WO2019019380A1 (zh) | 2017-07-26 | 2017-09-29 | 混合app的页面导航方法、装置、终端和存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN107679061B (zh) |
| WO (1) | WO2019019380A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113608610A (zh) * | 2021-07-14 | 2021-11-05 | 荣耀终端有限公司 | 交互控制方法、电子设备及系统 |
Families Citing this family (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110147184B (zh) * | 2018-02-13 | 2023-01-31 | 北京京东尚科信息技术有限公司 | 导航回退的方法和控件 |
| CN108804239B (zh) * | 2018-04-10 | 2022-10-18 | 平安科技(深圳)有限公司 | 平台整合的方法、装置、计算机设备和存储介质 |
| CN109067818B (zh) * | 2018-06-04 | 2019-08-20 | 杭州数梦工场科技有限公司 | 一种业务访问方法及装置 |
| CN109145238B (zh) * | 2018-07-06 | 2021-09-28 | 创新先进技术有限公司 | 一种卡片显示方法、装置及移动设备 |
| CN110866203B (zh) * | 2018-08-08 | 2022-09-06 | 北京字节跳动网络技术有限公司 | 页面跳转方法、装置、设备及计算机可读存储介质 |
| CN109408162A (zh) * | 2018-09-03 | 2019-03-01 | 平安普惠企业管理有限公司 | 一种显示页面的方法及终端 |
| CN109814960A (zh) * | 2018-12-21 | 2019-05-28 | 北京城市网邻信息技术有限公司 | 一种页面返回方法、装置、电子设备及存储介质 |
| CN109740090A (zh) * | 2018-12-25 | 2019-05-10 | 南京天溯自动化控制系统有限公司 | 一种基于混合开发的android页面返回跳转方法及其系统 |
| CN110134376A (zh) * | 2019-05-15 | 2019-08-16 | 重庆八戒电子商务有限公司 | Html5界面与app界面切换方法、装置、介质和电子设备 |
| CN110955510B (zh) * | 2019-12-11 | 2021-03-02 | 腾讯科技(上海)有限公司 | 一种隔离处理方法以及相关装置 |
| CN113434230A (zh) * | 2021-06-24 | 2021-09-24 | 青岛海尔科技有限公司 | H5页面的跳转控制方法、装置、存储介质及电子装置 |
| CN114090145B (zh) * | 2021-10-26 | 2024-03-22 | 青岛海尔科技有限公司 | 页面跳转的确定方法及装置、存储介质、电子装置 |
| CN114329258A (zh) * | 2021-12-31 | 2022-04-12 | 武汉斗鱼鱼乐网络科技有限公司 | 一种引导组件设置方法及相关设备 |
| CN114417202B (zh) * | 2022-01-14 | 2025-09-19 | 中国平安人寿保险股份有限公司 | 基于人工智能的混合页面的跳转方法、装置及设备 |
| CN115857923A (zh) * | 2022-11-25 | 2023-03-28 | 天翼数字生活科技有限公司 | 一种客户端多模块路由跳转方法、装置、终端及介质 |
| CN118642708B (zh) * | 2024-08-15 | 2024-11-22 | 浙江口碑网络技术有限公司 | 页面导航方法、计算机程序产品、装置、存储介质及计算机设备 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140074967A1 (en) * | 2012-09-10 | 2014-03-13 | Kt Corporation | Method and apparatus for providing web contents |
| CN106354355A (zh) * | 2015-07-13 | 2017-01-25 | 华为软件技术有限公司 | 用户界面布局方法、装置及系统 |
| CN106445583A (zh) * | 2016-08-31 | 2017-02-22 | 广州品唯软件有限公司 | 一种页面显示方法、设备及系统 |
| CN106815276A (zh) * | 2015-11-27 | 2017-06-09 | 阿里巴巴集团控股有限公司 | 页面跳转方法及装置 |
| CN106970977A (zh) * | 2017-03-28 | 2017-07-21 | 腾讯音乐娱乐(深圳)有限公司 | 一种网页跳转处理方法及装置 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| AU2011202840B2 (en) * | 2010-12-21 | 2014-04-17 | Lg Electronics Inc. | Mobile terminal and method of controlling a mode switching therein |
| CN102799385B (zh) * | 2012-07-19 | 2016-12-21 | 腾讯科技(深圳)有限公司 | 桌面控制方法和装置 |
| CN103744652B (zh) * | 2013-12-19 | 2017-02-08 | 深圳市蓝凌软件股份有限公司 | 一种跨移动终端的混合app开发方法及装置 |
| CN103995884A (zh) * | 2014-05-29 | 2014-08-20 | 北京中电普华信息技术有限公司 | 一种混合应用页面的切换方法及系统 |
| CN106713119B (zh) * | 2016-12-13 | 2019-11-05 | 四川长虹电器股份有限公司 | 一种跨平台移动端实时消息通知及展示方法 |
-
2017
- 2017-07-26 CN CN201710618365.4A patent/CN107679061B/zh not_active Expired - Fee Related
- 2017-09-29 WO PCT/CN2017/104640 patent/WO2019019380A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140074967A1 (en) * | 2012-09-10 | 2014-03-13 | Kt Corporation | Method and apparatus for providing web contents |
| CN106354355A (zh) * | 2015-07-13 | 2017-01-25 | 华为软件技术有限公司 | 用户界面布局方法、装置及系统 |
| CN106815276A (zh) * | 2015-11-27 | 2017-06-09 | 阿里巴巴集团控股有限公司 | 页面跳转方法及装置 |
| CN106445583A (zh) * | 2016-08-31 | 2017-02-22 | 广州品唯软件有限公司 | 一种页面显示方法、设备及系统 |
| CN106970977A (zh) * | 2017-03-28 | 2017-07-21 | 腾讯音乐娱乐(深圳)有限公司 | 一种网页跳转处理方法及装置 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113608610A (zh) * | 2021-07-14 | 2021-11-05 | 荣耀终端有限公司 | 交互控制方法、电子设备及系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN107679061B (zh) | 2019-12-24 |
| CN107679061A (zh) | 2018-02-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2019019380A1 (zh) | 混合app的页面导航方法、装置、终端和存储介质 | |
| CN112162753B (zh) | 软件部署方法、装置、计算机设备和存储介质 | |
| CN110020292B (zh) | 网页内容提取方法以及终端设备 | |
| US11706331B2 (en) | Information processing method and apparatus, storage medium, and electronic device | |
| US10303491B2 (en) | Method and device of running application program across systems | |
| US9584612B2 (en) | Systems and methods for pushing applications | |
| WO2016192556A1 (zh) | 接口调用方法、装置及终端 | |
| WO2017196635A1 (en) | Page component dynamic layout | |
| US9727354B2 (en) | System and methods for loading an application and its modules in a client device | |
| JP2018537783A (ja) | 事前に生成されたコンポーネントを使用してアプリケーションを稼働させること | |
| WO2018176960A1 (zh) | 显示网络图片的方法、装置以及用户终端 | |
| WO2016177341A1 (zh) | 接口调用方法、装置及终端 | |
| CN108363528A (zh) | 应用页面的启动方法、装置、存储介质及电子设备 | |
| TW201606648A (zh) | 應用的處理方法及裝置 | |
| US20170075686A1 (en) | Method for updating library, and terminal and system therefor | |
| US11930096B2 (en) | Systems and methods for rendering interactive web pages | |
| WO2017059676A1 (zh) | 读写智能卡的方法及装置 | |
| WO2019052417A1 (zh) | 页面加载方法、装置、电子设备及存储介质 | |
| CN110362341A (zh) | 基于微服务架构的业务管理方法、装置、设备和存储介质 | |
| JP2014123360A (ja) | 仮想マシンのタグ分類システム及び方法 | |
| US10997269B1 (en) | Using web application components with different web application frameworks in a web application | |
| CN112612531B (zh) | 应用程序启动方法、装置、电子设备及存储介质 | |
| CN108287737A (zh) | Service Worker启动方法、装置及电子设备 | |
| CN118192965A (zh) | 页面组件处理方法、装置、计算机设备、存储介质和产品 | |
| CN115048098A (zh) | 一种流程自动化方法、设备、系统和存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17918864 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 28/05/2020) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 17918864 Country of ref document: EP Kind code of ref document: A1 |