CN110704764A - Method and system for processing page switching of IPTV browser - Google Patents

Method and system for processing page switching of IPTV browser Download PDF

Info

Publication number
CN110704764A
CN110704764A CN201910919463.0A CN201910919463A CN110704764A CN 110704764 A CN110704764 A CN 110704764A CN 201910919463 A CN201910919463 A CN 201910919463A CN 110704764 A CN110704764 A CN 110704764A
Authority
CN
China
Prior art keywords
time
page
screen capture
executing
webpage
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910919463.0A
Other languages
Chinese (zh)
Other versions
CN110704764B (en
Inventor
陈伟
黎明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Tianyi Comheart Telecom Co Ltd
Original Assignee
Sichuan Tianyi Comheart Telecom Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Tianyi Comheart Telecom Co Ltd filed Critical Sichuan Tianyi Comheart Telecom Co Ltd
Priority to CN201910919463.0A priority Critical patent/CN110704764B/en
Publication of CN110704764A publication Critical patent/CN110704764A/en
Application granted granted Critical
Publication of CN110704764B publication Critical patent/CN110704764B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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

Landscapes

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

Abstract

The invention relates to the technical field of web page switching, and aims to provide a method and a system for processing the web page switching of an IPTV browser, wherein the method for processing the web page switching of the IPTV browser comprises the following steps of S1: initializing a display control, displaying a webpage, and executing S2; s2: receiving an operation instruction of a user, judging whether to perform local refreshing of the current page according to the operation instruction of the user, if so, executing S1, otherwise, executing S3; s3: judging whether to redraw the whole of the new address trigger page or not according to the user operation instruction, if so, executing S4, and if not, executing S2; s4: and (3) performing screen capturing on the current page, calculating the final screen capturing display time Tn, hiding the webpage, displaying a screen capturing picture, loading and rendering the webpage according to a new address, and executing S1 after the final screen capturing display time Tn is finished. The method and the device have the advantages of greatly reducing the condition of page black screen or white screen and improving the experience of users.

Description

Method and system for processing page switching of IPTV browser
Technical Field
The invention relates to the technical field of webpage switching, in particular to a method and a system for processing webpage switching of an IPTV browser.
Background
With the continuous development of three-network integration and the continuous speed increase of the bandwidth of the basic network in China, the bearing capacity of the network is greatly increased, the development of interactive Internet Protocol Televisions (IPTV) such as 4K/8K is continuously strong, and in order to meet the requirements of stronger interactivity and more flexible display technical support, the current mainstream is to display EPG pages based on a browser, and the browser is also used as the most core functional module in the whole set top box software system. The EPG page is a WEB-based page and is realized based on HTML5, JavaSript and Css languages, and the scheme based on the WEB page carried by the browser has many advantages, and the WEB page is issued by the server, so that the method has the characteristics of flexible configuration, fast page updating iteration, low rapid development and maintenance cost and the like and is widely applied.
Due to the differentiation of service templates in different areas, a variety of EPG templates, different manners of realizing EPG pages and the difference of provinces in EPG development and realization in different areas, in the process of page switching of a browser, a normal browser kernel processing manner is that an old page is integrally destroyed, then a new page is requested to carry out downloading of page resources, construction, drawing and rendering of a DOM tree, a Render layer and the like, a certain time is consumed in the process, before a head frame picture of the page is not rendered, the browser is in a state without content display, and a phenomenon which is finally displayed is display of a white screen or a black screen, if the head frame page picture is not displayed for a long time, the effect on experience is relatively large.
Disclosure of Invention
The invention aims to provide a processing method and a system for switching pages of an IPTV browser, which have the advantages that the original switching is kept under the condition that the pages are switched quickly, the condition of black screen or white screen of the pages is greatly reduced when the pages are switched slowly, and the user experience is improved.
In order to achieve the purpose, the technical scheme adopted by the invention is as follows: a processing method for switching IPTV browser pages comprises the following steps,
s1: initializing a display control, displaying a webpage, and executing S2;
s2: receiving an operation instruction of a user, judging whether to perform local refreshing of the current page according to the operation instruction of the user, if so, executing S1, otherwise, executing S3;
s3: judging whether to redraw the whole of the new address trigger page or not according to the user operation instruction, if so, executing S4, and if not, executing S2;
s4: and (3) performing screen capturing on the current page, calculating the final screen capturing display time Tn, hiding the webpage, displaying a screen capturing picture, loading and rendering the webpage according to a new address, and executing S1 after the final screen capturing display time Tn is finished.
Preferably, the S4 specifically includes the following steps,
s41: the method comprises the steps of capturing a screen of a current webpage, obtaining a first absolute time T1 for triggering the screen capture, and executing S42;
s42: calculating the time required by loading and rendering the webpage, comparing the time required by loading and rendering the webpage with a preset timeout time T3, if the time required by loading and rendering the webpage is less than the preset timeout time T3, setting the initial screenshot display time T4 as the time required by loading and rendering the webpage, if the time required by loading and rendering the webpage is greater than the preset timeout time T3, setting the initial screenshot display time T4 as the timeout time T3, and executing S43;
s43: acquiring a second absolute time T2 for completing screen capture, calculating a processing consumed time T5 according to a first absolute time T1 for calculating triggering screen capture and a second absolute time T2 for completing screen capture, calculating a final screen capture display time Tn according to the processing consumed time and the first screen capture display time, hiding the webpage, displaying the screen capture picture, loading and rendering the webpage according to a new address, and executing S1 after the final screen capture display time Tn is finished.
Preferably, the S42 specifically includes the following steps,
s421: calculating page main frame rendering consumption time T6 and page internal element rendering consumption time T7, and executing S422;
s422: judging whether the total consumption time of the page main frame rendering and the page internal element rendering is less than a preset timeout time T3, if so, executing S424, otherwise, executing S423;
s423: judging whether the total consumption time of the page main frame rendering and the page internal element rendering is less than a preset timeout time T3 or not, and whether the page main frame rendering time is less than a preset timeout time T3 or not, if so, executing S425, and if not, executing S426;
s424: setting the initial screen capture display time T4 as the total consumption time of the page main frame rendering and the page internal element rendering, and executing S43;
s425: setting the initial screen capture display time T4 as the page main frame rendering time T6, and executing S43;
s426: the initial screen capture display time T4 is set to the timeout time T3, and S43 is performed.
Preferably, the S43 specifically includes the following steps,
s431: acquiring a second absolute time T2 for completing the screen capture, and calculating a processing consumption time T5 according to a first absolute time T1 for calculating triggering the screen capture and a second absolute time T2 for completing the screen capture, wherein T5= T2-T1, and S432 is executed;
s432: calculating a final screen capture display time Tn according to the processing consumption time and the first screen capture display time, wherein Tn = T4-T5, and executing S433;
s433: hiding the webpage, displaying a screen capture picture, loading and rendering the webpage according to the new address, and finally executing S1 after the screen capture display time Tn is finished.
Preferably, the step S432 specifically includes the following steps,
s4321: calculating a final screen capture display time Tn according to the processing consumption time T5 and the initial screen capture display time T4, wherein Tn = T4-T5, and executing S4312;
s4322: judging whether the processing consumed time T5 is greater than the final screen capture display time Tn, if so, executing S4323, otherwise, executing S433;
s4323: the screen shot is hidden and S1 is performed.
A processing system for switching IPTV browser pages comprises:
the display control module is used for displaying screen-shot images or web page images;
the display control initialization module is used for initializing the display control module;
the screen capture triggering module is used for judging whether the page is locally refreshed or the page whole redrawing triggered by a new address, if the page is judged to be locally refreshed, the display control initializing module initializes the display control module and then displays the page image of the webpage, and if the page whole redrawing triggered by the new address is judged, the screen capture triggering module captures the current webpage image and sends the current webpage image to the display control module, and the display control module displays the screen capture image;
the page analysis module is used for saving the time for triggering the screen capture triggering module and the time for completing screen capture when the touch screen triggering module judges that the whole page triggered by the new address is redrawn, calculating the time consumed for loading and rendering the page and the time consumed for processing the page, calculating the time for displaying the screen capture image by the display control module and sending the time for displaying the screen capture image to the display control module;
and the page redrawing module is used for performing local refreshing of the page or overall redrawing of the page triggered by the new address and sending the page image to the display control module.
Preferably, the display control module comprises a web control unit, a screen control unit and a display level control module, the web control unit is used for displaying a webpage image, and the screen control unit is used for displaying the screen capture picture acquired by the screen capture triggering module;
the display level control module is used for displaying the web control unit and hiding the screen control unit when the screen capture triggering module judges that the page is locally refreshed;
the display level control module is also used for hiding the web control unit and displaying the screen control unit when the screen capture triggering module judges that the whole page triggered by the new address is redrawn.
Preferably, the page parsing module is further configured to determine whether the processing consumption time is greater than the time for displaying the screenshot image, and when the processing consumption time is greater than the time for displaying the screenshot image, the display control initialization module initializes the display control module to display the webpage image.
Preferably, the screen control unit further comprises a timer, and the timer is used for displaying the remaining time of the display of the screen capture image.
In conclusion, the beneficial effects of the invention are as follows:
1. the method has the advantages that the original switching is kept under the condition that the page switching is fast, and when the page switching is slow, the condition of the black screen or the white screen of the page is greatly reduced, and the user experience is improved;
2. the invention is provided with overtime processing, and when the set time is exceeded and the page is not loaded completely, the current actual loading condition is recovered, thereby having the advantage of avoiding the condition of page jamming.
Drawings
FIG. 1 is a schematic diagram of a processing system for switching pages of an IPTV browser according to the present invention;
fig. 2 is a schematic flow chart of a processing method for switching pages of an IPTV browser according to the present invention;
fig. 3 is a schematic flowchart of S4 illustrating a processing method for switching pages of an IPTV browser according to the present invention;
fig. 4 is a schematic flowchart of S42 illustrating a processing method for switching pages of an IPTV browser according to the present invention;
fig. 5 is a schematic flowchart of S43 illustrating a processing method for switching pages of an IPTV browser according to the present invention;
fig. 6 is a flowchart illustrating a processing method of page switching of an IPTV browser in S432 according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention are clearly and completely described below with reference to fig. 1 to 6 of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Referring to fig. 1, a processing system for page switching of an IPTV browser includes:
the display control module is used for displaying a screenshot image or a webpage image, and comprises a web control unit, a screen control unit and a display level control module, wherein the web control unit is used for displaying a webpage image, the screen control unit is used for displaying a screenshot image acquired by the screenshot triggering module, the display level control module is used for displaying the web control unit and hiding the screen control unit when the screenshot triggering module judges that the webpage is locally refreshed, and the display level control module is also used for hiding the web control unit and displaying the screen control unit when the screenshot triggering module judges that the webpage is wholly redrawn by a new address;
the display control initialization module is configured to initialize the display control module, and it should be noted that in this embodiment, when the display control module is in an initial state, the screen control unit is hidden, and the web control unit is displayed, that is, the web page image is displayed without displaying the screenshot image;
the screen capture triggering module is used for judging whether the page is locally refreshed or the page is wholly redrawn triggered by a new address, after the display control initializing module initializes the display control module if the page is locally refreshed, the screen capture triggering module hides the screen capture control unit and displays the web control unit and the web page image, and if the page is wholly redrawn triggered by the new address, the screen capture triggering module captures the current web page image and sends the current web page image to the display control module, the screen capture control unit is displayed in the process of wholly redrawing the page, the web control unit is hidden, and the display control module displays the screen capture image;
the page analysis module is used for saving the time for triggering the screen capture triggering module and the time for completing screen capture when the touch screen triggering module judges that the whole page triggered by the new address is redrawn, calculating the consumed time for loading and rendering the page and the consumed time for processing, calculating the time for displaying the screen capture image by the display control module, and sending the time for displaying the screen capture image to the screen capture control of the display control module;
and the page redrawing module is used for performing local refreshing of the page or overall redrawing of the page triggered by the new address and sending the page image to the web control unit of the display control module.
The page analysis module is also used for judging whether the processing consumption time is longer than the time for displaying the screenshot image, and when the processing consumption time is judged to be longer than the time for displaying the screenshot image, the display control initialization module initializes the display control module to display the webpage image under the actual loading condition, so that the effect of avoiding the webpage from being blocked is achieved. It should be noted that, in this embodiment, the processing consumption time is the time consumed by the screen capture triggering module to complete the screen capture.
The screen control unit further comprises a timer, and the timer is used for displaying the remaining display time of the screen capture image, namely in the process of displaying the screen capture image, an operator can know the remaining display time of the screen capture image through the timer image in the screen capture image, namely the moment of loading the webpage image of the new address.
Example 2
Referring to fig. 2, a method for processing page switching of an IPTV browser, which is applied to a processing system for page switching of an IPTV browser in the foregoing embodiment, includes the following steps,
s1: initializing a display control, displaying a webpage, hiding a screen control unit when the display control module is in an initial state, displaying a web control unit, namely displaying a webpage image without displaying a screenshot image, and executing S2;
s2: receiving an operation instruction of a user, judging whether to perform local refreshing of the current page according to the operation instruction of the user, if so, executing S1, otherwise, executing S3;
s3: judging whether to redraw the whole of the new address trigger page or not according to the user operation instruction, if so, executing S4, and if not, executing S2;
s4: and (3) performing screen capturing on the current page, calculating the final screen capturing display time Tn, hiding the webpage, displaying a screen capturing picture, loading and rendering the webpage according to a new address, and executing S1 after the final screen capturing display time Tn is finished.
Referring to fig. 3, S4 specifically includes the following steps,
s41: the method comprises the steps of capturing a screen of a current webpage, obtaining a first absolute time T1 for triggering the screen capture, and executing S42;
s42: calculating the time required by loading and rendering the webpage, comparing the time required by loading and rendering the webpage with a preset timeout time T3, if the time required by loading and rendering the webpage is less than the preset timeout time T3, setting the initial screenshot display time T4 as the time required by loading and rendering the webpage, if the time required by loading and rendering the webpage is greater than the preset timeout time T3, setting the initial screenshot display time T4 as the timeout time T3, and executing S43;
s43: acquiring a second absolute time T2 for completing screen capture, calculating a processing consumed time T5 according to a first absolute time T1 for calculating triggering screen capture and a second absolute time T2 for completing screen capture, calculating a final screen capture display time Tn according to the processing consumed time and the first screen capture display time, hiding the webpage, displaying the screen capture picture, loading and rendering the webpage according to a new address, and executing S1 after the final screen capture display time Tn is finished.
Referring to fig. 4, S42 specifically includes the following steps,
s421: calculating the rendering consumption time T6 of the page main frame and the rendering consumption time T7 of the internal elements of the page, and executing S422, wherein the rendering priority of the browser is that the internal elements are further rendered after the page main frame is displayed;
s422: judging whether the total consumption time of the page main frame rendering and the page internal element rendering is less than a preset timeout time T3, if so, executing S424, otherwise, executing S423;
s423: judging whether the total consumption time of the page main frame rendering and the page internal element rendering is less than a preset timeout time T3 or not, and whether the page main frame rendering time is less than a preset timeout time T3 or not, if so, executing S425, and if not, executing S426;
s424: setting the initial screen capture display time T4 as the total consumption time of the page main frame rendering and the page internal element rendering, and executing S43;
s425: setting the initial screen capture display time T4 as the page main frame rendering time T6, and executing S43;
s426: the initial screen capture display time T4 is set to the timeout time T3, and S43 is performed.
Referring to fig. 5, S43 specifically includes the following steps,
s431: acquiring a second absolute time T2 for completing the screen capture, and calculating a processing consumption time T5 according to a first absolute time T1 for calculating triggering the screen capture and a second absolute time T2 for completing the screen capture, wherein T5= T2-T1, and S432 is executed;
s432: calculating a final screen capture display time Tn according to the processing consumption time and the first screen capture display time, wherein Tn = T4-T5, and executing S433;
s433: hiding the webpage, displaying a screen capture picture, loading and rendering the webpage according to the new address, and finally executing S1 after the screen capture display time Tn is finished.
Referring to fig. 6, S432 specifically includes the following steps,
s4321: calculating a final screen capture display time Tn according to the processing consumption time T5 and the initial screen capture display time T4, wherein Tn = T4-T5, and executing S4312;
s4322: judging whether the processing consumed time T5 is greater than the final screen capture display time Tn, if so, executing S4323, otherwise, executing S433;
s4323: and hiding the screen capture picture, and executing S1, namely displaying the webpage image under the actual loading condition, so as to achieve the effect of avoiding the webpage jamming.
In the description of the present invention, it is to be understood that the terms "counterclockwise", "clockwise", "longitudinal", "lateral", "up", "down", "front", "back", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", etc., indicate orientations or positional relationships based on those shown in the drawings, and are used for convenience of description only, and do not indicate or imply that the referenced devices or elements must have a particular orientation, be constructed and operated in a particular orientation, and thus, are not to be considered as limiting.

Claims (9)

1. A processing method for switching IPTV browser pages is characterized by comprising the following steps,
s1: initializing a display control, displaying a webpage, and executing S2;
s2: receiving an operation instruction of a user, judging whether to perform local refreshing of the current page according to the operation instruction of the user, if so, executing S1, otherwise, executing S3;
s3: judging whether to redraw the whole of the new address trigger page or not according to the user operation instruction, if so, executing S4, and if not, executing S2;
s4: and (3) performing screen capturing on the current page, calculating the final screen capturing display time Tn, hiding the webpage, displaying a screen capturing picture, loading and rendering the webpage according to a new address, and executing S1 after the final screen capturing display time Tn is finished.
2. The method for processing page switching of IPTV browser according to claim 1, wherein said S4 specifically comprises the following steps,
s41: the method comprises the steps of capturing a screen of a current webpage, obtaining a first absolute time T1 for triggering the screen capture, and executing S42;
s42: calculating the time required by loading and rendering the webpage, comparing the time required by loading and rendering the webpage with a preset timeout time T3, if the time required by loading and rendering the webpage is less than the preset timeout time T3, setting the initial screenshot display time T4 as the time required by loading and rendering the webpage, if the time required by loading and rendering the webpage is greater than the preset timeout time T3, setting the initial screenshot display time T4 as the timeout time T3, and executing S43;
s43: acquiring a second absolute time T2 for completing screen capture, calculating a processing consumed time T5 according to a first absolute time T1 for calculating triggering screen capture and a second absolute time T2 for completing screen capture, calculating a final screen capture display time Tn according to the processing consumed time and the first screen capture display time, hiding the webpage, displaying the screen capture picture, loading and rendering the webpage according to a new address, and executing S1 after the final screen capture display time Tn is finished.
3. The method for processing page switching of IPTV browser according to claim 2, wherein said S42 specifically comprises the following steps,
s421: calculating page main frame rendering consumption time T6 and page internal element rendering consumption time T7, and executing S422;
s422: judging whether the total consumption time of the page main frame rendering and the page internal element rendering is less than a preset timeout time T3, if so, executing S424, otherwise, executing S423;
s423: judging whether the total consumption time of the page main frame rendering and the page internal element rendering is less than a preset timeout time T3 or not, and whether the page main frame rendering time is less than a preset timeout time T3 or not, if so, executing S425, and if not, executing S426;
s424: setting the initial screen capture display time T4 as the total consumption time of the page main frame rendering and the page internal element rendering, and executing S43;
s425: setting the initial screen capture display time T4 as the page main frame rendering time T6, and executing S43;
s426: the initial screen capture display time T4 is set to the timeout time T3, and S43 is performed.
4. The IPTV browser page switching processing method according to claim 2 or 3, wherein the S43 specifically comprises the following steps,
s431: acquiring a second absolute time T2 for completing the screen capture, and calculating a processing consumption time T5 according to a first absolute time T1 for calculating triggering the screen capture and a second absolute time T2 for completing the screen capture, wherein T5= T2-T1, and S432 is executed;
s432: calculating a final screen capture display time Tn according to the processing consumption time and the first screen capture display time, wherein Tn = T4-T5, and executing S433;
s433: hiding the webpage, displaying a screen capture picture, loading and rendering the webpage according to the new address, and finally executing S1 after the screen capture display time Tn is finished.
5. The method for processing page switching of IPTV browser according to claim 4, wherein said S432 specifically comprises the following steps,
s4321: calculating a final screen capture display time Tn according to the processing consumption time T5 and the initial screen capture display time T4, wherein Tn = T4-T5, and executing S4312;
s4322: judging whether the processing consumed time T5 is greater than the final screen capture display time Tn, if so, executing S4323, otherwise, executing S433;
s4323: the screen shot is hidden and S1 is performed.
6. A system for processing page switching of an IPTV browser, comprising:
the display control module is used for displaying screen-shot images or web page images;
the display control initialization module is used for initializing the display control module;
the screen capture triggering module is used for judging whether the page is locally refreshed or the page whole redrawing triggered by a new address, if the page is judged to be locally refreshed, the display control initializing module initializes the display control module and then displays the page image of the webpage, and if the page whole redrawing triggered by the new address is judged, the screen capture triggering module captures the current webpage image and sends the current webpage image to the display control module, and the display control module displays the screen capture image;
the page analysis module is used for saving the time for triggering the screen capture triggering module and the time for completing screen capture when the touch screen triggering module judges that the whole page triggered by the new address is redrawn, calculating the time consumed for loading and rendering the page and the time consumed for processing the page, calculating the time for displaying the screen capture image by the display control module and sending the time for displaying the screen capture image to the display control module;
and the page redrawing module is used for performing local refreshing of the page or overall redrawing of the page triggered by the new address and sending the page image to the display control module.
7. The system for processing page switching of the IPTV browser according to claim 6, wherein: the display control module comprises a web control unit, a screen control unit and a display level control module, wherein the web control unit is used for displaying a webpage image, and the screen control unit is used for displaying a screen capture picture acquired by the screen capture triggering module;
the display level control module is used for displaying the web control unit and hiding the screen control unit when the screen capture triggering module judges that the page is locally refreshed;
the display level control module is also used for hiding the web control unit and displaying the screen control unit when the screen capture triggering module judges that the whole page triggered by the new address is redrawn.
8. The system for processing page switching of the IPTV browser according to claim 6 or 7, wherein: the page analysis module is also used for judging whether the processing consumption time is longer than the time for displaying the screenshot image, and when the processing consumption time is judged to be longer than the time for displaying the screenshot image, the display control initialization module initializes the display control module and displays the webpage image.
9. The system for processing page switching of the IPTV browser of claim 7, wherein: the screen control unit further comprises a timer, and the timer is used for displaying the residual time of the display of the screen capture image.
CN201910919463.0A 2019-09-26 2019-09-26 Method and system for processing page switching of IPTV browser Active CN110704764B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910919463.0A CN110704764B (en) 2019-09-26 2019-09-26 Method and system for processing page switching of IPTV browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910919463.0A CN110704764B (en) 2019-09-26 2019-09-26 Method and system for processing page switching of IPTV browser

Publications (2)

Publication Number Publication Date
CN110704764A true CN110704764A (en) 2020-01-17
CN110704764B CN110704764B (en) 2021-05-11

Family

ID=69197494

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910919463.0A Active CN110704764B (en) 2019-09-26 2019-09-26 Method and system for processing page switching of IPTV browser

Country Status (1)

Country Link
CN (1) CN110704764B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112822553A (en) * 2020-12-30 2021-05-18 四川长虹网络科技有限责任公司 Method for dynamically controlling page switching transition effect of IPTV

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130207982A1 (en) * 2012-02-14 2013-08-15 Appgyver Oy Method and System for Rendering an Application View on a Portable Communication Device
CN104199597A (en) * 2014-08-13 2014-12-10 百度在线网络技术(北京)有限公司 New label page opening method and device
CN104216606A (en) * 2013-06-05 2014-12-17 北京齐尔布莱特科技有限公司 WebView page turning special effect method based on Android operation system
CN106557529A (en) * 2015-09-30 2017-04-05 阿里巴巴集团控股有限公司 Jump page methods of exhibiting and device in page jump
CN107122192A (en) * 2017-04-27 2017-09-01 北京三快在线科技有限公司 Webpage view methods of exhibiting, device, computing device and storage medium
CN109002486A (en) * 2018-06-25 2018-12-14 武汉斗鱼网络科技有限公司 A kind of processing method that the page is shown, device, terminal and storage medium
CN109857477A (en) * 2019-01-16 2019-06-07 北京辰森世纪科技股份有限公司 Transition optimization method, device and equipment are applied in mixing

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130207982A1 (en) * 2012-02-14 2013-08-15 Appgyver Oy Method and System for Rendering an Application View on a Portable Communication Device
CN104216606A (en) * 2013-06-05 2014-12-17 北京齐尔布莱特科技有限公司 WebView page turning special effect method based on Android operation system
CN104199597A (en) * 2014-08-13 2014-12-10 百度在线网络技术(北京)有限公司 New label page opening method and device
CN106557529A (en) * 2015-09-30 2017-04-05 阿里巴巴集团控股有限公司 Jump page methods of exhibiting and device in page jump
CN107122192A (en) * 2017-04-27 2017-09-01 北京三快在线科技有限公司 Webpage view methods of exhibiting, device, computing device and storage medium
CN109002486A (en) * 2018-06-25 2018-12-14 武汉斗鱼网络科技有限公司 A kind of processing method that the page is shown, device, terminal and storage medium
CN109857477A (en) * 2019-01-16 2019-06-07 北京辰森世纪科技股份有限公司 Transition optimization method, device and equipment are applied in mixing

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112822553A (en) * 2020-12-30 2021-05-18 四川长虹网络科技有限责任公司 Method for dynamically controlling page switching transition effect of IPTV
CN112822553B (en) * 2020-12-30 2022-07-05 四川长虹网络科技有限责任公司 Method for dynamically controlling page switching transition effect of IPTV

Also Published As

Publication number Publication date
CN110704764B (en) 2021-05-11

Similar Documents

Publication Publication Date Title
CN100412868C (en) Method for optimizing embedded browser page display effect
CN108279966B (en) Webpage screenshot method, device, terminal and storage medium
US8402383B1 (en) Content resizing and caching in multi-process browser architecture
CN103034729B (en) web page rendering system and method
US20220011929A1 (en) Display Method And Display Apparatus
US20130055072A1 (en) Multi-Threaded Graphical Display System
CN107566902A (en) The method and display device of a kind of display device starting-up
CN110740339A (en) Live content preview method and device
CN113655975B (en) Image display method, image display device, electronic apparatus, and medium
EP3197176A1 (en) Android platform-based multimedia recommendation method and terminal device
WO2020258480A1 (en) Video generation method and apparatus, server and storage medium
CN103514924B (en) The method of video, device and player is play in mobile terminal widget Widget
CN111432261A (en) Video window picture display method and device
CN111915705A (en) Picture visual editing method, device, equipment and medium
CN110704764B (en) Method and system for processing page switching of IPTV browser
CN112153459A (en) Method and device for screen projection display
WO2018113559A1 (en) Webpage interactive method and device
CN113282262A (en) Control method and device for screen projection display picture, mobile terminal and storage medium
CN115836528A (en) Display device and screen projection method
CN107391159B (en) Method and device for realizing characters of UI text box of smart television
CN111460342A (en) Page rendering display method and device, electronic equipment and computer storage medium
CN114089896A (en) Rendering image intercepting method and device
CN113556590B (en) Method for detecting effective resolution of screen-projected video stream and display equipment
CN110557627B (en) Performance monitoring method and device and storage medium
CN108762756B (en) Application program display method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant