CN111880952A - Application program jumping method and device, electronic equipment and storage medium - Google Patents

Application program jumping method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111880952A
CN111880952A CN202010764787.4A CN202010764787A CN111880952A CN 111880952 A CN111880952 A CN 111880952A CN 202010764787 A CN202010764787 A CN 202010764787A CN 111880952 A CN111880952 A CN 111880952A
Authority
CN
China
Prior art keywords
browser
application program
jump
instruction
user
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.)
Pending
Application number
CN202010764787.4A
Other languages
Chinese (zh)
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.)
G Net Cloud Service Co Ltd
Original Assignee
G Net Cloud Service 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 G Net Cloud Service Co Ltd filed Critical G Net Cloud Service Co Ltd
Priority to CN202010764787.4A priority Critical patent/CN111880952A/en
Publication of CN111880952A publication Critical patent/CN111880952A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides an application program jumping method, an application program jumping device, electronic equipment and a storage medium, wherein the method comprises the following steps: receiving a trigger instruction generated based on clicking operation of a link by a user; generating a jump request according to the trigger instruction, and sending the jump request to a server; receiving a downloading instruction sent by the server according to the jump request; opening a browser according to the downloading instruction; and skipping of the application program is realized through the browser. By sending the downloading instruction to the client, after the user clicks the sharing link, the user can automatically jump to the browser without manually selecting an option of 'opening in the browser', so that the application program is jumped, the operation steps of the user are reduced, and the user experience is improved.

Description

Application program jumping method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to an application program skipping method, an application program skipping apparatus, an electronic device, and a storage medium.
Background
Currently, with the continuous development of the internet, application skipping through sharing links to social software is becoming more and more popular. In social software, such as mobile-end WeChat, nailing and the like, when a user skips an application program through a sharing link, the social software does not allow external application program skipping directly in a built-in browser. Therefore, after clicking the sharing link to enter the sharing detail page, the user cannot directly jump to the external application program, needs to manually click the upper right corner of the social software, selects the function of opening in the browser, jumps to the external browser from the social software, reloads the link content, and then jumps to the application program designated by the link through the browser.
In the implementation manner, after the user clicks the sharing link in the social software to enter the sharing detail page, the user cannot directly jump to the external application program, and the user needs to jump to the external browser from the social software first and then jump to the external application program through the external browser, so that the operation steps of the user are increased, the user experience is reduced, and the problems of long time consumption and high operation complexity are caused.
Disclosure of Invention
An object of the embodiments of the present application is to provide an application jump method, an application jump device, an electronic device, and a storage medium, so as to solve the problems of long time consumption and high operation complexity when an application jump is performed through a sharing link.
In a first aspect, an embodiment of the present invention provides an application program jumping method, which is applied to a client, where the method includes:
receiving a trigger instruction generated based on clicking operation of a link by a user;
generating a jump request according to the trigger instruction, and sending the jump request to a server;
receiving a downloading instruction sent by the server according to the jump request;
opening a browser according to the downloading instruction;
and skipping of the application program is realized through the browser.
By sending the downloading instruction to the client, after the user clicks the sharing link, the user can automatically jump to the browser without manually selecting an option of 'opening in the browser', so that the application program is jumped, the operation steps of the user are reduced, and the user experience is improved.
In an optional embodiment, the client has a plurality of browsers, and opening a browser according to the download instruction includes:
inquiring whether a default browser exists;
if the default browser exists, directly opening the default browser;
if the default browser does not exist, generating a browser list according to the browser installed at the client;
receiving a selection instruction generated based on a clicking operation of a user, wherein the selection instruction characterizes that the user determines a target browser from the browser list;
and opening the target browser according to the selection instruction.
When a plurality of browsers exist in the client, the default browser is directly opened when the default browser exists, so that the speed of opening the browser is improved; and when the default browser does not exist, the user selects the browser according to the browser list, so that the user experience is improved.
In an optional embodiment, the implementing, by the browser, the jump of the application program includes:
and jumping the application program by adopting a schema protocol.
In an optional embodiment, the generating the skip request according to the user trigger instruction and sending the skip request to the server includes:
and sending the identification information to the server so that the server sends the downloading instruction to the client according to the identification information.
In a second aspect, an embodiment of the present invention provides an application jump apparatus, which is applied to a client, where the apparatus includes:
the receiving module is used for receiving a trigger instruction generated based on the clicking operation of the user on the link;
the generating module is used for generating a jump request according to the trigger instruction and sending the jump request to a server;
the receiving module is further used for receiving a downloading instruction sent by the server according to the jump request;
the opening module is used for opening a browser according to the downloading instruction;
and the skipping module is used for skipping the application program through the browser.
In an optional embodiment, the client has multiple browsers, and the opening module is further configured to query whether a default browser exists; if the default browser exists, directly opening the default browser; if the default browser does not exist, generating a browser list according to the browser installed at the client; receiving a selection instruction generated based on a clicking operation of a user, wherein the selection instruction characterizes that the user determines a target browser from the plurality of browsers; and opening the target browser according to the selection instruction.
In an optional implementation manner, the skip module is further configured to implement a skip of the application program by using a schema protocol.
In an optional implementation manner, the skip request includes identification information, and the generating module is further configured to send the identification information to the server, so that the server sends the download instruction to the client according to the identification information.
In a third aspect, an embodiment of the present invention provides an electronic device, including a memory and a processor, where the memory stores computer program instructions, and when the computer program instructions are read and executed by the processor, the steps of the application jump method described in any one of the foregoing embodiments are executed.
In a fourth aspect, an embodiment of the present invention provides a storage medium, where the storage medium stores computer program instructions, and the computer program instructions, when read and executed by a computer, perform the steps of the application program skipping method according to any one of the foregoing embodiments.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart of an application jump method according to an embodiment of the present disclosure;
fig. 2 is a block diagram illustrating a structure of an application jump apparatus according to an embodiment of the present disclosure;
fig. 3 is a block diagram of an electronic device according to an embodiment of the present disclosure.
Icon: 200-application jump means; 210-a receiving module; 220-a generation module; 230-open module; 240-jump module; 300-an electronic device; 301-a memory; 302-a processor.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application.
Currently, with the continuous development of the internet, application skipping through sharing links to social software is becoming more and more popular. In social software, such as mobile-end WeChat, nailing and the like, when a user skips an application program through a sharing link, the social software does not allow external application program skipping directly in a built-in browser. Therefore, after clicking the sharing link to enter the sharing detail page, the user cannot directly jump to the external application program, needs to manually click the upper right corner of the mobile terminal WeChat, selects the option of 'open in the browser', jumps from the social software to the external browser, reloads the link content, and then jumps to the application program designated by the link through the browser.
In the implementation mode, after the user clicks the sharing link in the social software to enter the sharing detail page, the user cannot directly jump to the external application program, and needs to manually select the option of 'open in the browser', jump to the external browser and then jump to the external application program through the external browser, so that the operation steps of the user are increased, the user experience is reduced, and the problems of long time consumption and high complexity are caused.
In the Android system, when webview detects that an Android Application Package (APK) needs to be downloaded, a system browser is automatically called to open a corresponding page for downloading.
Based on the above analysis, the applicant finds that the system browser can be automatically skipped by responding to an empty APK file after the user clicks the sharing link, and the system browser can be automatically skipped without the user manually selecting the "open in browser" option, thereby completing application program skipping.
Referring to fig. 1, fig. 1 is a flowchart of an application program jumping method according to an embodiment of the present disclosure, where the application program jumping method may include the following steps:
step S101: and receiving a trigger instruction generated based on the clicking operation of the link by the user.
Step S102: and generating a jump request according to the trigger instruction, and sending the jump request to the server.
Step S103: and receiving a downloading instruction sent by the server according to the jump request.
Step S104: and opening the browser according to the downloading instruction.
Step S105: and skipping of the application program is realized through the browser.
The above-described flow will be described in detail with reference to examples.
Step S101: and receiving a trigger instruction generated based on the clicking operation of the link by the user.
In the embodiment of the application, after receiving the sharing link on the social software of the client, the user receives a trigger instruction generated based on the clicking operation of the user on the link. Wherein the sharing link may be generated by an external application. The trigger instruction of the user can be a trigger instruction generated by the user performing touch click on the link on the client.
The client refers to a hardware terminal of a user, and may be a mobile phone, a tablet computer, or the like used by the user.
Step S102: and generating a jump request according to the trigger instruction, and sending the jump request to the server.
In the embodiment of the application, a jump request is generated according to the trigger instruction and is sent to the server. The server is a server of the application program to be jumped.
For example, the user receives a share link from application a on the WeChat. Assume that application a is a multi-person instant conferencing application and the linked content is a jump to a created conference room in application a. After the user clicks the sharing link, the client generates a jump request according to a trigger instruction of the user, and sends the jump request to the server of the application program A.
Step S103: and receiving a downloading instruction sent by the server according to the jump request.
In the embodiment of the application, after the server receives the jump request, in the Android system, when the webview detects that an Android Application Package (APK) needs to be downloaded, the server automatically calls a system browser to open a corresponding page for downloading. Therefore, the server sends a download instruction to the client according to the jump request.
It should be noted that the download instruction may be the following header function:
header("Content-Disposition:attachment;filename=\"load.apk\"");
header("Content-Type:application/vnd.android.package-archive;charset=utf-8")。
content-distribution is an extension of Multipurpose Internet Mail Extensions (MIME) that instructs the MIME user agent how to display attached files. The Content-location can actually control that a user provides a default file name when requesting that the obtained Content is stored as a file, and the file is directly displayed on a browser or a file downloading dialog box is popped up when the file is accessed.
Content-position is an attribute name, and position-type is downloaded in what manner, for example, attribute is downloaded in an attachment manner, and if the file type is supported by the browser, the browser is generally used to open by default.
The Content-Type generally refers to a Content-Type existing in a web page, and is used for defining the Type of a network file and the code of the web page, and determining in what form and what code a browser reads the file, for example, when PHP outputs non-HTML Content such as a picture file, JSON data, and an XML file, a header function must be used to specify the Content-Type, so as to meet the requirement of outputting a picture or other specified Content types. Wherein, the 'vnd, android, package-archive' is a file type, and specifically corresponds to an APK file.
Optionally, the skip request may include identification information, and the step 103 may further include the following steps: and sending the identification information to the server so that the server sends the downloading instruction to the client according to the identification information.
Consider that some links require a jump to an external application and some links simply open a web page for the user to browse (i.e., no external application jump is required). Therefore, in order to distinguish whether the link needs to be jumped, identification information may be included in the jump request. After receiving the jump request, the server detects whether the jump request has identification information, when the identification information exists, the link needs to jump, and the server sends a downloading instruction to the client to complete the subsequent steps; when the identification information does not exist, the link does not need to jump, and the server does not send a downloading instruction to the client.
It should be noted that, because the purpose of the present application is to automatically jump to the browser, not to perform the APK download, the download instruction only points to an empty APK file, and the APK file download is not performed after the browser is jumped to.
Step S104: and opening the browser according to the downloading instruction.
In the embodiment of the application, the client receives the header function (i.e., the download instruction), and automatically jumps to the browser without manually clicking the option of "open in the browser" by the user.
For example, the download instruction is:
header("Content-Disposition:attachment;filename=\"load.apk\"");
header("Content-Type:application/vnd.android.package-archive;charset=utf-8")。
according to the explanation of the header function, it can be understood that after the client receives the download instruction, the webview of the client detects that an Android Application Package (APK) needs to be downloaded, and then automatically jumps to the browser.
Optionally, when there are multiple browsers on the client, step 104 may include the following steps:
the first step, inquiring whether a default browser exists;
step two, if a default browser exists, directly opening the default browser;
thirdly, if no default browser exists, generating a browser list according to a browser installed at the client;
fourthly, receiving a selection instruction generated based on the clicking operation of the user, wherein the selection instruction represents that the user determines a target browser from the browser list;
and step five, opening the target browser according to the selection instruction.
Specifically, there may be multiple browsers on the client, and when jumping to a browser, it is required to query whether a default browser exists. When a default browser exists, directly opening the default browser according to the downloading instruction; and when the default browser does not exist, generating a browser list according to the browser installed on the client, selecting a target browser as the target browser by the user according to the browser list, and then jumping to the target browser according to the downloading instruction.
For example, the user has installed browser a, browser B, and browser C on his client. After receiving a downloading instruction sent by a server, if the browser A is a default browser, the client jumps to the browser A directly according to the downloading instruction; and if the client does not have the default browser, displaying a browser list, and selecting one browser as a target browser by the user and automatically jumping to the target browser.
When a plurality of browsers exist in the client, the default browser is directly opened when the default browser exists, so that the speed of opening the browser is improved; and when the default browser does not exist, the user selects the browser according to the browser list, so that the user experience is improved.
Optionally, when the default browser does not exist, after the user selects one of the browsers, a window pops up, so that the user selects whether to use the browser as the default browser. If the user selects the browser as the default browser and then opens the similar sharing link, the user can directly jump to the default browser without selecting the browser, and the jumping speed is increased.
Step S105: and skipping of the application program is realized through the browser.
In the embodiment of the application, after the browser is jumped to according to the downloading instruction, the browser automatically jumps to the application program according to the content in the sharing link.
In an alternative embodiment, the jump of the application program is implemented by using a schema protocol.
The schema protocol is an intra-page jump protocol, and by means of the customized schema protocol, a local application program can be called up, and each page in the application program can be jumped. And after the client jumps to the browser according to the downloading instruction, automatically jumping to a corresponding application program in the sharing link by adopting a schema protocol.
In summary, the client receives a trigger instruction of the user for the link; generating a jump request according to the trigger instruction, and sending the jump request to a server; receiving a downloading instruction sent by the server according to the jump request; and opening the browser and skipping the application program through the browser according to the downloading instruction. By sending the downloading instruction to the client, after the user clicks the sharing link, the user can automatically jump to the browser without manually selecting an option of 'opening in the browser', so that the application program is jumped, the operation steps of the user are reduced, and the user experience is improved.
Referring to fig. 2, fig. 2 is a block diagram of an application jump apparatus according to an embodiment of the present application, where the application jump apparatus 200 is applied to a client, and includes:
a receiving module 210, configured to receive a trigger instruction generated based on a click operation of a link by a user;
the generating module 220 is configured to generate a skip request according to the trigger instruction, and send the skip request to a server;
the receiving module 210 is further configured to receive a downloading instruction sent by the server according to the jump request;
an opening module 230, configured to open a browser according to the downloading instruction;
and a jump module 240, configured to implement jump of the application program through the browser.
In an alternative embodiment, the client has multiple browsers, and the opening module 230 is further configured to query whether a default browser exists; if the default browser exists, directly opening the default browser; if the default browser does not exist, generating a browser list according to the browser installed at the client; receiving a selection instruction generated based on a clicking operation of a user, wherein the selection instruction characterizes that the user determines a target browser from the plurality of browsers; and opening the target browser according to the selection instruction.
In an optional embodiment, the skip module 240 is further configured to implement a skip of the application program by using a schema protocol.
In an optional implementation manner, the skip request includes identification information, and the generating module 220 is further configured to send the identification information to the server, so that the server sends the download instruction to the client according to the identification information.
Referring to fig. 3, an embodiment of the present application provides a schematic structural diagram of an electronic device 300, where the electronic device 300 may be a Personal Computer (PC), a tablet PC, a smart phone, a Personal Digital Assistant (PDA), or the like.
The electronic device 300 may include: a memory 301, a processor 302, and a communication bus for enabling connection communication of these components.
The Memory 301 is used for storing various data such as a computer program instruction corresponding to the application program jump method and apparatus provided in the embodiment of the present application, where the Memory 301 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like.
The processor 302 is configured to execute the steps of the application jump method provided in the embodiment of the present application when reading and executing the computer program instructions stored in the memory.
The processor 302 may be an integrated circuit chip having signal processing capabilities. The Processor 302 may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In addition, an embodiment of the present application further provides a storage medium, where a computer program is stored in the storage medium, and when the computer program runs on a computer, the computer is caused to execute the application jump method provided in any embodiment of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. An application program jumping method is applied to a client, and comprises the following steps:
receiving a trigger instruction generated based on clicking operation of a link by a user;
generating a jump request according to the trigger instruction, and sending the jump request to a server;
receiving a downloading instruction sent by the server according to the jump request;
opening a browser according to the downloading instruction;
and skipping of the application program is realized through the browser.
2. The application program skipping method according to claim 1, wherein a plurality of browsers exist in the client, and the opening of a browser according to the download instruction comprises:
inquiring whether a default browser exists;
if the default browser exists, directly opening the default browser;
if the default browser does not exist, generating a browser list according to the browser installed at the client;
receiving a selection instruction generated based on a clicking operation of a user, wherein the selection instruction characterizes that the user determines a target browser from the browser list;
and opening the target browser according to the selection instruction.
3. The application program jumping method of claim 1, wherein the jumping of the application program through the browser includes:
and skipping of the application program is realized by adopting the schema protocol.
4. The application program skipping method according to claim 1, wherein the skipping request comprises identification information, and the generating the skipping request according to the trigger instruction and sending the skipping request to a server comprises:
and sending the identification information to the server so that the server sends the downloading instruction to the client according to the identification information.
5. An application jump device applied to a client, the device comprising:
the receiving module is used for receiving a trigger instruction generated based on the clicking operation of the user on the link;
the generating module is used for generating a jump request according to the trigger instruction and sending the jump request to a server;
the receiving module is further used for receiving a downloading instruction sent by the server according to the jump request;
the opening module is used for opening a browser according to the downloading instruction;
and the skipping module is used for skipping the application program through the browser.
6. The application jump apparatus of claim 5 wherein the client has multiple browsers, and wherein the open module is further configured to query whether a default browser exists; if the default browser exists, directly opening the default browser; if the default browser does not exist, generating a browser list according to the browser installed at the client; receiving a selection instruction generated based on a clicking operation of a user, wherein the selection instruction characterizes that the user determines a target browser from the plurality of browsers; and opening the target browser according to the selection instruction.
7. The application program hopping device of claim 5, wherein the hopping module is further configured to implement application program hopping using a schema protocol.
8. The application jump apparatus of claim 5, wherein the jump request comprises identification information, and the generating module is further configured to send the identification information to the server, so that the server sends the download instruction to the client according to the identification information.
9. An electronic device, comprising a memory and a processor, the memory having stored therein computer program instructions which, when read and executed by the processor, perform the steps of the application jump method of any of claims 1-4.
10. A storage medium having stored thereon computer program instructions which, when read and executed by a computer, perform the steps of the application jump method of any one of claims 1-4.
CN202010764787.4A 2020-07-31 2020-07-31 Application program jumping method and device, electronic equipment and storage medium Pending CN111880952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010764787.4A CN111880952A (en) 2020-07-31 2020-07-31 Application program jumping method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010764787.4A CN111880952A (en) 2020-07-31 2020-07-31 Application program jumping method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111880952A true CN111880952A (en) 2020-11-03

Family

ID=73205374

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010764787.4A Pending CN111880952A (en) 2020-07-31 2020-07-31 Application program jumping method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111880952A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112667367A (en) * 2020-12-22 2021-04-16 北京有竹居网络技术有限公司 Multi-tenant application jumping method and device, electronic equipment and storage medium
CN113596230A (en) * 2021-06-29 2021-11-02 青岛海尔科技有限公司 Method and device for skipping application, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105721333A (en) * 2016-01-21 2016-06-29 全时云商务服务股份有限公司 Data transmission device and data transmission method
CN107800611A (en) * 2016-09-07 2018-03-13 腾讯科技(深圳)有限公司 The method and page layout switch device of a kind of page layout switch
CN110119483A (en) * 2018-01-24 2019-08-13 中兴通讯股份有限公司 Display methods, device, terminal device and the storage medium of multimedia file

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105721333A (en) * 2016-01-21 2016-06-29 全时云商务服务股份有限公司 Data transmission device and data transmission method
CN107800611A (en) * 2016-09-07 2018-03-13 腾讯科技(深圳)有限公司 The method and page layout switch device of a kind of page layout switch
CN110119483A (en) * 2018-01-24 2019-08-13 中兴通讯股份有限公司 Display methods, device, terminal device and the storage medium of multimedia file

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
WEIXIN_44358388: "微信中打开链接,自动打开外部浏览器打开指定URL页面", 《CSDN》 *
悠悠I: "移动浏览器H5页面通过schema打开本地应用", 《CN博客》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112667367A (en) * 2020-12-22 2021-04-16 北京有竹居网络技术有限公司 Multi-tenant application jumping method and device, electronic equipment and storage medium
CN113596230A (en) * 2021-06-29 2021-11-02 青岛海尔科技有限公司 Method and device for skipping application, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US8112548B2 (en) Method for providing a clip for viewing at a remote device
US7720865B2 (en) Document management apparatus, document management method, and storage medium storing program
US20110113090A1 (en) Dynamic mobile client
US20210337015A1 (en) Method and system of application development for multiple device client platforms
US20140208326A1 (en) File presenting method and apparatus for a smart terminal
CN111190673B (en) Page display method and device based on operation monitoring and electronic equipment
CN106569856A (en) Method and device of loading application view resource file
CN111880952A (en) Application program jumping method and device, electronic equipment and storage medium
CN108345683B (en) Webpage display method, device, terminal and storage medium
CN108319474B (en) Page information generation method, device and equipment
AU2014412020B2 (en) Techniques to transform network resource requests to zero rated network requests
CN110290204B (en) Browser over-proxy implementation method and device and terminal equipment
CN109725887B (en) Data interaction method and device based on message research and development framework and terminal equipment
CN112818270B (en) Data cross-domain transfer method and device and computer equipment
CN111666074B (en) Web application customization method, related device and system
AU2019100103A4 (en) A system and method for delivering in-app content using mobile messaging
CN113315829B (en) Client offline H5 page loading method and device, computer equipment and medium
CN109492144A (en) Association relationship analysis method, device and the storage medium of software systems
CN112769975B (en) Data integration method and device, server and storage medium
CN114237926A (en) Multi-platform interaction method, device, equipment, storage medium and computer program product
CN114489603A (en) Code generation method, apparatus, electronic device, medium, and product
CN115525305A (en) Data processing method, application starting method, device, computer equipment and storage medium
CN109768921B (en) Data transparent transmission method and corresponding instant communication terminal
CN107704491B (en) Message processing method and device
CN109558551A (en) Method, apparatus, storage medium and the electronic equipment of previewing file

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201103