WO2019090764A1 - Method and device for returning to an application program page - Google Patents

Method and device for returning to an application program page Download PDF

Info

Publication number
WO2019090764A1
WO2019090764A1 PCT/CN2017/110697 CN2017110697W WO2019090764A1 WO 2019090764 A1 WO2019090764 A1 WO 2019090764A1 CN 2017110697 W CN2017110697 W CN 2017110697W WO 2019090764 A1 WO2019090764 A1 WO 2019090764A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
application
url
currently loaded
json array
Prior art date
Application number
PCT/CN2017/110697
Other languages
French (fr)
Chinese (zh)
Inventor
尹林
张威
Original Assignee
深圳峰创智诚科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳峰创智诚科技有限公司 filed Critical 深圳峰创智诚科技有限公司
Priority to PCT/CN2017/110697 priority Critical patent/WO2019090764A1/en
Publication of WO2019090764A1 publication Critical patent/WO2019090764A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation

Definitions

  • the present invention relates to the field of communications, and in particular, to an implementation method and apparatus for returning navigation of an application.
  • the main object of the present invention is to solve the technical problem that the application program in the prior art needs to control the return direction of the page by manually writing code, and the scalability is poor.
  • the present invention provides an implementation method for returning an application page, where the application cache has a JSON array; and the implementation method of the application page return includes:
  • adding the URL of the currently loaded page to the JSON array specifically includes:
  • the method further includes
  • the implementation method of the application page return is characterized in that:
  • the present invention further provides an apparatus for implementing an application page return, where the application caches a JSON array; and the implementation device returned by the application page includes: [0018] adding a module, For loading the page, adding the URL of the currently loaded page to the JSON array;
  • a determining module configured to determine a page type of the currently loaded page
  • a generating module configured to display a previous page return control in an application head navigation menu if the currently loaded page is a non-home page
  • a jump module configured to read, according to the received previous page return control click instruction, the first URL of the corresponding previous page from the JSON array, according to the first URL control The application jumps to the previous page.
  • the adding module is specifically configured to: when loading a page, determine whether the URL of the currently loaded page exists in the JSON array; when the URL of the currently loaded page does not exist in the JSON array Adding the URL of the currently loaded page to the JSON array; and when the URL of the currently loaded page exists in the JS ON array, the definition has been performed to add the URL of the currently loaded page to The operation of the JSON array.
  • the implementing device returned by the application page further includes:
  • a deleting module configured to delete a URL of the currently loaded page in the JSON array after the jump module controls the application to jump to the previous page according to the first URL.
  • the implementing device returned by the application page further includes: clearing a module
  • the generating module is further configured to display an application closing control in the application head navigation menu; [0027] the clearing module is configured to close the control click instruction according to the received application, and clear the Description JSON array.
  • the implementation method and apparatus for returning an application page provided by the present invention, by loading a page, adding the URL of the currently loaded page to the JSON array; determining the page type of the currently loaded page, if currently Loading the page as a non-home page, displaying the previous page return control in the application head navigation menu; reading the corresponding previous page from the JSON array according to the received previous page return control click instruction
  • the first URL controls the application to jump to the previous page according to the manner in which the first URL controls the jump to the previous page, and does not need to manually write the code to control the return direction of the page, and has good scalability and can be reduced.
  • the bursting effort of the application is not be reduced.
  • FIG. 1 is a schematic flowchart of a first embodiment of an implementation method for returning an application page according to the present invention
  • step S10 in FIG. 1 is a schematic diagram of a specific refinement process of step S10 in FIG. 1;
  • FIG. 3 is a schematic diagram of functional modules of a first embodiment of an apparatus for implementing application page return according to the present invention
  • FIG. 4 is a schematic diagram of functional modules of a second embodiment of an apparatus for implementing application page return according to the present invention
  • FIG. 5 is a schematic diagram of functional modules of a third embodiment of an apparatus for implementing application page return according to the present invention.
  • FIG. 1 is a schematic flow chart of a first embodiment of an implementation method for returning an application page of the present invention. As shown in FIG. 1, the implementation method of the application page return in the first embodiment includes the following steps:
  • Step S10 After loading the page, add the URL of the currently loaded page to the JSON array.
  • FIG. 2 is a schematic diagram of a specific refinement process of step S10 in FIG. As shown in FIG. 2, the step S10 in this embodiment specifically includes the following steps:
  • Step S11 After loading the page, determining whether there is a U of the currently loaded page in the JSON array
  • Step S12 When the URL of the currently loaded page does not exist in the JSON array, add the URL of the currently loaded page to the JSON array.
  • Step S13 When the URL of the currently loaded page exists in the JSON array, the operation of adding the URL of the currently loaded page to the JSON array is defined.
  • the loading page in this embodiment has the following situation: The first case is to jump from the corresponding previous page sequence to the currently loaded page; the second case is to return to the corresponding next page to jump to The page currently loaded.
  • the URL of the currently loaded page when the URL of the currently loaded page exists in the JSON array, it indicates that the currently loaded page is returned by the corresponding next page.
  • the URL of the currently loaded page does not exist in the JSON array, it indicates that the corresponding previous page sequentially jumps to the currently loaded page, and then the URL of the currently loaded page needs to be added to the JSON array. Provide the corresponding URL for subsequent jumps from the next page to the currently loaded page.
  • Step S20 Determine the page type of the currently loaded page. If the currently loaded page is a non-home page, display the previous page return control in the application head navigation menu.
  • the currently loaded page in the embodiment may be a non-home page or a home page. If the currently loaded page is a home page, there is no need to display the previous page return control in the application head navigation menu. If the currently loaded page is a non-home page, the previous page return control needs to be displayed in the application head navigation menu.
  • Step S30 reading the first URL of the corresponding previous page from the JSON array according to the received last page return control click instruction, and controlling the application to jump to the first URL according to the first URL The previous page.
  • the present invention proposes a second embodiment of the implementation method of returning the application page, and the second embodiment is improved on the basis of the first embodiment described above, and the improvement is that After the URL control application jumps to the previous page, the method further includes the following process: deleting the URL of the currently loaded page in the JSON array.
  • the present invention provides a third embodiment of the implementation method of returning the application page, and the third embodiment is improved on the basis of the foregoing second embodiment, and the improvement is that the application page returns
  • the implementation method further includes the following: displaying an application close control in the application head navigation menu; and closing the control click instruction according to the received application, clearing the JSON array; and closing after clearing the JSON array The application. Prepare for the subsequent application of the application.
  • the implementation method of the application page returned by the foregoing embodiment by loading the page, adding the URL of the currently loaded page to the JSON array; determining the page type of the currently loaded page, if currently The loaded page is a non-home page, and the previous page return control is displayed in the application head navigation menu; according to the received previous page return control click command, the corresponding previous one is read from the JSON array.
  • the first URL of the page controls the application to jump to the previous page according to the first URL, thereby automatically controlling the return direction of the page, without manually writing the code to control the return direction of the page, and the scalability is good, and the Reduce the amount of bursting of your application.
  • FIG. 3 is a schematic diagram of functional modules of a first embodiment of an apparatus for implementing an application page return according to the present invention.
  • the implementation device 100 returned by the application page includes: an adding module 110, a determining module 120, a generating module 130, and a jumping module 140.
  • the adding module 110 is configured to add a URL of the currently loaded page to the JSON array after loading the page.
  • the determining module 120 is configured to determine a page type of the currently loaded page.
  • the generating module 130 is configured to display a previous page return control in the application head navigation menu if the currently loaded page is a non-home page.
  • the jump module 140 is configured to read, according to the received previous page return control click instruction, the first URL of the corresponding previous page from the JSON array, and control the application according to the first URL Jump to the previous page.
  • the currently loaded page in the embodiment may be a non-home page or a home page. If The previously loaded page is the home page, and there is no need to display the previous page return control in the application head navigation menu. If the currently loaded page is a non-home page, the previous page return control needs to be displayed in the application head navigation menu.
  • the user needs to view the previous page, and the input can be implemented by clicking the previous page return control displayed in the application head navigation menu.
  • the previous page returns a control click command.
  • the adding module 110 is specifically configured to determine, in the loading page, whether the URL of the currently loaded page exists in the JSON array; If the URL of the currently loaded page does not exist in the JSON array, the URL of the currently loaded page is added to the JSON array; and when the URL of the currently loaded page exists in the JSON array, Defining an operation that has performed adding a URL of the currently loaded page to the JSON array
  • the loading page in this embodiment has the following situations: The first case is to jump from the corresponding previous page sequence to the currently loaded page; the second case is to return to the corresponding next page to jump to The page currently loaded.
  • the URL of the currently loaded page when the URL of the currently loaded page exists in the JSON array, it indicates that the currently loaded page is returned by the corresponding next page.
  • the URL of the currently loaded page does not exist in the JSON array, it indicates that the corresponding previous page sequentially jumps to the currently loaded page, and then the URL of the currently loaded page needs to be added to the JSON array. Provide the corresponding URL for subsequent jumps from the next page to the currently loaded page.
  • FIG. 4 is a schematic diagram of the functional modules of the second embodiment of the device for returning the application page according to the present invention.
  • the second embodiment is improved on the basis of the first embodiment described above.
  • the improvement is that the implementation device 100 of the application page return further includes: a deletion module 150.
  • the deleting module 150 is configured to delete, after the jump module 140 controls the application to jump to the previous page according to the first URL, deleting the currently loaded page in the JSON array. URL.
  • FIG. 5 is a schematic diagram of a functional module of a third embodiment of an apparatus for returning an application page according to the present invention.
  • the third real The embodiment is improved on the basis of the second embodiment described above.
  • the improvement is that the implementation device 100 returned by the application page further includes: an empty module 160.
  • the generating module 130 is further configured to display an application close control in the application head navigation menu.
  • the clearing module 160 is configured to close the JSON array according to the received application closing control click instruction; and close the application after clearing the JSON array. Prepare for the subsequent application of the application.
  • the implementation method of the application page returned by the foregoing embodiment by loading the page, adding the URL of the currently loaded page to the JSON array; determining the page type of the currently loaded page, if currently The loaded page is a non-home page, and the previous page return control is displayed in the application head navigation menu; according to the received previous page return control click command, the corresponding previous one is read from the JSON array.
  • the first URL of the page controls the application to jump to the previous page according to the first URL, thereby automatically controlling the return direction of the page, without manually writing the code to control the return direction of the page, and the scalability is good, and the Reduce the amount of bursting of your application.
  • the implementation of the application page returned in the specific application example is as follows: After receiving the program, the application first executes the program snoring operation, and caches the JSON array; after loading the home page, the URL of the first page is loaded. Add to the JSON array. When the user continues to click to load the second page, the previous page return control is displayed in the application head navigation menu, and the URL of the second page is added to the J SON array; when the user continues to click to load the first page After 3 pages, the previous page return control is displayed in the application head navigation menu, and the URL of the third page is added to the JSON array; and so on.
  • the application head navigation menu displays the previous page return control, and the user wants to return to view
  • the control can be returned by clicking the previous page by the mouse; the application will read the (N-1) from the JSON array according to the click operation of the previous page return control.
  • the URL of the page, and according to the URL of the (N-1)th page, the current Nth page jumps to the (N-1)th page, and the URL of the Nth page is from the JSON array. delete.
  • an application close control is set in the application head navigation menu, and the user wants to close The application can close the control by clicking the application with the mouse, and the application will close the control according to the click operation of the application, and clear the JSON array, that is, delete all the URLs in the JSON array.
  • the implementation method and apparatus for returning an application page provided by the present invention can automatically control the return direction of the page by manually adding or deleting the URL of the corresponding page from the JSON array, without manual manual operation.
  • the write code controls the return direction of the page, and the scalability is good, which can reduce the bursting workload of the application.

Abstract

A method for returning to an application program page, wherein an application program buffers a JavaScript Object Notation (JSON) array. The method comprises: when a page is loaded, adding a uniform resource locator (URL) of the currently-loaded page into a JSON array (S10); determining the page type of the currently-loaded page, and if the currently-loaded page is not a home page, displaying a return-to-last-page control in a navigation menu on an application program header (S20); and reading a first URL corresponding to the last page from the JSON array according to a received click instruction for the return-to-last-page control, and controlling the application program to jump to the last page according to the first URL (S30). Also disclosed is a device for returning to an application program page. According to the described method and device for returning to an application program page, the page returning direction is automatically controlled, the page returning direction does not need to be controlled by manual code writing, the expansibility is good, and application program development workloads may be reduced.

Description

应用程序页面返回的实现方法和装置 技术领域  Implementation method and device returned by application page
[0001] 本发明涉及通信领域, 尤其涉及一种应用程序返回导航的实现方法和装置。  [0001] The present invention relates to the field of communications, and in particular, to an implementation method and apparatus for returning navigation of an application.
背景技术  Background technique
[0002] 目前大多数 APP应用程序需要通过手动写代码控制页面的返回方向, 即需要在 出现返回按钮的地方填写返回地址, 并且需要判断确定当前页面的前一页面, 然后返回至该前一页面, 需要依赖浏览器的自动返回机制, 可扩展性差。  [0002] At present, most APP applications need to manually control the return direction of the page by writing code, that is, the return address needs to be filled in the place where the return button appears, and it is necessary to determine the previous page of the current page, and then return to the previous page. , need to rely on the browser's automatic return mechanism, poor scalability.
技术问题  technical problem
[0003] 本发明的主要目的在于解决现有技术中应用程序需要通过手动写代码控制页面 的返回方向, 可扩展性差的技术问题。  [0003] The main object of the present invention is to solve the technical problem that the application program in the prior art needs to control the return direction of the page by manually writing code, and the scalability is poor.
问题的解决方案  Problem solution
技术解决方案  Technical solution
[0004] 为实现上述目的, 本发明提供一种应用程序页面返回的实现方法, 所述应用程 序缓存有一 JSON数组; 所述应用程序页面返回的实现方法包括:  [0004] In order to achieve the above object, the present invention provides an implementation method for returning an application page, where the application cache has a JSON array; and the implementation method of the application page return includes:
[0005] 在加载页面吋, 将当前所加载页面的 URL添加到所述 JSON数组中;  [0005] After loading the page, adding the URL of the currently loaded page to the JSON array;
[0006] 判断当前所加载页面的页面类型, 若当前所加载页面为非首页页面, 则在应用 程序头部导航菜单中显示上一页面返回控件;  [0006] determining the page type of the currently loaded page, if the currently loaded page is a non-home page, displaying the previous page return control in the application head navigation menu;
[0007] 根据接收到的所述上一页面返回控件点击指令, 从所述 JSON数组中读取对应 的上一页面的第一 URL, 根据所述第一 URL控制应用程序跳转至所述上一页面  [0007] reading, according to the received previous page return control click instruction, the first URL of the corresponding previous page from the JSON array, and controlling the application to jump to the upper URL according to the first URL One page
[0008] 优选地, 所述在加载页面吋, 将当前所加载页面的 URL添加到所述 JSON数组 中具体包括: [0008] Preferably, in the loading the page, adding the URL of the currently loaded page to the JSON array specifically includes:
[0009] 在加载页面吋, 判断所述 JSON数组中是否存在当前所加载页面的 URL;  [0009] After loading the page, determining whether the URL of the currently loaded page exists in the JSON array;
[0010] 当所述 JSON数组中不存在所述当前所加载页面的 URL, 则将所述当前所加载 页面的 URL添加到所述 JSON数组中; [0010] when the URL of the currently loaded page does not exist in the JSON array, adding the URL of the currently loaded page to the JSON array;
[0011] 当所述 JSON数组中存在所述当前所加载页面的 URL, 则定义已执行将当前所 加载页面的 URL添加到所述 JSON数组的操作。 [0011] when the URL of the currently loaded page exists in the JSON array, the definition has been executed The operation of loading the URL of the page into the JSON array.
[0012] 优选地, 所述根据所述第一 URL控制应用程序跳转至所述上一页面之后还包括 [0012] Preferably, after the first URL control application jumps to the previous page, the method further includes
[0013] 刪除所述 JS0N数组中的所述当前所加载页面的 URL。 [0013] deleting the URL of the currently loaded page in the JSON array.
[0014] 优选地, 所述的应用程序页面返回的实现方法, 其特征在于, 还包括:  [0014] Preferably, the implementation method of the application page return is characterized in that:
[0015] 在应用程序头部导航菜单中显示应用程序关闭控件;  [0015] displaying an application close control in an application head navigation menu;
[0016] 根据接收到的所述应用程序关闭控件点击指令, 清空所述 JSON数组。  [0016] clearing the JSON array according to the received application closing control click command.
[0017] 此外, 为实现上述目的, 本发明还提供一种应用程序页面返回的实现装置, 所 述应用程序缓存有一 JSON数组; 所述应用程序页面返回的实现装置包括: [0018] 添加模块, 用于在加载页面吋, 将当前所加载页面的 URL添加到所述 JSON数 组中;  [0017] In addition, in order to achieve the above object, the present invention further provides an apparatus for implementing an application page return, where the application caches a JSON array; and the implementation device returned by the application page includes: [0018] adding a module, For loading the page, adding the URL of the currently loaded page to the JSON array;
[0019] 判断模块, 用于判断当前所加载页面的页面类型;  [0019] a determining module, configured to determine a page type of the currently loaded page;
[0020] 生成模块, 用于若当前所加载页面为非首页页面, 则在应用程序头部导航菜单 中显示上一页面返回控件;  [0020] a generating module, configured to display a previous page return control in an application head navigation menu if the currently loaded page is a non-home page;
[0021] 跳转模块, 用于根据接收到的所述上一页面返回控件点击指令, 从所述 JSON 数组中读取所述对应的上一页面的第一 URL, 根据所述第一 URL控制应用程序 跳转至所述上一页面。 [0021] a jump module, configured to read, according to the received previous page return control click instruction, the first URL of the corresponding previous page from the JSON array, according to the first URL control The application jumps to the previous page.
[0022] 优选地, 所述添加模块, 具体用于在加载页面吋, 判断所述 JSON数组中是否 存在当前所加载页面的 URL; 当所述 JSON数组中不存在所述当前所加载页面的 URL, 则将所述当前所加载页面的 URL添加到所述 JSON数组中; 以及当所述 JS ON数组中存在所述当前所加载页面的 URL, 则定义已执行将当前所加载页面的 URL添加到所述 JSON数组的操作。  [0022] Preferably, the adding module is specifically configured to: when loading a page, determine whether the URL of the currently loaded page exists in the JSON array; when the URL of the currently loaded page does not exist in the JSON array Adding the URL of the currently loaded page to the JSON array; and when the URL of the currently loaded page exists in the JS ON array, the definition has been performed to add the URL of the currently loaded page to The operation of the JSON array.
[0023] 优选地, 所述的应用程序页面返回的实现装置还包括:  [0023] Preferably, the implementing device returned by the application page further includes:
[0024] 刪除模块, 用于在所述跳转模块根据所述第一 URL控制应用程序跳转至所述上 一页面之后, 刪除所述 JSON数组中的所述当前所加载页面的 URL。  [0024] a deleting module, configured to delete a URL of the currently loaded page in the JSON array after the jump module controls the application to jump to the previous page according to the first URL.
[0025] 优选地, 所述的应用程序页面返回的实现装置还包括: 清空模块; [0025] Preferably, the implementing device returned by the application page further includes: clearing a module;
[0026] 所述生成模块, 还用于在应用程序头部导航菜单中显示应用程序关闭控件; [0027] 所述清空模块, 用于根据接收到的所述应用程序关闭控件点击指令, 清空所述 JSON数组。 The generating module is further configured to display an application closing control in the application head navigation menu; [0027] the clearing module is configured to close the control click instruction according to the received application, and clear the Description JSON array.
发明的有益效果  Advantageous effects of the invention
有益效果  Beneficial effect
[0028] 本发明提供的应用程序页面返回的实现方法和装置, 通过在加载页面吋, 将当 前所加载页面的 URL添加到所述 JSON数组中; 判断当前所加载页面的页面类型 , 若当前所加载页面为非首页页面, 则在应用程序头部导航菜单中显示上一页 面返回控件; 根据接收到的所述上一页面返回控件点击指令, 从所述 JSON数组 中读取对应的上一页面的第一 URL, 根据所述第一 URL控制应用程序跳转至所 述上一页面的方式, 实现自动控制页面返回方向, 无需人工手动写代码控制页 面的返回方向, 可扩展性好, 能够减少应用程序的幵发工作量。  [0028] The implementation method and apparatus for returning an application page provided by the present invention, by loading a page, adding the URL of the currently loaded page to the JSON array; determining the page type of the currently loaded page, if currently Loading the page as a non-home page, displaying the previous page return control in the application head navigation menu; reading the corresponding previous page from the JSON array according to the received previous page return control click instruction The first URL controls the application to jump to the previous page according to the manner in which the first URL controls the jump to the previous page, and does not need to manually write the code to control the return direction of the page, and has good scalability and can be reduced. The bursting effort of the application.
对附图的简要说明  Brief description of the drawing
附图说明  DRAWINGS
[0029] 图 1是本发明的应用程序页面返回的实现方法第一实施例的流程示意图;  1 is a schematic flowchart of a first embodiment of an implementation method for returning an application page according to the present invention;
[0030] 图 2为图 1中步骤 S 10的具体细化流程示意图; 2 is a schematic diagram of a specific refinement process of step S10 in FIG. 1;
[0031] 图 3为本发明的应用程序页面返回的实现装置第一实施例的功能模块示意图; [0032] 图 4为本发明的应用程序页面返回的实现装置第二实施例的功能模块示意图; [0033] 图 5为本发明的应用程序页面返回的实现装置第三实施例的功能模块示意图。  [0031] FIG. 3 is a schematic diagram of functional modules of a first embodiment of an apparatus for implementing application page return according to the present invention; [0032] FIG. 4 is a schematic diagram of functional modules of a second embodiment of an apparatus for implementing application page return according to the present invention; [0033] FIG. 5 is a schematic diagram of functional modules of a third embodiment of an apparatus for implementing application page return according to the present invention.
[0034] 本发明目的的实现、 功能特点及优点将结合实施例, 参照附图做进一步说明。 [0034] The implementation, functional features, and advantages of the present invention will be further described with reference to the accompanying drawings.
本发明的实施方式 Embodiments of the invention
[0035] 应当理解, 此处所描述的优选实施例仅用于说明和解释本发明, 并不用于限定 本发明。  The preferred embodiments described herein are for illustrative purposes only and are not intended to limit the invention.
[0036] 本发明提出一种应用程序页面返回的实现方法第一实施例, 所述应用程序缓存 有一 JSON数组。 参见图 1, 图 1是本发明的应用程序页面返回的实现方法第一实 施例的流程示意图。 如图 1所示, 在第一实施例中所述应用程序页面返回的实现 方法包括以下步骤:  [0036] The present invention provides a first embodiment of an implementation method for returning an application page, and the application caches a JSON array. Referring to FIG. 1, FIG. 1 is a schematic flow chart of a first embodiment of an implementation method for returning an application page of the present invention. As shown in FIG. 1, the implementation method of the application page return in the first embodiment includes the following steps:
[0037] 步骤 S10: 在加载页面吋, 将当前所加载页面的 URL添加到所述 JSON数组中。 [0038] 参见图 2, 图 2为图 1中步骤 S10的具体细化流程示意图。 如图 2所示, 本实施例 中所述步骤 S10具体包括如下步骤: [0037] Step S10: After loading the page, add the URL of the currently loaded page to the JSON array. [0038] Referring to FIG. 2, FIG. 2 is a schematic diagram of a specific refinement process of step S10 in FIG. As shown in FIG. 2, the step S10 in this embodiment specifically includes the following steps:
[0039] 步骤 S11 : 在加载页面吋, 判断所述 JSON数组中是否存在当前所加载页面的 U[0039] Step S11: After loading the page, determining whether there is a U of the currently loaded page in the JSON array
RL。 RL.
[0040] 步骤 S12: 当所述 JSON数组中不存在所述当前所加载页面的 URL, 则将所述当 前所加载页面的 URL添加到所述 JSON数组中。  [0040] Step S12: When the URL of the currently loaded page does not exist in the JSON array, add the URL of the currently loaded page to the JSON array.
[0041] 步骤 S13: 当所述 JSON数组中存在所述当前所加载页面的 URL, 则定义已执行 将当前所加载页面的 URL添加到所述 JSON数组的操作。 [0041] Step S13: When the URL of the currently loaded page exists in the JSON array, the operation of adding the URL of the currently loaded page to the JSON array is defined.
[0042] 本实施例中所述加载页面存在如下情况: 第一种情况是由对应的上一页面顺序 跳转至当前所加载页面; 第二种情况是由对应的下一页面返回跳转至当前所加 载页面。 [0042] The loading page in this embodiment has the following situation: The first case is to jump from the corresponding previous page sequence to the currently loaded page; the second case is to return to the corresponding next page to jump to The page currently loaded.
[0043] 本实施例中当所述 JSON数组中存在当前所加载页面的 URL, 则表明由对应的 下一页面返回跳转当前所加载页面。 当所述 JSON数组中不存在当前所加载页面 的 URL, 则表明由对应的上一页面顺序跳转至当前所加载页面, 此吋需要将当 前所加载页面的 URL添加到所述 JSON数组中, 为后续由下一页面返回跳转至当 前所加载页面提供相应的 URL。  [0043] In this embodiment, when the URL of the currently loaded page exists in the JSON array, it indicates that the currently loaded page is returned by the corresponding next page. When the URL of the currently loaded page does not exist in the JSON array, it indicates that the corresponding previous page sequentially jumps to the currently loaded page, and then the URL of the currently loaded page needs to be added to the JSON array. Provide the corresponding URL for subsequent jumps from the next page to the currently loaded page.
[0044] 步骤 S20: 判断当前所加载页面的页面类型, 若当前所加载页面为非首页页面 , 则在应用程序头部导航菜单中显示上一页面返回控件。  [0044] Step S20: Determine the page type of the currently loaded page. If the currently loaded page is a non-home page, display the previous page return control in the application head navigation menu.
[0045] 本实施例中所述当前所加载页面可以是非首页页面, 也可以是首页页面。 若当 前所加载页面为首页页面, 则无需在应用程序头部导航菜单中显示所述上一页 面返回控件。 若当前所加载页面为非首页页面, 则需要在应用程序头部导航菜 单中显示所述上一页面返回控件。  [0045] The currently loaded page in the embodiment may be a non-home page or a home page. If the currently loaded page is a home page, there is no need to display the previous page return control in the application head navigation menu. If the currently loaded page is a non-home page, the previous page return control needs to be displayed in the application head navigation menu.
[0046] 步骤 S30: 根据接收到的所述上一页面返回控件点击指令, 从所述 JSON数组中 读取对应的上一页面的第一 URL, 根据所述第一 URL控制应用程序跳转至所述 上一页面。  [0046] Step S30: reading the first URL of the corresponding previous page from the JSON array according to the received last page return control click instruction, and controlling the application to jump to the first URL according to the first URL The previous page.
[0047] 本实施例中若当前所加载页面为非首页页面, 用户需要査看上一页面吋, 可以 通过鼠标点击应用程序头部导航菜单中显示的所述上一页面返回控件, 实现输 入所述上一页面返回控件点击指令。 [0048] 本发明提出所述应用程序页面返回的实现方法第二实施例, 本第二实施例在上 述第一实施例的基础上进行了改进, 改进之处在于, 在所述根据所述第一 URL 控制应用程序跳转至所述上一页面之后还包括如下处理: 刪除所述 JSON数组中 的所述当前所加载页面的 URL。 [0047] In this embodiment, if the currently loaded page is a non-home page, the user needs to view the previous page, and the input device can be implemented by clicking the previous page return control displayed in the application head navigation menu. The previous page returns the control click command. [0048] The present invention proposes a second embodiment of the implementation method of returning the application page, and the second embodiment is improved on the basis of the first embodiment described above, and the improvement is that After the URL control application jumps to the previous page, the method further includes the following process: deleting the URL of the currently loaded page in the JSON array.
[0049] 本发明提出所述应用程序页面返回的实现方法第三实施例, 本第三实施例在上 述第二实施例的基础上进行了改进, 改进之处在于, 所述应用程序页面返回的 实现方法还包括如下处理: 在应用程序头部导航菜单中显示应用程序关闭控件 ; 以及根据接收到的所述应用程序关闭控件点击指令, 清空所述 JSON数组; 并 在清空所述 JSON数组后关闭所述应用程序。 为后续再次打幵所述应用程序做准 备。  [0049] The present invention provides a third embodiment of the implementation method of returning the application page, and the third embodiment is improved on the basis of the foregoing second embodiment, and the improvement is that the application page returns The implementation method further includes the following: displaying an application close control in the application head navigation menu; and closing the control click instruction according to the received application, clearing the JSON array; and closing after clearing the JSON array The application. Prepare for the subsequent application of the application.
[0050] 上述实施例所述提供的应用程序页面返回的实现方法, 通过在加载页面吋, 将 当前所加载页面的 URL添加到所述 JSON数组中; 判断当前所加载页面的页面类 型, 若当前所加载页面为非首页页面, 则在应用程序头部导航菜单中显示上一 页面返回控件; 根据接收到的所述上一页面返回控件点击指令, 从所述 JSON数 组中读取对应的上一页面的第一 URL, 根据所述第一 URL控制应用程序跳转至 所述上一页面的方式, 实现自动控制页面返回方向, 无需人工手动写代码控制 页面的返回方向, 可扩展性好, 能够减少应用程序的幵发工作量。  [0050] The implementation method of the application page returned by the foregoing embodiment, by loading the page, adding the URL of the currently loaded page to the JSON array; determining the page type of the currently loaded page, if currently The loaded page is a non-home page, and the previous page return control is displayed in the application head navigation menu; according to the received previous page return control click command, the corresponding previous one is read from the JSON array. The first URL of the page controls the application to jump to the previous page according to the first URL, thereby automatically controlling the return direction of the page, without manually writing the code to control the return direction of the page, and the scalability is good, and the Reduce the amount of bursting of your application.
[0051] 本发明提供一种应用程序页面返回的实现装置第一实施例, 本实施例中所述应 用程序缓存有一 JSON数组。 图 3为本发明的应用程序页面返回的实现装置第一实 施例的功能模块示意图。 在第一实施例中, 所述应用程序页面返回的实现装置 1 00包括: 添加模块 110、 判断模块 120、 生成模块 130、 跳转模块 140。 其中, 所 述添加模块 110, 用于在加载页面吋, 将当前所加载页面的 URL添加到所述 JSON 数组中。 所述判断模块 120, 用于判断当前所加载页面的页面类型。 所述生成模 块 130, 用于若当前所加载页面为非首页页面, 则在应用程序头部导航菜单中显 示上一页面返回控件。 所述跳转模块 140, 用于根据接收到的所述上一页面返回 控件点击指令, 从所述 JSON数组中读取对应的上一页面的第一 URL, 根据所述 第一 URL控制应用程序跳转至所述上一页面。  The present invention provides a first embodiment of an apparatus for implementing application page return. In this embodiment, the application cache has a JSON array. FIG. 3 is a schematic diagram of functional modules of a first embodiment of an apparatus for implementing an application page return according to the present invention. In the first embodiment, the implementation device 100 returned by the application page includes: an adding module 110, a determining module 120, a generating module 130, and a jumping module 140. The adding module 110 is configured to add a URL of the currently loaded page to the JSON array after loading the page. The determining module 120 is configured to determine a page type of the currently loaded page. The generating module 130 is configured to display a previous page return control in the application head navigation menu if the currently loaded page is a non-home page. The jump module 140 is configured to read, according to the received previous page return control click instruction, the first URL of the corresponding previous page from the JSON array, and control the application according to the first URL Jump to the previous page.
[0052] 本实施例中所述当前所加载页面可以是非首页页面, 也可以是首页页面。 若当 前所加载页面为首页页面, 则无需在应用程序头部导航菜单中显示所述上一页 面返回控件。 若当前所加载页面为非首页页面, 则需要在应用程序头部导航菜 单中显示所述上一页面返回控件。 [0052] The currently loaded page in the embodiment may be a non-home page or a home page. If The previously loaded page is the home page, and there is no need to display the previous page return control in the application head navigation menu. If the currently loaded page is a non-home page, the previous page return control needs to be displayed in the application head navigation menu.
[0053] 本实施例中若当前所加载页面为非首页页面, 用户需要査看上一页面吋, 可以 通过鼠标点击应用程序头部导航菜单中显示的所述上一页面返回控件所, 实现 输入所述上一页面返回控件点击指令。  [0053] In this embodiment, if the currently loaded page is a non-home page, the user needs to view the previous page, and the input can be implemented by clicking the previous page return control displayed in the application head navigation menu. The previous page returns a control click command.
[0054] 上述应用程序页面返回的实现装置 100第一实施例中, 所述添加模块 110, 具体 用于在加载页面吋, 判断所述 JSON数组中是否存在当前所加载页面的 URL; 当 所述 JSON数组中不存在所述当前所加载页面的 URL, 则将所述当前所加载页面 的 URL添加到所述 JSON数组中; 以及当所述 JSON数组中存在所述当前所加载页 面的 URL, 则定义已执行将当前所加载页面的 URL添加到所述 JSON数组的操作  [0054] In the first embodiment of the implementation device 100 returned by the application page, the adding module 110 is specifically configured to determine, in the loading page, whether the URL of the currently loaded page exists in the JSON array; If the URL of the currently loaded page does not exist in the JSON array, the URL of the currently loaded page is added to the JSON array; and when the URL of the currently loaded page exists in the JSON array, Defining an operation that has performed adding a URL of the currently loaded page to the JSON array
[0055] 本实施例中所述加载页面存在如下情况: 第一种情况是由对应的上一页面顺序 跳转至当前所加载页面; 第二种情况是由对应的下一页面返回跳转至当前所加 载页面。 [0055] The loading page in this embodiment has the following situations: The first case is to jump from the corresponding previous page sequence to the currently loaded page; the second case is to return to the corresponding next page to jump to The page currently loaded.
[0056] 本实施例中当所述 JSON数组中存在当前所加载页面的 URL, 则表明由对应的 下一页面返回跳转当前所加载页面。 当所述 JSON数组中不存在当前所加载页面 的 URL, 则表明由对应的上一页面顺序跳转至当前所加载页面, 此吋需要将当 前所加载页面的 URL添加到所述 JSON数组中, 为后续由下一页面返回跳转至当 前所加载页面提供相应的 URL。  [0056] In this embodiment, when the URL of the currently loaded page exists in the JSON array, it indicates that the currently loaded page is returned by the corresponding next page. When the URL of the currently loaded page does not exist in the JSON array, it indicates that the corresponding previous page sequentially jumps to the currently loaded page, and then the URL of the currently loaded page needs to be added to the JSON array. Provide the corresponding URL for subsequent jumps from the next page to the currently loaded page.
[0057] 本发明提出所述应用程序页面返回的实现装置第二实施例, 参见图 4, 图 4为本 发明的应用程序页面返回的实现装置第二实施例的功能模块示意图。 本第二实 施例在上述第一实施例的基础上进行了改进, 改进之处在于, 所述应用程序页 面返回的实现装置 100还包括: 刪除模块 150。 其中, 所述刪除模块 150, 用于在 所述跳转模块 140根据所述第一 URL控制应用程序跳转至所述上一页面之后, 刪 除所述 JSON数组中的所述当前所加载页面的 URL。  The present invention provides a second embodiment of the implementation device for returning the application page. Referring to FIG. 4, FIG. 4 is a schematic diagram of the functional modules of the second embodiment of the device for returning the application page according to the present invention. The second embodiment is improved on the basis of the first embodiment described above. The improvement is that the implementation device 100 of the application page return further includes: a deletion module 150. The deleting module 150 is configured to delete, after the jump module 140 controls the application to jump to the previous page according to the first URL, deleting the currently loaded page in the JSON array. URL.
[0058] 本发明提出所述应用程序页面返回的实现装置第三实施例, 参见图 5, 图 5为本 发明的应用程序页面返回的实现装置第三实施例的功能模块示意图。 本第三实 施例在上述第二实施例的基础上进行了改进, 改进之处在于, 所述应用程序页 面返回的实现装置 100还包括: 清空模块 160。 所述生成模块 130, 还用于在应用 程序头部导航菜单中显示应用程序关闭控件。 所述清空模块 160, 用于根据接收 到的所述应用程序关闭控件点击指令, 清空所述 JSON数组; 并在清空所述 JSON 数组后关闭所述应用程序。 为后续再次打幵所述应用程序做准备。 The present invention provides a third embodiment of the implementation of the application page return. Referring to FIG. 5, FIG. 5 is a schematic diagram of a functional module of a third embodiment of an apparatus for returning an application page according to the present invention. The third real The embodiment is improved on the basis of the second embodiment described above. The improvement is that the implementation device 100 returned by the application page further includes: an empty module 160. The generating module 130 is further configured to display an application close control in the application head navigation menu. The clearing module 160 is configured to close the JSON array according to the received application closing control click instruction; and close the application after clearing the JSON array. Prepare for the subsequent application of the application.
[0059] 上述实施例所述提供的应用程序页面返回的实现方法, 通过在加载页面吋, 将 当前所加载页面的 URL添加到所述 JSON数组中; 判断当前所加载页面的页面类 型, 若当前所加载页面为非首页页面, 则在应用程序头部导航菜单中显示上一 页面返回控件; 根据接收到的所述上一页面返回控件点击指令, 从所述 JSON数 组中读取对应的上一页面的第一 URL, 根据所述第一 URL控制应用程序跳转至 所述上一页面的方式, 实现自动控制页面返回方向, 无需人工手动写代码控制 页面的返回方向, 可扩展性好, 能够减少应用程序的幵发工作量。  [0059] The implementation method of the application page returned by the foregoing embodiment, by loading the page, adding the URL of the currently loaded page to the JSON array; determining the page type of the currently loaded page, if currently The loaded page is a non-home page, and the previous page return control is displayed in the application head navigation menu; according to the received previous page return control click command, the corresponding previous one is read from the JSON array. The first URL of the page controls the application to jump to the previous page according to the first URL, thereby automatically controlling the return direction of the page, without manually writing the code to control the return direction of the page, and the scalability is good, and the Reduce the amount of bursting of your application.
[0060] 以下通过一个具体应用实例对本发明的应用程序页面返回的实现方法和装置进 行详细说明。  [0060] The implementation method and apparatus for returning the application page of the present invention are described in detail below through a specific application example.
[0061] 本具体应用实例中所述应用程序页面返回的实现方式如下: 应用程序接收到程 序打幵后首先执行程序打幵操作, 并缓存 JSON数组; 在加载首页页面吋将该首 页页面的 URL添加到 JSON数组中。 当用户继续点击操作加载第 2个页面后, 则在 应用程序头部导航菜单中显示上一页面返回控件, 并将第 2个页面的 URL添加到 J SON数组中; 当用户继续点击操作加载第 3个页面后, 则在应用程序头部导航菜 单中显示上一页面返回控件, 并将第 3个页面的 URL添加到 JSON数组中; 后续以 此类推。 [0061] The implementation of the application page returned in the specific application example is as follows: After receiving the program, the application first executes the program snoring operation, and caches the JSON array; after loading the home page, the URL of the first page is loaded. Add to the JSON array. When the user continues to click to load the second page, the previous page return control is displayed in the application head navigation menu, and the URL of the second page is added to the J SON array; when the user continues to click to load the first page After 3 pages, the previous page return control is displayed in the application head navigation menu, and the URL of the third page is added to the JSON array; and so on.
[0062] 由上推导可知: 若当前加载到第 N个页面, 其中, N为大于 1的自然数, 应用程 序头部导航菜单会显示所述上一页面返回控件, 此吋用户若想返回査看第 (N-1 ) 个页面, 则可以通过鼠标点击所述上一页面返回控件; 此吋应用程序会根据 所述上一页面返回控件的点击操作, 从 JSON数组中读取第 (N-1) 个页面的 URL , 并据此第 (N-1) 个页面的 URL将当前第 N个页面跳转至第 (N-1) 个页面, 同 吋将第 N个页面的 URL从 JSON数组中刪除。  [0062] From the above derivation, if the current page is loaded to the Nth page, where N is a natural number greater than 1, the application head navigation menu displays the previous page return control, and the user wants to return to view For the (N-1)th page, the control can be returned by clicking the previous page by the mouse; the application will read the (N-1) from the JSON array according to the click operation of the previous page return control. The URL of the page, and according to the URL of the (N-1)th page, the current Nth page jumps to the (N-1)th page, and the URL of the Nth page is from the JSON array. delete.
[0063] 另外, 所述应用程序头部导航菜单中设置有应用程序关闭控件, 用户想要关闭 应用程序, 可以通过鼠标点击所述应用程序关闭控件, 此吋应用程序会根据所 述应用程序关闭控件的点击操作, 清空 JSON数组, 即将 JSON数组中的所有 URL 刪除。 [0063] In addition, an application close control is set in the application head navigation menu, and the user wants to close The application can close the control by clicking the application with the mouse, and the application will close the control according to the click operation of the application, and clear the JSON array, that is, delete all the URLs in the JSON array.
[0064] 由上述具体应用实例可知: 本发明所提供的应用程序页面返回的实现方法和装 置, 通过将相应页面的 URL从 JSON数组中添加或刪除, 能够实现自动控制页面 返回方向, 无需人工手动写代码控制页面的返回方向, 扩展性好, 能够减少应 用程序的幵发工作量。  [0064] It can be seen from the above specific application examples that the implementation method and apparatus for returning an application page provided by the present invention can automatically control the return direction of the page by manually adding or deleting the URL of the corresponding page from the JSON array, without manual manual operation. The write code controls the return direction of the page, and the scalability is good, which can reduce the bursting workload of the application.
[0065] 以上仅为本发明的优选实施例, 并非因此限制本发明的专利范围, 凡是利用本 发明说明书及附图内容所作的等效结构或等效流程变换, 或直接或间接运用在 其他相关的技术领域, 均同理包括在本发明的专利保护范围内。  The above are only the preferred embodiments of the present invention, and are not intended to limit the scope of the invention, and the equivalent structure or equivalent process transformations made by the description of the present invention and the drawings are directly or indirectly applied to other related The technical field is equally included in the scope of patent protection of the present invention.

Claims

权利要求书 Claim
[权利要求 1] 一种应用程序页面返回的实现方法, 其特征在于, 所述应用程序缓存 有一 JSON数组; 所述应用程序页面返回的实现方法包括: 在加载页面吋, 将当前所加载页面的 URL添加到所述 JSON数组中; 判断当前所加载页面的页面类型, 若当前所加载页面为非首页页面, 则在应用程序头部导航菜单中显示上一页面返回控件; [Claim 1] An implementation method for returning an application page, wherein the application caches a JSON array; and the implementation method returned by the application page includes: loading a page, and loading the currently loaded page Adding a URL to the JSON array; determining a page type of the currently loaded page; if the currently loaded page is a non-home page, displaying the previous page return control in the application head navigation menu;
根据接收到的所述上一页面返回控件点击指令, 从所述 JSON数组中 读取对应的上一页面的第一 URL, 根据所述第一 URL控制应用程序跳 转至所述上一页面。  And reading, according to the received previous page return control click instruction, the first URL of the corresponding previous page from the JSON array, and controlling the application to jump to the previous page according to the first URL.
[权利要求 2] 根据权利要求 1所述的应用程序页面返回的实现方法, 其特征在于, 所述在加载页面吋, 将当前所加载页面的 URL添加到所述 JSON数组 中具体包括:  [Claim 2] The method for implementing the application page return according to claim 1, wherein, in the loading the page, adding the URL of the currently loaded page to the JSON array specifically includes:
在加载页面吋, 判断所述 JSON数组中是否存在当前所加载页面的 UR L;  After loading the page, determining whether there is a UR L of the currently loaded page in the JSON array;
当所述 JSON数组中不存在所述当前所加载页面的 URL, 则将所述当 前所加载页面的 URL添加到所述 JSON数组中;  Adding a URL of the currently loaded page to the JSON array when the URL of the currently loaded page does not exist in the JSON array;
当所述 JSON数组中存在所述当前所加载页面的 URL, 则定义已执行 将当前所加载页面的 URL添加到所述 JSON数组的操作。  When the URL of the currently loaded page exists in the JSON array, the definition has been performed to add the URL of the currently loaded page to the JSON array.
[权利要求 3] 根据权利要求 1或 2所述的应用程序页面返回的实现方法, 其特征在于[Claim 3] The method for implementing application page return according to claim 1 or 2, characterized in that
, 所述根据所述第一 URL控制应用程序跳转至所述上一页面之后还包 括: After the first URL control application jumps to the previous page, the method further includes:
刪除所述 JSON数组中的所述当前所加载页面的 URL。  Delete the URL of the currently loaded page in the JSON array.
[权利要求 4] 根据权利要求 3所述的应用程序页面返回的实现方法, 其特征在于, 还包括: [Claim 4] The method for implementing the return of the application page according to claim 3, further comprising:
在应用程序头部导航菜单中显示应用程序关闭控件;  Display the application close control in the application head navigation menu;
根据接收到的所述应用程序关闭控件点击指令, 清空所述 JSON数组  Clearing the JSON array according to the received application closing control click command
[权利要求 5] 一种应用程序页面返回的实现装置, 其特征在于, 所述应用程序缓存 有一 JSON数组; 所述应用程序页面返回的实现装置包括: [Claim 5] An implementation device for returning an application page, wherein the application cache There is a JSON array; the implementation device returned by the application page includes:
添加模块, 用于在加载页面吋, 将当前所加载页面的 URL添加到所述 Adding a module, after loading the page, adding the URL of the currently loaded page to the
JSON数组中; JSON array;
判断模块, 用于判断当前所加载页面的页面类型; 生成模块, 用于若当前所加载页面为非首页页面, 则在应用程序头部 导航菜单中显示上一页面返回控件;  a determining module, configured to determine a page type of the currently loaded page; a generating module, configured to display a previous page returning control in the application head navigation menu if the currently loaded page is a non-home page;
跳转模块, 用于根据接收到的所述上一页面返回控件点击指令, 从所 述 JSON数组中读取所述对应的上一页面的第一 URL, 根据所述第一 URL控制应用程序跳转至所述上一页面。  a jump module, configured to read, according to the received previous page return control click instruction, the first URL of the corresponding previous page from the JSON array, and control the application to jump according to the first URL Go to the previous page.
[权利要求 6] 根据权利要求 5所述的应用程序页面返回的实现装置, 其特征在于, 所述添加模块, 具体用于在加载页面吋, 判断所述 JSON数组中是否 存在当前所加载页面的 URL; 当所述 JSON数组中不存在所述当前所 加载页面的 URL, 则将所述当前所加载页面的 URL添加到所述 JSON 数组中; 以及当所述 JSON数组中存在所述当前所加载页面的 URL, 则定义已执行将当前所加载页面的 URL添加到所述 JSON数组的操作 The device for implementing the return of the application page according to claim 5, wherein the adding module is specifically configured to determine whether the currently loaded page exists in the JSON array after loading the page URL; when the URL of the currently loaded page does not exist in the JSON array, adding the URL of the currently loaded page to the JSON array; and when the JSON array exists, the currently loaded The URL of the page defines the operation that has performed to add the URL of the currently loaded page to the JSON array.
[权利要求 7] 根据权利要求 5或 6所述的应用程序页面返回的实现装置, 其特征在于 , 还包括: The device for implementing the return of the application page according to claim 5 or 6, further comprising:
刪除模块, 用于在所述跳转模块根据所述第一 URL控制应用程序跳转 至所述上一页面之后, 刪除所述 JSON数组中的所述当前所加载页面 的 URL。  And a deleting module, configured to delete a URL of the currently loaded page in the JSON array after the jump module controls the application to jump to the previous page according to the first URL.
[权利要求 8] 根据权利要求 7所述的应用程序页面返回的实现装置, 其特征在于, 还包括: 清空模块;  The device for implementing the return of the application page according to claim 7, further comprising: clearing the module;
所述生成模块, 还用于在应用程序头部导航菜单中显示应用程序关闭 控件;  The generating module is further configured to display an application close control in an application head navigation menu;
所述清空模块, 用于根据接收到的所述应用程序关闭控件点击指令, 清空所述 JSON数组。  The clearing module is configured to close the control click command according to the received application, and clear the JSON array.
PCT/CN2017/110697 2017-11-13 2017-11-13 Method and device for returning to an application program page WO2019090764A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/110697 WO2019090764A1 (en) 2017-11-13 2017-11-13 Method and device for returning to an application program page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/110697 WO2019090764A1 (en) 2017-11-13 2017-11-13 Method and device for returning to an application program page

Publications (1)

Publication Number Publication Date
WO2019090764A1 true WO2019090764A1 (en) 2019-05-16

Family

ID=66437519

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/110697 WO2019090764A1 (en) 2017-11-13 2017-11-13 Method and device for returning to an application program page

Country Status (1)

Country Link
WO (1) WO2019090764A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106021549A (en) * 2016-05-27 2016-10-12 青岛海信传媒网络技术有限公司 Page control method and device of web application program and terminal device
CN106339163A (en) * 2016-08-30 2017-01-18 竞技世界(北京)网络技术有限公司 Backspacing interaction method of App built-in browser and embedded webpage
CN106372251A (en) * 2016-09-28 2017-02-01 北京京东尚科信息技术有限公司 Method and device for returning to page display position
CN106484862A (en) * 2016-10-10 2017-03-08 聚好看科技股份有限公司 Page control method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106021549A (en) * 2016-05-27 2016-10-12 青岛海信传媒网络技术有限公司 Page control method and device of web application program and terminal device
CN106339163A (en) * 2016-08-30 2017-01-18 竞技世界(北京)网络技术有限公司 Backspacing interaction method of App built-in browser and embedded webpage
CN106372251A (en) * 2016-09-28 2017-02-01 北京京东尚科信息技术有限公司 Method and device for returning to page display position
CN106484862A (en) * 2016-10-10 2017-03-08 聚好看科技股份有限公司 Page control method and device

Similar Documents

Publication Publication Date Title
US7805670B2 (en) Partial rendering of web pages
US8612418B2 (en) Mobile web browser for pre-loading web pages
KR101783503B1 (en) Web application home button
US8954589B2 (en) Multi-process browser architecture
US8386955B1 (en) User-optimized content for web browsing windows
US9378298B2 (en) User influenced asynchronous module definition loader
US20120210270A1 (en) Method and apparatus for processing multi-touch input at touch screen terminal
KR20110050707A (en) New tab pages and bookmark toolbars in a browser
US20100070887A1 (en) Method and apparatus for providing an application canvas framework
WO2016107325A1 (en) Page resource loading method and device based on mobile terminal
US20150207854A1 (en) External application request
US20140359408A1 (en) Invoking an Application from a Web Page or other Application
US10339213B2 (en) Adaptive navigation functionality in a web-based data-entry grid
US10592063B1 (en) Controlling actions for browser extensions
CN105183890B (en) Webpage loading method based on browser and browser device
CN110989897B (en) Screenshot picture acquisition method and device, terminal device and storage medium
CN108345683B (en) Webpage display method, device, terminal and storage medium
US10691750B1 (en) Browser configured to efficiently store browsing session state
US9881101B2 (en) Dynamic file retrieving for web page loading
CN109101429B (en) Method and device for debugging browser page of set top box
WO2019090764A1 (en) Method and device for returning to an application program page
US9785560B2 (en) Scene-isolated internet application
US20130132869A1 (en) Dynamic creation of user interface hot spots
WO2016034067A1 (en) Webpage processing method and device
JP5643449B1 (en) Server and method for displaying display screen on terminal device

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17931259

Country of ref document: EP

Kind code of ref document: A1