WO2016101754A1 - Method and device for web page switching, and device for providing integrated page - Google Patents

Method and device for web page switching, and device for providing integrated page Download PDF

Info

Publication number
WO2016101754A1
WO2016101754A1 PCT/CN2015/095467 CN2015095467W WO2016101754A1 WO 2016101754 A1 WO2016101754 A1 WO 2016101754A1 CN 2015095467 W CN2015095467 W CN 2015095467W WO 2016101754 A1 WO2016101754 A1 WO 2016101754A1
Authority
WO
WIPO (PCT)
Prior art keywords
web page
page
displayed
web
integrated
Prior art date
Application number
PCT/CN2015/095467
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 北京奇虎科技有限公司
Publication of WO2016101754A1 publication Critical patent/WO2016101754A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • 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
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present invention relates to a mobile terminal technology, and in particular to a method and device for switching a web page and a comprehensive page providing apparatus.
  • a web page usually records the content of a web page.
  • the browser obtains and loads the web data of the next web page to be displayed according to the user's switching operation, and displays the same on the mobile terminal.
  • a progress bar is displayed to show the process of switching from the currently displayed web page to the next web page to be displayed. If the switching process takes a long time, the progress bar of the display progresses slowly or aborts. For the user who uses the mobile terminal, the switching manner of the existing web page is tedious, the visual effect is hard, and the user experience is poor.
  • the present invention has been made in order to provide a method and apparatus for switching web pages and an integrated page providing apparatus that overcome the above problems or at least partially solve the above problems.
  • the technical solution of the present invention provides a method for switching a web page, including:
  • determining the next web page to be displayed After receiving the web page switching instruction, determining the next web page to be displayed; wherein the currently displayed web page and the next web page to be displayed are embedded in a comprehensive page, and the next one to be displayed The content location of the web page is in a hidden area, and the content location of the currently displayed web page is in the display area;
  • the technical solution of the present invention further provides a switching device for a web page, including:
  • a web page determining module configured to: after receiving the web page switching instruction, determine a next web page to be displayed; wherein the currently displayed web page and the next web page to be displayed are embedded in a comprehensive page, And the content location of the next web page to be displayed is in a hidden area, and the content location of the currently displayed web page is in the display area;
  • a web page conversion module configured to update a value of a transform attribute of the currently displayed web page, so that the content position of the web page is in a hidden area; and update a value of a transform attribute of the next web page to be displayed, so that the web The content location of the page is in the display area.
  • the technical solution of the present invention further provides a comprehensive page providing apparatus, including:
  • a request receiving module configured to receive a web page acquisition request
  • a page search module configured to: according to the webpage webpage obtaining request, find at least two webpages that are continuously displayed by the request from the webpage library;
  • An integrated page generating module configured to generate the integrated page according to the found web page
  • a sending module configured to send the integrated page to the sending end of the web page obtaining request.
  • a computer program comprising computer readable code that, when executed on a computing device, causes the computing device to perform a web page as described above Switch method.
  • a computer readable medium storing the above computer program is provided.
  • the integrated page stored in the mobile terminal includes content of at least two web pages, and after receiving the web page switching instruction, the currently displayed web page is hidden, and the transition is displayed by using a functional component or a plug-in of the browser. After the animation, the next web page is displayed; thereby enhancing the visual effect of the web page switching process, and enabling the user to generate a feeling of smoothly switching from the currently displayed web page to the next web page, thereby improving the user experience.
  • FIG. 1 is a schematic flowchart of a method for switching a webpage according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of a framework of an internal structure of a webpage switching apparatus according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of a framework of an internal structure of a device for providing integrated web pages according to an embodiment of the present invention
  • FIG. 4 is a block diagram schematically showing a computing device for performing a handover method of a web page according to the present invention
  • Fig. 5 schematically shows a storage unit for holding or carrying program code implementing a switching method of a web page according to the present invention.
  • an embodiment of the present invention provides a new method and device for switching a web page, and a comprehensive page providing device, which can smoothly switch from a currently displayed web page to a next web page. It comes with the visual effect of the transition animation, which enhances the user experience of the mobile terminal.
  • content of multiple web pages may be carried in the same integrated page, and the mobile terminal acquires the integrated page and stores it in the mobile terminal.
  • the integrated page receives the web page switching instruction input by the user
  • the next web page to be displayed is determined from the integrated page, and the function component or plug-in of the browser is utilized, for example, using a browser CSS (Cascading Style Sheet) , cascading style form), realizes the transition animation in the web page switching process, and then displays the next web page to be displayed; thereby enhancing the visual effect of the web page switching process, and enabling the user to generate the web page from the current display Smoothly switch to the next web page and improve the user experience.
  • CSS Clicking Style Sheet
  • a web page library in a cloud server stores a plurality of web pages and a network address of the web page.
  • Web pages can include: html (Hyper Text Mark-up Language) pages (eg html5 pages), Javascipt scripting languages, CSS, and the like.
  • the web address of the web page may include a url (Uniform Resoure Locator) of the web page.
  • a plurality of methods may be used to generate a comprehensive page according to at least two web pages.
  • a method for generating a comprehensive page on the server side includes:
  • Web applications can include: browsers, and applications that integrate browser functionality.
  • the web application parses the webpage identifier carried in the webpage browsing instruction, and then carries the webpage identifier in the webpage obtaining request and sends the webpage identifier to the server.
  • the server After receiving the webpage obtaining request, the server searches for a continuous display of at least two webpages related to the webpage obtaining request from the webpage library; generates a comprehensive webpage according to the found webpage, and provides the generated integrated webpage to the mobile terminal. , for example, returning to the mobile terminal via the Internet.
  • the server parses the webpage identifier from the webpage acquisition request, and finds at least two webpages involved in the webpage identifier from the webpage library, for example, the same article distributed in at least two webpages, etc.;
  • the set order is to embed the contents of at least two web pages of the continuously displayed display into the same integrated page.
  • the server can embed content such as all web pages involved in the same link into the same composite page.
  • the integrated page may store or set the following content: for each web page in the integrated page, the content of the web page may be set to scroll display content; the identifier of the web page and the value related to the positioning attribute in the CSS may be set. ; Correspondence between the identifier of each web page and the display order of each web page may be stored.
  • the identifier of the web page may include at least one of: a url of the web page, a hash value of the web page.
  • the url of the web page may include: a hash value of the web page and a url of the integrated page; for example, embedding the hash value of the web page into the url of the integrated page of the web page in a set manner, forming the The url of the web page.
  • the correspondence between the hash value of the web page and the display button of the web page is stored.
  • the integrated page stores a correspondence between a hash value of each web page and a display order of each web page.
  • the value associated with the positioning attribute in the CSS may include: the value of the position attribute of the web page in the integrated page.
  • the value of the position attribute of each web page in the integrated page may be set in the display area of the mobile terminal or the web application installed in the mobile terminal.
  • the value of the position attribute of each web page in the integrated page can also be set to the same value.
  • the web application of the mobile terminal displays the received integrated page.
  • the server may first return the content of the at least two web pages including the first web page in the integrated page.
  • the value of the mark and position attribute of all web pages after receiving the request sent by the mobile terminal according to the url of the web page after the at least two web pages, returning the content of the next batch of web pages; until the entire integrated page
  • the web pages in are all returned to the mobile terminal.
  • Another method for generating a comprehensive page on a mobile terminal includes:
  • the web application in the mobile terminal After receiving the webpage browsing instruction input by the user, the web application in the mobile terminal sends a webpage acquisition request to the server via the Internet.
  • the web application parses out the webpage browsing instruction After the webpage identifier is carried, the webpage identifier is carried in the webpage obtaining request and sent to the server.
  • the server After receiving the webpage obtaining request, the server searches for the continuously displayed at least two webpages related to the webpage obtaining request from the webpage library; and returns the found consecutively displayed at least two webpages to the mobile terminal.
  • the web application in the mobile terminal After receiving the at least two web pages that are continuously displayed, the web application in the mobile terminal generates a comprehensive page according to the received consecutively displayed at least two web pages; for example, the web application in the mobile terminal may receive in the set order.
  • the contents of at least two web pages that are continuously displayed are embedded in the same integrated page.
  • the embodiment of the invention provides a method for switching a webpage.
  • the method may be performed according to the method flow diagram shown in FIG. 1 to perform switching between multiple web pages in the integrated page, including the following steps:
  • the integrated page receives the click event of the web page display button as the web page switching instruction, and obtains the web page.
  • the identifier of the web page indicated by the button is displayed; and the next web page to be displayed is determined according to the identifier of the obtained web page.
  • the content position of the next web page to be displayed is in a hidden area, and the content position of the currently displayed web page is in the display area.
  • the hash value of the web page stored corresponding to the web page display button may be obtained from the integrated page; and the web containing the hash value of the web page is determined.
  • the url of the page will determine the web page to which the url belongs as the next web page to be displayed.
  • the integrated page receives the screen sliding event as the web page switching instruction. Then, according to the display order of the web pages stored in the integrated page, the identifier of the next web page after the currently displayed web page is obtained; and the next web page to be displayed is determined according to the identifier of the obtained web page.
  • the web page A, the web page B, the web page C, and the web page D are embedded in the integrated page, and the display order of the web page A to the web page D is 1 to 4 (ie, the first to the fourth display); If the web page A is currently displayed in the display area, the integrated page receives the screen sliding event that slides to the right, and the correspondence between the display order 1 to 4 of each web page embedded in the integrated page and the hash value of each web page In the relationship, the hash value of the web page in the order of 2 is determined; the url of the web page including the hash value is determined, and the web page B to which the determined url belongs is determined as the next web page to be displayed.
  • S102 Update a value of a transform attribute of the currently displayed web page, so that the web page is The content location is in a hidden area.
  • the web application in the mobile terminal may update the value of the transform attribute of the web page currently displayed in the integrated page, and according to the value of the updated transform attribute of the currently displayed web page, and the preset positioning of the web page.
  • the value of the property (such as the value of the position property) causes the content location of the web page to be in a hidden area.
  • the web application in the mobile terminal may use CSS to update, set, and the like the value of the transform attribute of the web page in the integrated page, the value of the location-related attribute.
  • the display area is generally rectangular, and the web application may use the upper left vertex of the display area as the coordinate origin, and the upper side and the left side respectively serve as the positive half axis of the X axis and the positive half axis of the Y axis, and are perpendicular to The method of displaying the area outward is used as the direction of the Z axis to establish a spatial Cartesian coordinate system.
  • the value of the transform attribute of the web page translate3d is set to the three-dimensional coordinates (0, 0, 0) in the space rectangular coordinate system
  • the value of the position attribute of the web page is set to absolute
  • the left side of the web page (left side) , the top (top), right (right), and bottom (bottom) properties are all set to 0, and the web page's width and height properties are set to 100% when the web is The page can fill the entire screen in the display area.
  • the web application updates the value of translate attribute of the web page translate3d to coordinates (-100%, 0). , 0), keep the value of the poistion attribute of the web page as absolute, and keep the values of the left, top, right, and bottom attributes of the web page to 0, and the values of the width and heihgt attributes of the web page. Both remain at 100%, and the content position of the currently displayed web page has moved out of the display area and is located in the hidden area.
  • S103 Update the value of the transform attribute of the web page to be displayed, so that the content position of the web page is in the display area.
  • the web application of the mobile terminal updates the value of the transform attribute of the web page for the next web page to be displayed in the integrated page determined in step S101, and according to the value of the updated transform attribute, and
  • the set value of the positioning related attribute of the web page is such that the content position of the web page is in the display area, that is, the content of the web page is displayed in the display area.
  • the web application of the mobile terminal utilizes the transition animation to cause the content location of the next web page to be displayed to be in the display area.
  • the web application in the mobile terminal determines, according to the size of the display area of the mobile terminal or the web application, the next web page to be displayed in the integrated page determined in step S101, to be displayed first in the web page.
  • Content for a determined content to be displayed, set a series of values of the transform attribute of the content (For example, using JavaScript to set the value of the transform attribute), it is displayed as a transition animation in the process of switching from the currently displayed web page to the web page to be displayed.
  • the web application can use CSS to set a series of values of the transform attribute of the content to form a transition animation.
  • the web application can also control the execution time of the transition animation by using the value of the transition-duration attribute.
  • the web application updates the value of the transform attribute of the web page translate3d to coordinates (0, 0, 0), keep the value of the poistion attribute of the web page as absolute, and keep the values of the left, top, right, and bottom attributes of the web page to 0, and the width and heihgt attributes of the web page.
  • the value remains at 100%, at which point the content location of the next web page to be displayed is already in the display area.
  • the embodiment of the present invention further provides a switching device for a web page set in a mobile terminal, and a schematic diagram of a framework of an internal structure thereof is shown in FIG. 2, including: a web page determining module 201 and a web. Page conversion module 202.
  • the web page determining module 201 is configured to determine, after receiving the web page switching instruction, the next web page to be displayed; wherein the currently displayed web page and the next web page to be displayed are embedded in a comprehensive page. And the content position of the next web page to be displayed is in a hidden area, and the content position of the currently displayed web page is in the display area.
  • the web page determining module 201 is configured to: after receiving the click event of the web page display button, obtain the identifier of the web page indicated by the web page display button; and determine the web page to be displayed according to the identifier of the obtained web page.
  • the identifier of the web page includes at least one of the following: a url of the web page, and a hash value of the page.
  • the web page determining module 201 obtains the identifier of the next web page after the identifier of the currently displayed web page according to the display order of each web page; and determines according to the identifier of the obtained web page.
  • the next web page to be displayed is displayed; wherein, for each web page in the integrated page, a correspondence between the identifier of the web page and the display order of the web page is stored.
  • the web page conversion module 202 is configured to update the value of the converted transform attribute of the currently displayed web page, so that the content position of the web page is in a hidden area; and update the value of the transform attribute of the next web page to be displayed, so that the web page is The content location is in the display area.
  • the web page conversion module 202 updates the value of the transform attribute of the next web page to be displayed, and utilizes the transition animation to make the content position of the web page in the display area.
  • the switching device of the web page in the embodiment of the present invention further includes: a comprehensive page acquiring module (FIG. Not shown).
  • the integrated page obtaining module is configured to send a webpage obtaining request to obtain the integrated page.
  • the switching device of the web page in the embodiment of the present invention further includes: an integrated page generating module (not shown).
  • the integrated page generation module is configured to acquire at least two web pages that are continuously displayed to generate a comprehensive page.
  • the specific implementation method of the functions of the web page determining module 201 and the web page converting module 202 reference may be made to the specific content of the method step shown in FIG. 1; the specific implementation method of the integrated page obtaining module and the integrated page generating module function may be Refer to the specific content of the method before step S101 above, and details are not described herein again.
  • the embodiment of the present invention further provides a device for providing a comprehensive page set in a server, and a schematic diagram of a framework of an internal structure thereof is shown in FIG. 3, and includes: a request receiving module 301 and a page search module. 302.
  • the request receiving module 301 is configured to receive a web page acquisition request.
  • the page search module 302 is configured to find, according to the web page acquisition request, at least two web pages that are continuously displayed related to the web page acquisition request from the web page library.
  • the integrated page generating module 303 is configured to generate a comprehensive page according to the found web page.
  • the sending module 304 is configured to send the integrated page to the sending end of the web page obtaining request.
  • the integrated page stored in the mobile terminal includes content of at least two web pages, and after receiving the web page switching instruction, the currently displayed web page is hidden, and is displayed by using a function component or a plug-in of the browser. After the transition animation, the next web page is displayed; thereby enhancing the visual effect of the web page switching process, and enabling the user to generate a feeling of smoothly switching from the currently displayed web page to the next web page, thereby improving the user experience.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined.
  • Each feature disclosed in this specification (including the accompanying claims, the abstract and the drawings) may be replaced by alternative features that provide the same, equivalent or similar purpose.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the components of the web page switching device and the integrated page providing device in accordance with embodiments of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 4 illustrates a computing device that can implement a method of switching web pages.
  • the computing device conventionally includes a computer program product or computer readable medium in the form of a processor 410 and a memory 420.
  • the memory 420 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • the memory 420 has a storage space 430 that stores program code 431 for performing any of the method steps described above.
  • storage space 430 storing program code may include various program code 431 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks. Such computer program products are typically portable or fixed storage units such as those shown in FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 420 in the computing device of FIG.
  • Program code can be, for example, in the appropriate form Compress.
  • the storage unit includes computer readable code 431' for performing the method steps of the present invention, ie, code that can be read by a processor, such as 410, that when executed by the computing device causes the computing device to execute Each of the steps in the method described above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A method and device for web page switching, and a device for providing an integrated page are provided in embodiments of the present invention. The method comprises: upon receiving a switch web page command, determining a next web page to be displayed, wherein a presently displayed web page and the next web page to be displayed are embedded together on an integrated page, and when the content of said next web page to be displayed is positioned in a hidden area, the content of the presently displayed web page is positioned in a display area; updating the value of the transform property of the presently displayed web page, such that the content of said web page is positioned in the hidden area; and, updating the value of the transform property of the next web page to be displayed, such that the content of said web page is positioned in the display area. The technical solutions as set forth in the present invention enhance the visual effects associated with the web page switching process, thus improving the user experience.

Description

web页面的切换方法和装置及综合页面提供装置Web page switching method and device and integrated page providing device 技术领域Technical field
本发明涉及移动终端技术,具体而言,本发明涉及一种web页面的切换方法和装置及综合页面提供装置。The present invention relates to a mobile terminal technology, and in particular to a method and device for switching a web page and a comprehensive page providing apparatus.
背景技术Background technique
随着移动终端技术的发展与普及,越来越多的用户使用移动终端来浏览网页,随时随地获取需要的信息。由于移动终端本身的硬件以及使用环境的限制,用户在利用移动终端进行上网浏览时通常需要进行多次web页面切换。With the development and popularization of mobile terminal technologies, more and more users use mobile terminals to browse web pages and obtain required information anytime and anywhere. Due to the hardware of the mobile terminal itself and the limitation of the use environment, the user usually needs to perform multiple web page switching when browsing the Internet by using the mobile terminal.
目前,通常由一个网页记载一个web(网)页面的内容,当用户需要切换web页面时,浏览器根据用户的切换操作获取并加载下一个待显示web页面的web数据进行显示,并在移动终端的显示区域中,以进度条的方式展示从当前显示的web页面消失到下一个待显示的web页面出现之间的切换过程。若该切换过程耗时较长,则显示的进度条进展缓慢或中止,对于使用移动终端的用户而言,现有的web页面的切换方式单一乏味,视觉效果生硬,造成用户体验不佳。At present, a web page usually records the content of a web page. When the user needs to switch the web page, the browser obtains and loads the web data of the next web page to be displayed according to the user's switching operation, and displays the same on the mobile terminal. In the display area, a progress bar is displayed to show the process of switching from the currently displayed web page to the next web page to be displayed. If the switching process takes a long time, the progress bar of the display progresses slowly or aborts. For the user who uses the mobile terminal, the switching manner of the existing web page is tedious, the visual effect is hard, and the user experience is poor.
因此,有必要提供一种新的web页面的切换方法及装置及综合页面提供装置,以提高移动终端的用户体验。Therefore, it is necessary to provide a new method and device for switching web pages and a comprehensive page providing device to improve the user experience of the mobile terminal.
发明内容Summary of the invention
鉴于上述问题,提出了本发明以便提供一种克服上述问题或者至少部分地解决上述问题的web页面的切换方法和装置及综合页面提供装置。In view of the above problems, the present invention has been made in order to provide a method and apparatus for switching web pages and an integrated page providing apparatus that overcome the above problems or at least partially solve the above problems.
本发明的技术方案根据一个方面,提供了一种web页面的切换方法,包括:According to an aspect, the technical solution of the present invention provides a method for switching a web page, including:
接收到web页面切换指令后,确定出下一个待显示的web页面;其中,当前显示的web页面和所述下一个待显示的web页面同嵌于一综合页面中,且所述下一个待显示的web页面的内容位置处于隐藏区域,所述当前显示的web页面的内容位置处于显示区域;After receiving the web page switching instruction, determining the next web page to be displayed; wherein the currently displayed web page and the next web page to be displayed are embedded in a comprehensive page, and the next one to be displayed The content location of the web page is in a hidden area, and the content location of the currently displayed web page is in the display area;
更新当前显示的web页面的transform属性的值,使该web页面的内容位置处于所述隐藏区域;以及Updating a value of a transform attribute of the currently displayed web page such that a content location of the web page is in the hidden area;
更新所述下一个待显示的web页面的transform属性的值,使该web页面的内容位置处于所述显示区域。Updating the value of the transform attribute of the next web page to be displayed, so that the content location of the web page is in the display area.
本发明的技术方案根据另一个方面,还提供了一种web页面的切换装置,包括: According to another aspect, the technical solution of the present invention further provides a switching device for a web page, including:
web页面确定模块,用于接收到web页面切换指令后,确定出下一个待显示的web页面;其中,当前显示的web页面和所述下一个待显示的web页面同嵌于一综合页面中,且所述下一个待显示的web页面的内容位置处于隐藏区域,所述当前显示的web页面的内容位置处于显示区域;以及a web page determining module, configured to: after receiving the web page switching instruction, determine a next web page to be displayed; wherein the currently displayed web page and the next web page to be displayed are embedded in a comprehensive page, And the content location of the next web page to be displayed is in a hidden area, and the content location of the currently displayed web page is in the display area;
web页面转换模块,用于更新当前显示的web页面的transform属性的值,使该web页面的内容位置处于隐藏区域;并更新所述下一个待显示的web页面的transform属性的值,使该web页面的内容位置处于显示区域。a web page conversion module, configured to update a value of a transform attribute of the currently displayed web page, so that the content position of the web page is in a hidden area; and update a value of a transform attribute of the next web page to be displayed, so that the web The content location of the page is in the display area.
本发明的技术方案根据另一个方面,还提供了一种综合页面的提供装置,包括:According to another aspect, the technical solution of the present invention further provides a comprehensive page providing apparatus, including:
请求接收模块,用于接收web页面获取请求;a request receiving module, configured to receive a web page acquisition request;
页面查找模块,用于根据web网页获取请求,从web页面库中查找出所述请求所涉及的连续显示的至少两个web页面;a page search module, configured to: according to the webpage webpage obtaining request, find at least two webpages that are continuously displayed by the request from the webpage library;
综合页面生成模块,用于根据查找出的web页面生成所述综合页面;以及An integrated page generating module, configured to generate the integrated page according to the found web page;
发送模块,用于将所述综合页面发送至所述web页面获取请求的发送端。And a sending module, configured to send the integrated page to the sending end of the web page obtaining request.
根据本发明的又一方面,提供了一种计算机程序,其包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行如上文所述的web页面的切换方法。According to still another aspect of the present invention, a computer program is provided, comprising computer readable code that, when executed on a computing device, causes the computing device to perform a web page as described above Switch method.
根据本发明的再一方面,提供了一种计算机可读介质,其中存储了上述的计算机程序。According to still another aspect of the present invention, a computer readable medium storing the above computer program is provided.
本发明的有益效果为:The beneficial effects of the invention are:
本发明的技术方案中,存储在移动终端中的综合页面包含至少两个web页面的内容,接收到web页面切换指令后,隐藏当前显示的web页面,利用浏览器的功能组件或插件显示转场动画后,显示下一个web页面;从而增强了web页面切换过程的视觉效果,并可以使用户产生到从当前显示的web页面平滑地切换到下一个web页面的感觉,提高用户的体验。In the technical solution of the present invention, the integrated page stored in the mobile terminal includes content of at least two web pages, and after receiving the web page switching instruction, the currently displayed web page is hidden, and the transition is displayed by using a functional component or a plug-in of the browser. After the animation, the next web page is displayed; thereby enhancing the visual effect of the web page switching process, and enabling the user to generate a feeling of smoothly switching from the currently displayed web page to the next web page, thereby improving the user experience.
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举本发明的具体实施方式。The above description is only an overview of the technical solutions of the present invention, and the above-described and other objects, features and advantages of the present invention can be more clearly understood. Specific embodiments of the invention are set forth below.
附图说明DRAWINGS
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中: Various other advantages and benefits will become apparent to those skilled in the art from a The drawings are only for the purpose of illustrating the preferred embodiments and are not to be construed as limiting. Throughout the drawings, the same reference numerals are used to refer to the same parts. In the drawing:
图1为本发明实施例的web网页的切换方法的流程示意图;FIG. 1 is a schematic flowchart of a method for switching a webpage according to an embodiment of the present invention;
图2为本发明实施例的web网页的切换装置的内部结构的框架示意图;2 is a schematic diagram of a framework of an internal structure of a webpage switching apparatus according to an embodiment of the present invention;
图3为本发明实施例的综合网页的提供装置的内部结构的框架示意图;FIG. 3 is a schematic diagram of a framework of an internal structure of a device for providing integrated web pages according to an embodiment of the present invention; FIG.
图4示意性地示出了用于执行根据本发明的web网页的切换方法的计算设备的框图;以及4 is a block diagram schematically showing a computing device for performing a handover method of a web page according to the present invention;
图5示意性地示出了用于保持或者携带实现根据本发明的web网页的切换方法的程序代码的存储单元。Fig. 5 schematically shows a storage unit for holding or carrying program code implementing a switching method of a web page according to the present invention.
具体实施方式detailed description
下面结合附图和具体的实施方式对本发明作进一步的描述。The invention is further described below in conjunction with the drawings and specific embodiments.
基于前文所述的技术问题,本发明的实施例提供一种新的web页面的切换方法及装置及综合页面提供装置,其可以实现移动终端从当前显示的web页面平滑地切换到下一个web页面,其附带有转场动画的视觉效果,提升了移动终端的用户体验。Based on the foregoing technical problem, an embodiment of the present invention provides a new method and device for switching a web page, and a comprehensive page providing device, which can smoothly switch from a currently displayed web page to a next web page. It comes with the visual effect of the transition animation, which enhances the user experience of the mobile terminal.
在本发明的一个实施例中,可以将多个web页面的内容携带于同一个综合页面中,移动终端获取该综合页面并存储在本移动终端中。若该综合页面接收到用户输入的web页面切换指令,则从该综合页面中确定出下一个待显示的web页面,并利用浏览器的功能组件或插件,例如利用浏览器的CSS(Cascading Style Sheet,层叠样式表单),实现web页面切换过程中的转场动画,之后显示下一个待显示的web页面;从而增强了web页面切换过程的视觉效果,并可以使用户产生到从当前显示的web页面平滑地切换到下一个web页面的感觉,提高用户的体验。In an embodiment of the present invention, content of multiple web pages may be carried in the same integrated page, and the mobile terminal acquires the integrated page and stores it in the mobile terminal. If the integrated page receives the web page switching instruction input by the user, the next web page to be displayed is determined from the integrated page, and the function component or plug-in of the browser is utilized, for example, using a browser CSS (Cascading Style Sheet) , cascading style form), realizes the transition animation in the web page switching process, and then displays the next web page to be displayed; thereby enhancing the visual effect of the web page switching process, and enabling the user to generate the web page from the current display Smoothly switch to the next web page and improve the user experience.
下面结合附图具体介绍本发明实施例的技术方案。The technical solutions of the embodiments of the present invention are specifically described below with reference to the accompanying drawings.
本发明实施例中,云端的服务器中的web页面库中存储有众多的web页面,以及web页面的网络地址。web页面可以包括:html(Hyper Text Mark-up Language,超文本标记语言)页面(例如html5页面)、Javascipt脚本语言,CSS等。web页面的网络地址可以包括web页面的url(Uniform Resoure Locator,统一资源定位器)。In the embodiment of the present invention, a web page library in a cloud server stores a plurality of web pages and a network address of the web page. Web pages can include: html (Hyper Text Mark-up Language) pages (eg html5 pages), Javascipt scripting languages, CSS, and the like. The web address of the web page may include a url (Uniform Resoure Locator) of the web page.
本发明实施例中,可以采用多种方法根据至少两个web页面,生成综合页面。In the embodiment of the present invention, a plurality of methods may be used to generate a comprehensive page according to at least two web pages.
其中,一种在服务器端生成综合页面的方法包括:Among them, a method for generating a comprehensive page on the server side includes:
安装在移动终端中的web应用接收到用户输入的网页浏览指令后,通过互联网向服务器发送网页获取请求。web应用可以包括:浏览器、以及集成有浏览器功能的应用程序。After receiving the webpage browsing instruction input by the user, the web application installed in the mobile terminal sends a webpage acquisition request to the server via the Internet. Web applications can include: browsers, and applications that integrate browser functionality.
较佳地,web应用接收到用户输入的网页浏览指令后,解析出网页浏览指令中所携带的网页标识后,将网页标识携带在网页获取请求中发送至服务器。 Preferably, after receiving the webpage browsing instruction input by the user, the web application parses the webpage identifier carried in the webpage browsing instruction, and then carries the webpage identifier in the webpage obtaining request and sends the webpage identifier to the server.
服务器接收到网页获取请求后,从web页面库中查找出该网页获取请求所涉及的连续显示的至少两个web页面;根据查找出的web页面生成综合页面,将生成的综合页面提供给移动终端,例如通过互联网返回到移动终端。After receiving the webpage obtaining request, the server searches for a continuous display of at least two webpages related to the webpage obtaining request from the webpage library; generates a comprehensive webpage according to the found webpage, and provides the generated integrated webpage to the mobile terminal. , for example, returning to the mobile terminal via the Internet.
具体地,服务器从网页获取请求中解析出网页标识,从web页面库中查找出该网页标识所涉及的至少两个web网页,例如,分布在至少两个网页中的同一篇文章等;可以按照设定的顺序,将查找出的连续显示的至少两个web页面的内容都嵌入到同一综合页面中。例如,服务器可以将诸如同一链接所涉及的所有web页面的内容都嵌入到同一综合页面中。Specifically, the server parses the webpage identifier from the webpage acquisition request, and finds at least two webpages involved in the webpage identifier from the webpage library, for example, the same article distributed in at least two webpages, etc.; The set order is to embed the contents of at least two web pages of the continuously displayed display into the same integrated page. For example, the server can embed content such as all web pages involved in the same link into the same composite page.
综合页面中可以存储或设置有如下内容:对于综合页面中的每个web页面,该web页面的内容可以设置为滚动显示的内容;可以设置有该web页面的标识和CSS中定位属性相关的值;可以存储有各web页面的标识与各web页面的显示顺序之间的对应关系。The integrated page may store or set the following content: for each web page in the integrated page, the content of the web page may be set to scroll display content; the identifier of the web page and the value related to the positioning attribute in the CSS may be set. ; Correspondence between the identifier of each web page and the display order of each web page may be stored.
具体地,web页面的标识可以包括如下至少之一:该web页面的url、该web页面的hash(哈希)值。Specifically, the identifier of the web page may include at least one of: a url of the web page, a hash value of the web page.
较佳地,web页面的url可以包括:该web页面的hash值和综合页面的url;例如,将web页面的hash值以设定的方式嵌入于该web页面所属综合页面的url中,形成该web页面的url。综合页面中对应每个web页面,存储有该web页面的hash值与该web页面显示按键之间的对应关系。综合页面中存储有各web页面的hash值与各web页面的显示顺序之间的对应关系。CSS中定位属性相关的值可以包括:综合页面中web页面的position(定位)属性的值。Preferably, the url of the web page may include: a hash value of the web page and a url of the integrated page; for example, embedding the hash value of the web page into the url of the integrated page of the web page in a set manner, forming the The url of the web page. Corresponding to each web page in the integrated page, the correspondence between the hash value of the web page and the display button of the web page is stored. The integrated page stores a correspondence between a hash value of each web page and a display order of each web page. The value associated with the positioning attribute in the CSS may include: the value of the position attribute of the web page in the integrated page.
为了提高效率,较佳地,综合页面中的各web页面的position属性的值都可以设置于移动终端或者安装在移动终端中的web应用的显示区域内。In order to improve efficiency, preferably, the value of the position attribute of each web page in the integrated page may be set in the display area of the mobile terminal or the web application installed in the mobile terminal.
更优的,综合页面中的各web页面的position属性的值还可以都设置为同一数值。More preferably, the value of the position attribute of each web page in the integrated page can also be set to the same value.
移动终端的web应用对接收的综合页面进行显示。The web application of the mobile terminal displays the received integrated page.
为了提高网络传输效率、减少移动终端的等待时间,较佳地,服务器在接收到综合页面的获取请求后,还可以先行返回该综合页面中包含首web页面在内的至少两个web页面的内容、所有web页面的标记和position属性的值;在接收到移动终端根据上述至少两个web页面之后的web页面的url发送的请求后,返回下一批次的web页面的内容;直到整个综合页面中的web页面都被返回到移动终端。In order to improve the network transmission efficiency and reduce the waiting time of the mobile terminal, preferably, after receiving the acquisition request of the integrated page, the server may first return the content of the at least two web pages including the first web page in the integrated page. The value of the mark and position attribute of all web pages; after receiving the request sent by the mobile terminal according to the url of the web page after the at least two web pages, returning the content of the next batch of web pages; until the entire integrated page The web pages in are all returned to the mobile terminal.
另一种在移动终端生成综合页面的方法包括:Another method for generating a comprehensive page on a mobile terminal includes:
移动终端中的web应用接收到用户输入的网页浏览指令后,通过互联网向服务器发送网页获取请求。After receiving the webpage browsing instruction input by the user, the web application in the mobile terminal sends a webpage acquisition request to the server via the Internet.
较佳地,web应用接收到用户输入的网页浏览指令后,解析出网页浏览指令中所携 带的网页标识后,将网页标识携带在网页获取请求中发送至服务器。Preferably, after receiving the webpage browsing instruction input by the user, the web application parses out the webpage browsing instruction After the webpage identifier is carried, the webpage identifier is carried in the webpage obtaining request and sent to the server.
服务器接收到网页获取请求后,从web页面库中查找出该网页获取请求所涉及的连续显示的至少两个web页面;将查找出的连续显示的至少两个web页面返回到移动终端。After receiving the webpage obtaining request, the server searches for the continuously displayed at least two webpages related to the webpage obtaining request from the webpage library; and returns the found consecutively displayed at least two webpages to the mobile terminal.
移动终端中的web应用接收到连续显示的至少两个web页面后,根据接收的连续显示的至少两个web页面生成综合页面;例如,移动终端中的web应用可以按照设定的顺序,将接收的连续显示的至少两个web页面的内容都嵌入到同一综合页面中。After receiving the at least two web pages that are continuously displayed, the web application in the mobile terminal generates a comprehensive page according to the received consecutively displayed at least two web pages; for example, the web application in the mobile terminal may receive in the set order. The contents of at least two web pages that are continuously displayed are embedded in the same integrated page.
本发明实施例提供了一种web网页的切换方法。The embodiment of the invention provides a method for switching a webpage.
具体地,移动终端的web应用接收到或生成综合页面后,可以依照如图1所示的方法流程示意图,进行该综合页面中多web页面间的切换,包括如下步骤:Specifically, after the web application of the mobile terminal receives or generates the integrated page, the method may be performed according to the method flow diagram shown in FIG. 1 to perform switching between multiple web pages in the integrated page, including the following steps:
S101:接收到web页面切换指令后,确定出下一个待显示的web页面。S101: After receiving the web page switching instruction, determine the next web page to be displayed.
具体地,移动终端中的web应用展示综合页面后,若用户点击该综合页面上的web页面显示按键,则综合页面接收到作为web页面切换指令的web页面显示按键的点击事件后,获取web页面显示按键所指示的web页面的标识;根据获取的web页面的标识,确定出下一个待显示的web页面。此时,下一个待显示的web页面的内容位置处于隐藏区域,当前显示的web页面的内容位置处于显示区域。Specifically, after the web application in the mobile terminal displays the integrated page, if the user clicks the web page display button on the integrated page, the integrated page receives the click event of the web page display button as the web page switching instruction, and obtains the web page. The identifier of the web page indicated by the button is displayed; and the next web page to be displayed is determined according to the identifier of the obtained web page. At this time, the content position of the next web page to be displayed is in a hidden area, and the content position of the currently displayed web page is in the display area.
例如,综合页面接收到web页面显示按键的点击事件后,可以从本综合页面中获取与该web页面显示按键对应存储的web页面的hash值;进而确定出包含有该web页面的hash值的web页面的url,将确定出的url所属的web页面作为下一个待显示的web页面。For example, after the integrated page receives the click event of the web page display button, the hash value of the web page stored corresponding to the web page display button may be obtained from the integrated page; and the web containing the hash value of the web page is determined. The url of the page will determine the web page to which the url belongs as the next web page to be displayed.
或者,移动终端中的web应用展示综合页面后,若用户在屏幕上点住当前显示的综合页面的web页面并向左或者向右滑动,则综合页面接收到作为web页面切换指令的屏幕滑动事件后,根据本综合页面存储的各web页面的显示顺序,获取当前显示的web页面之后的下一个web页面的标识;根据获取的web页面的标识,确定出下一个待显示的web页面。Alternatively, after the web application in the mobile terminal displays the integrated page, if the user clicks on the web page of the currently displayed integrated page on the screen and slides to the left or right, the integrated page receives the screen sliding event as the web page switching instruction. Then, according to the display order of the web pages stored in the integrated page, the identifier of the next web page after the currently displayed web page is obtained; and the next web page to be displayed is determined according to the identifier of the obtained web page.
例如,综合页面中嵌入有web页面A、web页面B、web页面C和web页面D,web页面A至web页面D的显示顺序分别为1至4(即第1个至第4个显示);若显示区域内当前显示web页面A,则综合页面接收到向右滑动的屏幕滑动事件后,从本综合页面嵌入的各web页面的显示顺序1至4与各web页面的hash值之间的对应关系中,确定出显示顺序为2的web页面的hash值;进而确定出包含该hash值的web页面的url,将确定出的url所属的web页面B作为下一个待显示的web页面。For example, the web page A, the web page B, the web page C, and the web page D are embedded in the integrated page, and the display order of the web page A to the web page D is 1 to 4 (ie, the first to the fourth display); If the web page A is currently displayed in the display area, the integrated page receives the screen sliding event that slides to the right, and the correspondence between the display order 1 to 4 of each web page embedded in the integrated page and the hash value of each web page In the relationship, the hash value of the web page in the order of 2 is determined; the url of the web page including the hash value is determined, and the web page B to which the determined url belongs is determined as the next web page to be displayed.
S102:更新当前显示的web页面的transform(转换)属性的值,使该web页面的 内容位置处于隐藏区域。S102: Update a value of a transform attribute of the currently displayed web page, so that the web page is The content location is in a hidden area.
具体地,移动终端中的web应用可以更新综合页面中当前显示的web页面的transform属性的值,并根据当前显示的web页面更新后的transform属性的值,以及预先设置的该web页面的定位相关属性的值(例如position属性的值),使得该web页面的内容位置处于隐藏区域。Specifically, the web application in the mobile terminal may update the value of the transform attribute of the web page currently displayed in the integrated page, and according to the value of the updated transform attribute of the currently displayed web page, and the preset positioning of the web page. The value of the property (such as the value of the position property) causes the content location of the web page to be in a hidden area.
例如,移动终端中的web应用可以利用CSS,对综合页面中的web页面的transform属性的值、定位相关属性的值进行更新、设置等操作。For example, the web application in the mobile terminal may use CSS to update, set, and the like the value of the transform attribute of the web page in the integrated page, the value of the location-related attribute.
较佳地,显示区域通常为矩形,web应用可以以显示区域的左上顶点作为坐标原点,以上侧边、左侧边分别作为X轴的正半轴、Y轴的正半轴,并以垂直于显示区域向外的方法作为Z轴的方向,建立空间直角坐标系。Preferably, the display area is generally rectangular, and the web application may use the upper left vertex of the display area as the coordinate origin, and the upper side and the left side respectively serve as the positive half axis of the X axis and the positive half axis of the Y axis, and are perpendicular to The method of displaying the area outward is used as the direction of the Z axis to establish a spatial Cartesian coordinate system.
当web页面的transform属性的值translate3d设置为该空间直角坐标系下的三维坐标(0,0,0)、该web页面的position属性的值设置为absolute、且该web页面的left(左侧)、top(顶部)、right(右侧)和bottom(底部)属性的值都设置为0,以及该web页面的width(宽度)和height(高度)属性的值都设置为100%时,该web页面可以充满整个屏幕位于显示区域内。When the value of the transform attribute of the web page translate3d is set to the three-dimensional coordinates (0, 0, 0) in the space rectangular coordinate system, the value of the position attribute of the web page is set to absolute, and the left side of the web page (left side) , the top (top), right (right), and bottom (bottom) properties are all set to 0, and the web page's width and height properties are set to 100% when the web is The page can fill the entire screen in the display area.
例如,若当前显示的web页面的、更新前的transform属性的值translate3d为坐标(0,0,0),则web应用将该web页面的transform属性的值translate3d更新为坐标(-100%,0,0),将该web页面的poistion属性的值保持为absolute,且将该web页面的left、top、right和bottom属性的值都保持为0,以及将该web页面的width和heihgt属性的值都保持为100%,此时当前显示的web页面的内容位置已经移出显示区域之外,位于隐藏区域中。For example, if the value of translate attribute of the currently displayed web page, translate3d, is coordinate (0, 0, 0), the web application updates the value of translate attribute of the web page translate3d to coordinates (-100%, 0). , 0), keep the value of the poistion attribute of the web page as absolute, and keep the values of the left, top, right, and bottom attributes of the web page to 0, and the values of the width and heihgt attributes of the web page. Both remain at 100%, and the content position of the currently displayed web page has moved out of the display area and is located in the hidden area.
S103:更新待显示的web页面的transform属性的值,使该web页面的内容位置处于显示区域。S103: Update the value of the transform attribute of the web page to be displayed, so that the content position of the web page is in the display area.
具体地,移动终端的web应用对于上述步骤S101中确定出的综合页面中的下一个待显示的web页面,更新该web页面的transform属性的值,并根据更新后的transform属性的值,以及预先设置的该web页面的定位相关属性的值使得该web页面的内容位置处于显示区域,即显示区域中显示了该web页面的内容。Specifically, the web application of the mobile terminal updates the value of the transform attribute of the web page for the next web page to be displayed in the integrated page determined in step S101, and according to the value of the updated transform attribute, and The set value of the positioning related attribute of the web page is such that the content position of the web page is in the display area, that is, the content of the web page is displayed in the display area.
移动终端的web应用利用转场动画以使下一个待显示的web页面的内容位置处于显示区域。The web application of the mobile terminal utilizes the transition animation to cause the content location of the next web page to be displayed to be in the display area.
较佳地,移动终端中的web应用对于步骤S101中确定出的综合页面中的下一个待显示的web页面,根据移动终端或web应用的显示区域的尺寸,确定出该web页面中待首先显示的内容;对于确定出的待显示内容,设定出一系列该内容的transform属性的值 (例如利用JavaScript设定transform属性的值),作为由当前显示的web页面切换到待显示的web页面过程中的转场动画进行显示。更优的,web应用可以利用CSS设定出一系列该内容的transform属性的值,形成转场动画。Preferably, the web application in the mobile terminal determines, according to the size of the display area of the mobile terminal or the web application, the next web page to be displayed in the integrated page determined in step S101, to be displayed first in the web page. Content; for a determined content to be displayed, set a series of values of the transform attribute of the content (For example, using JavaScript to set the value of the transform attribute), it is displayed as a transition animation in the process of switching from the currently displayed web page to the web page to be displayed. More preferably, the web application can use CSS to set a series of values of the transform attribute of the content to form a transition animation.
更进一步,web应用还可以利用transition-duration属性的值,控制转场动画的执行时间。Further, the web application can also control the execution time of the transition animation by using the value of the transition-duration attribute.
例如,若下一个待显示的web页面的更新前的transform属性的值translate3d为坐标(-100%,0,0),则web应用将该web页面的transform属性的值translate3d更新为坐标(0,0,0),将该web页面的poistion属性的值保持为absolute,且将该web页面的left、top、right和bottom属性的值都保持为0,以及将该web页面的width和heihgt属性的值都保持为100%,此时下一个待显示的web页面的内容位置已经位于显示区域中。For example, if the value of the transform attribute of the next web page to be displayed is translate3d (-100%, 0, 0), the web application updates the value of the transform attribute of the web page translate3d to coordinates (0, 0, 0), keep the value of the poistion attribute of the web page as absolute, and keep the values of the left, top, right, and bottom attributes of the web page to 0, and the width and heihgt attributes of the web page. The value remains at 100%, at which point the content location of the next web page to be displayed is already in the display area.
基于上述web页面的切换方法,本发明实施例还提供了一种设置于移动终端中的web页面的切换装置,其内部结构的框架示意图如图2所示,包括:web页面确定模块201和web页面转换模块202。The embodiment of the present invention further provides a switching device for a web page set in a mobile terminal, and a schematic diagram of a framework of an internal structure thereof is shown in FIG. 2, including: a web page determining module 201 and a web. Page conversion module 202.
其中,web页面确定模块201用于接收到web页面切换指令后,确定出下一个待显示的web页面;其中,当前显示的web页面和下一个待显示的web页面同嵌于一综合页面中,且下一个待显示的web页面的内容位置处于隐藏区域,当前显示的web页面的内容位置处于显示区域。The web page determining module 201 is configured to determine, after receiving the web page switching instruction, the next web page to be displayed; wherein the currently displayed web page and the next web page to be displayed are embedded in a comprehensive page. And the content position of the next web page to be displayed is in a hidden area, and the content position of the currently displayed web page is in the display area.
具体地,web页面确定模块201用于接收到web页面显示按键的点击事件后,获取web页面显示按键所指示的web页面的标识;根据获取的web页面的标识,确定出待显示的web页面。web页面的标识包括以下至少之一:该web页面的url、该页面的hash值。Specifically, the web page determining module 201 is configured to: after receiving the click event of the web page display button, obtain the identifier of the web page indicated by the web page display button; and determine the web page to be displayed according to the identifier of the obtained web page. The identifier of the web page includes at least one of the following: a url of the web page, and a hash value of the page.
或者,web页面确定模块201用于接收到屏幕滑动事件后,根据各web页面的显示顺序,获取当前显示的web页面的标识之后的下一个web页面的标识;根据获取的web页面的标识,确定出下一个待显示的web页面;其中,综合页面中对于每个web页面,存储有该web页面的标识与该web页面的显示顺序的对应关系。Alternatively, after receiving the screen sliding event, the web page determining module 201 obtains the identifier of the next web page after the identifier of the currently displayed web page according to the display order of each web page; and determines according to the identifier of the obtained web page. The next web page to be displayed is displayed; wherein, for each web page in the integrated page, a correspondence between the identifier of the web page and the display order of the web page is stored.
web页面转换模块202用于更新当前显示的web页面的转换transform属性的值,使该web页面的内容位置处于隐藏区域;并更新下一个待显示的web页面的transform属性的值,使该web页面的内容位置处于显示区域。The web page conversion module 202 is configured to update the value of the converted transform attribute of the currently displayed web page, so that the content position of the web page is in a hidden area; and update the value of the transform attribute of the next web page to be displayed, so that the web page is The content location is in the display area.
具体地,web页面转换模块202更新下一个待显示的web页面的transform属性的值,并利用转场动画以使该web页面的内容位置处于显示区域。Specifically, the web page conversion module 202 updates the value of the transform attribute of the next web page to be displayed, and utilizes the transition animation to make the content position of the web page in the display area.
更优的,本发明实施例的web页面的切换装置,还包括:综合页面获取模块(图 中未标示)。More preferably, the switching device of the web page in the embodiment of the present invention further includes: a comprehensive page acquiring module (FIG. Not shown).
综合页面获取模块用于发送网页获取请求,以获取所述综合页面。The integrated page obtaining module is configured to send a webpage obtaining request to obtain the integrated page.
更优的,本发明实施例的web页面的切换装置,还包括:综合页面生成模块(图中未标示)。More preferably, the switching device of the web page in the embodiment of the present invention further includes: an integrated page generating module (not shown).
综合页面生成模块用于获取连续显示的至少两个web页面,以生成综合页面。The integrated page generation module is configured to acquire at least two web pages that are continuously displayed to generate a comprehensive page.
上述web页面确定模块201和web页面转换模块202功能的具体实现方法,可以参考上述如图1所示的方法流程步骤的具体内容;综合页面获取模块和综合页面生成模块功能的具体实现方法,可以参考上述步骤S101之前的方法的具体内容,此处不再赘述。For the specific implementation method of the functions of the web page determining module 201 and the web page converting module 202, reference may be made to the specific content of the method step shown in FIG. 1; the specific implementation method of the integrated page obtaining module and the integrated page generating module function may be Refer to the specific content of the method before step S101 above, and details are not described herein again.
基于上述web页面的切换方法,本发明实施例还提供了一种设置于服务器中的综合页面的提供装置,其内部结构的框架示意图如图3所示,包括:请求接收模块301、页面查找模块302、综合页面生成模块303和发送模块304。The embodiment of the present invention further provides a device for providing a comprehensive page set in a server, and a schematic diagram of a framework of an internal structure thereof is shown in FIG. 3, and includes: a request receiving module 301 and a page search module. 302. The integrated page generating module 303 and the sending module 304.
请求接收模块301用于接收web页面获取请求。The request receiving module 301 is configured to receive a web page acquisition request.
页面查找模块302用于根据web网页获取请求,从web页面库中查找出该web网页获取请求所涉及的连续显示的至少两个web页面。The page search module 302 is configured to find, according to the web page acquisition request, at least two web pages that are continuously displayed related to the web page acquisition request from the web page library.
综合页面生成模块303用于根据查找出的web页面生成综合页面。The integrated page generating module 303 is configured to generate a comprehensive page according to the found web page.
发送模块304用于将综合页面发送至web页面获取请求的发送端。The sending module 304 is configured to send the integrated page to the sending end of the web page obtaining request.
上述请求接收模块301、页面查找模块302、综合页面生成模块303和发送模块304的具体实现方法,可以参考上述步骤S101之前的方法的相关具体内容,此处不再赘述。For the specific implementation methods of the foregoing request receiving module 301, the page finder module 302, the integrated page generating module 303, and the sending module 304, refer to the related content of the method before the step S101, and details are not described herein again.
本发明实施例的技术方案中,存储在移动终端中的综合页面包含至少两个web页面的内容,接收到web页面切换指令后,隐藏当前显示的web页面,利用浏览器的功能组件或插件显示转场动画后,显示下一个web页面;从而增强了web页面切换过程的视觉效果,并可以使用户产生到从当前显示的web页面平滑地切换到下一个web页面的感觉,提高用户的体验。In the technical solution of the embodiment of the present invention, the integrated page stored in the mobile terminal includes content of at least two web pages, and after receiving the web page switching instruction, the currently displayed web page is hidden, and is displayed by using a function component or a plug-in of the browser. After the transition animation, the next web page is displayed; thereby enhancing the visual effect of the web page switching process, and enabling the user to generate a feeling of smoothly switching from the currently displayed web page to the next web page, thereby improving the user experience.
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。In the description provided herein, numerous specific details are set forth. However, it is understood that the embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures, and techniques are not shown in detail so as not to obscure the understanding of the description.
类似地,应当理解,为了精简本公开并帮助理解各个发明方面中的一个或多个,在上面对本发明的示例性实施例的描述中,本发明的各个特征有时被一起分组到单个实施例、图、或者对其的描述中。然而,并不应将该公开的方法解释成反映如下意图:即所要求保护的本发明要求比在每个权利要求中所明确记载的特征更多的特征。更确切地说,如下面的权利要求书所反映的那样,发明方面在于少于前面公开的单个实施例的所有特 征。因此,遵循具体实施方式的权利要求书由此明确地并入该具体实施方式,其中每个权利要求本身都作为本发明的单独实施例。Similarly, the various features of the invention are sometimes grouped together into a single embodiment, in the above description of the exemplary embodiments of the invention, Figure, or a description of it. However, the method disclosed is not to be interpreted as reflecting the intention that the claimed invention requires more features than those recited in the claims. Rather, as reflected in the following claims, the inventive aspects reside in less than all the features of the single embodiments disclosed above. Sign. Therefore, the claims following the specific embodiments are hereby explicitly incorporated into the embodiments, and each of the claims as a separate embodiment of the invention.
本领域那些技术人员可以理解,可以对实施例中的设备中的模块进行自适应性地改变并且把它们设置在与该实施例不同的一个或多个设备中。可以把实施例中的模块或单元或组件组合成一个模块或单元或组件,以及此外可以把它们分成多个子模块或子单元或子组件。除了这样的特征和/或过程或者单元中的至少一些是相互排斥之外,可以采用任何组合对本说明书(包括伴随的权利要求、摘要和附图)中公开的所有特征以及如此公开的任何方法或者设备的所有过程或单元进行组合。除非另外明确陈述,本说明书(包括伴随的权利要求、摘要和附图)中公开的每个特征可以由提供相同、等同或相似目的的替代特征来代替。Those skilled in the art will appreciate that the modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components. In addition to such features and/or at least some of the processes or units being mutually exclusive, any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined. Each feature disclosed in this specification (including the accompanying claims, the abstract and the drawings) may be replaced by alternative features that provide the same, equivalent or similar purpose.
此外,本领域的技术人员能够理解,尽管在此所述的一些实施例包括其它实施例中所包括的某些特征而不是其它特征,但是不同实施例的特征的组合意味着处于本发明的范围之内并且形成不同的实施例。例如,在下面的权利要求书中,所要求保护的实施例的任意之一都可以以任意的组合方式来使用。In addition, those skilled in the art will appreciate that, although some embodiments described herein include certain features that are included in other embodiments and not in other features, combinations of features of different embodiments are intended to be within the scope of the present invention. Different embodiments are formed and formed. For example, in the following claims, any one of the claimed embodiments can be used in any combination.
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的web网页的切换装置、以及综合页面的提供装置中的一些或者全部部件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。The various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that a microprocessor or digital signal processor (DSP) may be used in practice to implement some or all of the components of the web page switching device and the integrated page providing device in accordance with embodiments of the present invention. Some or all of the features. The invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein. Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
例如,图4示出了可以实现web页面的切换方法的计算设备。该计算设备传统上包括处理器410和存储器420形式的计算机程序产品或者计算机可读介质。存储器420可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器420具有存储用于执行上述方法中的任何方法步骤的程序代码431的存储空间430。例如,存储程序代码的存储空间430可以包括分别用于实现上面的方法中的各种步骤的各个程序代码431。这些程序代码可以从一个或者多个计算机程序产品中读出或者写入到这一个或者多个计算机程序产品中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为例如图5所示的便携式或者固定存储单元。该存储单元可以具有与图4的计算设备中的存储器420类似布置的存储段、存储空间等。程序代码可以例如以适当形式 进行压缩。通常,存储单元包括用于执行本发明的方法步骤的计算机可读代码431’,即可以由诸如410之类的处理器读取的代码,当这些代码由计算设备运行时,导致该计算设备执行上面所描述的方法中的各个步骤。For example, Figure 4 illustrates a computing device that can implement a method of switching web pages. The computing device conventionally includes a computer program product or computer readable medium in the form of a processor 410 and a memory 420. The memory 420 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM. The memory 420 has a storage space 430 that stores program code 431 for performing any of the method steps described above. For example, storage space 430 storing program code may include various program code 431 for implementing various steps in the above methods, respectively. The program code can be read from or written to one or more computer program products. These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks. Such computer program products are typically portable or fixed storage units such as those shown in FIG. The storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 420 in the computing device of FIG. Program code can be, for example, in the appropriate form Compress. Typically, the storage unit includes computer readable code 431' for performing the method steps of the present invention, ie, code that can be read by a processor, such as 410, that when executed by the computing device causes the computing device to execute Each of the steps in the method described above.
本文中所称的“一个实施例”、“实施例”或者“一个或者多个实施例”意味着,结合实施例描述的特定特征、结构或者特性包括在本发明的至少一个实施例中。此外,请注意,这里“在一个实施例中”的词语例子不一定全指同一个实施例。"an embodiment," or "an embodiment," or "an embodiment," In addition, it is noted that the phrase "in one embodiment" is not necessarily referring to the same embodiment.
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。It is to be noted that the above-described embodiments are illustrative of the invention and are not intended to be limiting, and that the invention may be devised without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as a limitation. The word "comprising" does not exclude the presence of the elements or steps that are not recited in the claims. The word "a" or "an" The invention can be implemented by means of hardware comprising several distinct elements and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means can be embodied by the same hardware item. The use of the words first, second, and third does not indicate any order. These words can be interpreted as names.
此外,还应当注意,本说明书中使用的语言主要是为了可读性和教导的目的而选择的,而不是为了解释或者限定本发明的主题而选择的。因此,在不偏离所附权利要求书的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。对于本发明的范围,对本发明所做的公开是说明性的,而非限制性的,本发明的范围由所附权利要求书限定。 In addition, it should be noted that the language used in the specification has been selected for the purpose of readability and teaching, and is not intended to be construed or limited. Therefore, many modifications and changes will be apparent to those skilled in the art without departing from the scope of the invention. The disclosure of the present invention is intended to be illustrative, and not restrictive, and the scope of the invention is defined by the appended claims.

Claims (17)

  1. 一种web页面的切换方法,包括:A method for switching web pages, including:
    接收到web页面切换指令后,确定出下一个待显示的web页面;其中,当前显示的web页面和所述下一个待显示的web页面同嵌于一综合页面中,且所述下一个待显示的web页面的内容位置处于隐藏区域,所述当前显示的web页面的内容位置处于显示区域;After receiving the web page switching instruction, determining the next web page to be displayed; wherein the currently displayed web page and the next web page to be displayed are embedded in a comprehensive page, and the next one to be displayed The content location of the web page is in a hidden area, and the content location of the currently displayed web page is in the display area;
    更新当前显示的web页面的transform属性的值,使该web页面的内容位置处于所述隐藏区域;以及Updating a value of a transform attribute of the currently displayed web page such that a content location of the web page is in the hidden area;
    更新所述下一个待显示的web页面的transform属性的值,使该web页面的内容位置处于所述显示区域。Updating the value of the transform attribute of the next web page to be displayed, so that the content location of the web page is in the display area.
  2. 根据权利要求1所述的方法,其中,所述更新下一个待显示的web页面的transform属性的值,使该web页面的内容位置处于所述显示区域的步骤进一步包括;The method of claim 1, wherein the step of updating a value of a transform attribute of a next web page to be displayed, such that a content location of the web page is in the display area, further comprises:
    更新下一个待显示的web页面的transform属性的值,并利用转场动画以使该web页面的内容位置处于所述显示区域。The value of the transform attribute of the next web page to be displayed is updated, and the transition animation is utilized to cause the content location of the web page to be in the display area.
  3. 根据权利要求1或2所述的方法,其中,所述方法进一步包括:The method of claim 1 or 2, wherein the method further comprises:
    发送网页获取请求,以获取所述综合页面。Send a web page to obtain a request to obtain the comprehensive page.
  4. 根据权利要求1或2所述的方法,其中,所述方法进一步包括:The method of claim 1 or 2, wherein the method further comprises:
    发送网页获取请求,以获取所述请求所涉及的连续显示的至少两个web页面;以及Sending a web page acquisition request to obtain at least two web pages of consecutive displays involved in the request;
    根据获取的web页面生成所述综合页面。The integrated page is generated according to the obtained web page.
  5. 根据权利要求1-4中任一项所述的方法,其中,所述接收到web页面切换指令后,确定出下一个待显示的web页面的步骤进一步包括:The method according to any one of claims 1 to 4, wherein after the receiving the web page switching instruction, the step of determining the next web page to be displayed further comprises:
    接收到web页面显示按键的点击事件后,获取所述web页面显示按键所指示的web页面的标识;以及After receiving a click event of the web page display button, acquiring an identifier of the web page indicated by the web page display button;
    根据获取的web页面的标识,确定出所述下一个待显示的web页面。Determining the next web page to be displayed according to the identifier of the obtained web page.
  6. 根据权利要求1-5中任一项所述的方法,其中,所述综合页面中对于每个web页面,存储有该web页面的标识与该web页面的显示顺序的对应关系;以及The method according to any one of claims 1 to 5, wherein, in the integrated page, for each web page, a correspondence between an identifier of the web page and a display order of the web page is stored;
    所述接收到web页面切换指令后,确定出下一个待显示的web页面的步骤进一步包括:After the receiving the web page switching instruction, the step of determining the next web page to be displayed further includes:
    接收到屏幕滑动事件后,根据各web页面的显示顺序,获取当前显示的web页面的标识之后的下一个web页面的标识; After receiving the screen sliding event, obtaining the identifier of the next web page after the identifier of the currently displayed web page according to the display order of each web page;
    根据获取的web页面的标识,确定出所述下一个待显示的web页面。Determining the next web page to be displayed according to the identifier of the obtained web page.
  7. 根据权利要求5或6所述的方法,其中,所述web页面的标识包括以下至少之一:The method of claim 5 or 6, wherein the identification of the web page comprises at least one of the following:
    所述web页面的url、该web页面的hash值。The url of the web page, the hash value of the web page.
  8. 一种web页面的切换装置,包括:A switching device for a web page, comprising:
    web页面确定模块,用于接收到web页面切换指令后,确定出下一个待显示的web页面;其中,当前显示的web页面和所述下一个待显示的web页面同嵌于一综合页面中,且所述下一个待显示的web页面的内容位置处于隐藏区域,所述当前显示的web页面的内容位置处于显示区域;以及a web page determining module, configured to: after receiving the web page switching instruction, determine a next web page to be displayed; wherein the currently displayed web page and the next web page to be displayed are embedded in a comprehensive page, And the content location of the next web page to be displayed is in a hidden area, and the content location of the currently displayed web page is in the display area;
    web页面转换模块,用于更新当前显示的web页面的transform属性的值,使该web页面的内容位置处于隐藏区域;并更新所述下一个待显示的web页面的transform属性的值,使该web页面的内容位置处于显示区域。a web page conversion module, configured to update a value of a transform attribute of the currently displayed web page, so that the content position of the web page is in a hidden area; and update a value of a transform attribute of the next web page to be displayed, so that the web The content location of the page is in the display area.
  9. 根据权利要求8所述的装置,其中,The device according to claim 8, wherein
    所述web页面转换模块进一步用于更新下一个待显示的web页面的transform属性的值,并利用转场动画以使该web页面的内容位置处于所述显示区域。The web page conversion module is further configured to update a value of a transform attribute of a next web page to be displayed, and utilize a transition animation to cause a content location of the web page to be in the display area.
  10. 根据权利要求8或9所述的装置,其中,还包括:The device according to claim 8 or 9, further comprising:
    综合网页获取模块,用于发送网页获取请求,以获取所述综合页面。The integrated webpage obtaining module is configured to send a webpage obtaining request to obtain the comprehensive webpage.
  11. 根据权利要求8或9所述的装置,其中,还包括:The device according to claim 8 or 9, further comprising:
    综合网页生成模块,用于获取连续显示的至少两个web页面,以生成所述综合页面。The integrated webpage generating module is configured to obtain at least two webpages that are continuously displayed to generate the integrated webpage.
  12. 根据权利要求8-11中任一项所述的装置,其中,A device according to any one of claims 8-11, wherein
    所述web页面确定模块具体用于接收到web页面显示按键的点击事件后,获取所述web页面显示按键所指示的web页面的标识;根据获取的web页面的标识,确定出所述待显示的web页面。The web page determining module is configured to: after receiving a click event of the web page display button, acquire an identifier of the web page indicated by the web page display button; and determine, according to the acquired web page identifier, the to-be-displayed Web page.
  13. 根据权利要求8-11中任一项所述的装置,其中,A device according to any one of claims 8-11, wherein
    所述web页面确定模块具体用于接收到屏幕滑动事件后,根据各web页面的显示顺序,获取当前显示的web页面的标识之后的下一个web页面的标识;根据获取的web页面的标识,确定出下一个待显示的web页面;其中,所述综合页面中对于每个web页面,存储有该web页面的标识与该web页面的显示顺序的对应关系。The web page determining module is configured to: after receiving the screen sliding event, obtain an identifier of the next web page after the identifier of the currently displayed web page according to the display order of each web page; and determine according to the identifier of the obtained web page. The next web page to be displayed is displayed; wherein, in the integrated page, for each web page, a correspondence between the identifier of the web page and the display order of the web page is stored.
  14. 根据权利要求12或13所述的装置,其中,所述web页面的标识包括以下至少之一:The apparatus of claim 12 or 13, wherein the identification of the web page comprises at least one of the following:
    所述web页面的url、该web页面的hash值。 The url of the web page, the hash value of the web page.
  15. 一种综合页面提供装置,包括:A comprehensive page providing device comprising:
    请求接收模块,用于接收web页面获取请求;a request receiving module, configured to receive a web page acquisition request;
    页面查找模块,用于根据web网页获取请求,从web页面库中查找出所述请求所涉及的连续显示的至少两个web页面;a page search module, configured to: according to the webpage webpage obtaining request, find at least two webpages that are continuously displayed by the request from the webpage library;
    综合页面生成模块,用于根据查找出的web页面生成所述综合页面;以及An integrated page generating module, configured to generate the integrated page according to the found web page;
    发送模块,用于将所述综合页面发送至所述web页面获取请求的发送端。And a sending module, configured to send the integrated page to the sending end of the web page obtaining request.
  16. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行根据权利要求1至7任一项所述的web页面的切换方法。A computer program comprising computer readable code causing the computing device to perform a method of switching a web page according to any one of claims 1 to 7 when the computer readable code is run on a computing device.
  17. 一种计算机可读介质,其中存储了如权利要求16所述的计算机程序。 A computer readable medium storing the computer program of claim 16.
PCT/CN2015/095467 2014-12-26 2015-11-24 Method and device for web page switching, and device for providing integrated page WO2016101754A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410834444.5 2014-12-26
CN201410834444.5A CN104462567B (en) 2014-12-26 2014-12-26 The switching method and apparatus of web page and the comprehensive page provide device

Publications (1)

Publication Number Publication Date
WO2016101754A1 true WO2016101754A1 (en) 2016-06-30

Family

ID=52908602

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/095467 WO2016101754A1 (en) 2014-12-26 2015-11-24 Method and device for web page switching, and device for providing integrated page

Country Status (2)

Country Link
CN (1) CN104462567B (en)
WO (1) WO2016101754A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110704141A (en) * 2018-07-10 2020-01-17 优视科技有限公司 Page switching method and device and electronic equipment
WO2020068704A1 (en) * 2018-09-26 2020-04-02 Ebay Inc. Detecting selection of disabled inner links within nested content
CN111368240A (en) * 2019-09-19 2020-07-03 杭州海康威视系统技术有限公司 Page display method, device and equipment and storage medium

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104462567B (en) * 2014-12-26 2018-01-09 北京奇虎科技有限公司 The switching method and apparatus of web page and the comprehensive page provide device
CN105892894B (en) * 2015-09-09 2020-08-11 北京奇虎科技有限公司 Method and device for processing screen sliding event conflict
CN105843627A (en) * 2016-04-13 2016-08-10 乐视控股(北京)有限公司 Page switching method and device
CN107193970A (en) * 2017-05-25 2017-09-22 成都知道创宇信息技术有限公司 A kind of method that data Dynamic Announce effect is realized based on draw library
CN108228305A (en) * 2018-02-02 2018-06-29 广东欧珀移动通信有限公司 Display methods, device, storage medium and the electronic equipment of five application page
CN109783176B (en) * 2019-01-17 2022-02-22 广州酷狗计算机科技有限公司 Page switching method and device
CN111857855B (en) * 2019-04-01 2021-10-29 南京星云数字技术有限公司 Webpage loading method and device and intelligent equipment
CN110162343B (en) * 2019-04-10 2023-04-07 北京梧桐车联科技有限责任公司 Application starting method and device, electronic equipment and storage medium
CN111859217A (en) * 2020-07-21 2020-10-30 浪潮云信息技术股份公司 Method for realizing transition effect of WEB application

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102830972A (en) * 2012-08-14 2012-12-19 管重 Multi-webpage browsing device of internet browser
CN103927383A (en) * 2014-04-29 2014-07-16 车智互联(北京)科技有限公司 Web page presenting device and method
CN104008114A (en) * 2013-02-27 2014-08-27 腾讯科技(深圳)有限公司 WAP (wireless application protocol) browser page jumping method and device
CN104462567A (en) * 2014-12-26 2015-03-25 北京奇虎科技有限公司 Web page switching method and device and comprehensive page providing device

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6832355B1 (en) * 1998-07-28 2004-12-14 Microsoft Corporation Web page display system
CN100570610C (en) * 2007-12-07 2009-12-16 腾讯科技(深圳)有限公司 Multi-page browser webpage subwindow disposal route and multi-page browser
CN101287013B (en) * 2008-05-30 2011-03-16 杭州华三通信技术有限公司 Method for updating Webpage and Web proxy device
CN101299220A (en) * 2008-06-24 2008-11-05 腾讯科技(深圳)有限公司 Method for disassembling and combining multiple-page browser window and multiple-page browser
CN102136251A (en) * 2010-01-26 2011-07-27 上海易狄欧电子科技有限公司 Electronic book page turning method and electronic book reader
CN101777081A (en) * 2010-03-08 2010-07-14 中兴通讯股份有限公司 Method and device for improving webpage access speed
CN101937461A (en) * 2010-09-01 2011-01-05 百度在线网络技术(北京)有限公司 Page turning operation-based method and equipment for optimizing web browsing
CN102222086B (en) * 2011-05-18 2014-11-26 广州市动景计算机科技有限公司 Webpage viewing method and webpage viewing device based on mobile terminal as well as mobile terminal
CN103488389A (en) * 2013-07-05 2014-01-01 贝壳网际(北京)安全技术有限公司 Page display method and device and browser device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102830972A (en) * 2012-08-14 2012-12-19 管重 Multi-webpage browsing device of internet browser
CN104008114A (en) * 2013-02-27 2014-08-27 腾讯科技(深圳)有限公司 WAP (wireless application protocol) browser page jumping method and device
CN103927383A (en) * 2014-04-29 2014-07-16 车智互联(北京)科技有限公司 Web page presenting device and method
CN104462567A (en) * 2014-12-26 2015-03-25 北京奇虎科技有限公司 Web page switching method and device and comprehensive page providing device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110704141A (en) * 2018-07-10 2020-01-17 优视科技有限公司 Page switching method and device and electronic equipment
WO2020068704A1 (en) * 2018-09-26 2020-04-02 Ebay Inc. Detecting selection of disabled inner links within nested content
US10878053B2 (en) 2018-09-26 2020-12-29 Ebay Inc. Detecting selection of disabled inner links within nested content
US11194880B2 (en) 2018-09-26 2021-12-07 Ebay Inc. Detecting selection of disabled inner links within nested content
CN111368240A (en) * 2019-09-19 2020-07-03 杭州海康威视系统技术有限公司 Page display method, device and equipment and storage medium
CN111368240B (en) * 2019-09-19 2024-03-22 杭州海康威视系统技术有限公司 Page display method, device and equipment and storage medium

Also Published As

Publication number Publication date
CN104462567A (en) 2015-03-25
CN104462567B (en) 2018-01-09

Similar Documents

Publication Publication Date Title
WO2016101754A1 (en) Method and device for web page switching, and device for providing integrated page
US11809511B2 (en) Speeding up document loading
CN108984714B (en) Page rendering method and device, electronic equipment and computer readable medium
US9904664B2 (en) Apparatus and method providing augmented reality contents based on web information structure
US9552212B2 (en) Caching intermediate data for scroll view rendering
CN104166656B (en) The webpage methods of exhibiting and device of traffic statistics
KR101627169B1 (en) System for authorting and providing augmented reality cotents
JP2019096356A (en) Automatically determining content item size for web page
US9977765B2 (en) Information processing device, information processing method, information processing program, display control device, and display control program
US20130132422A1 (en) System and method for creating and controlling an application operating on a plurality of computer platform types
WO2016101755A1 (en) Drag-and-drop operation-based method and device for adjusting location of object in cross pages
CA2817554A1 (en) Mobile content management system
CN105824830B (en) Method, client and equipment for displaying page
CN102411614A (en) Display Of Image Search Results
US20150227276A1 (en) Method and system for providing an interactive user guide on a webpage
CN105745646A (en) Native application search results
TWI539302B (en) Late resource localization binding for web services
CN101963992A (en) Method and browser for increasing webpage display speed
CN114357345A (en) Picture processing method and device, electronic equipment and computer readable storage medium
CN108241689A (en) Page resource acquisition methods, device and client device
CN110502299B (en) Method and equipment for providing novel information
JP2022089865A (en) Information display method and apparatus
US20140258847A1 (en) Systems and methods for displaying content with discrete content zones
CN106951405B (en) Data processing method and device based on typesetting engine
CN107423271B (en) Document generation method and device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15871823

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15871823

Country of ref document: EP

Kind code of ref document: A1