CN110688592A - External link skipping method, storage medium, electronic device and system - Google Patents

External link skipping method, storage medium, electronic device and system Download PDF

Info

Publication number
CN110688592A
CN110688592A CN201810739729.9A CN201810739729A CN110688592A CN 110688592 A CN110688592 A CN 110688592A CN 201810739729 A CN201810739729 A CN 201810739729A CN 110688592 A CN110688592 A CN 110688592A
Authority
CN
China
Prior art keywords
link
external
jump
sharing
callback
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
CN201810739729.9A
Other languages
Chinese (zh)
Other versions
CN110688592B (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.)
Lhasa Jinlingteng Electronic Technology Co ltd
Original Assignee
Wuhan Douyu Network Technology 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201810739729.9A priority Critical patent/CN110688592B/en
Publication of CN110688592A publication Critical patent/CN110688592A/en
Application granted granted Critical
Publication of CN110688592B publication Critical patent/CN110688592B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses an external link skipping method, a storage medium, electronic equipment and a system, and relates to the field of application development of an internet mobile terminal. Analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program. And opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.

Description

External link skipping method, storage medium, electronic device and system
Technical Field
The invention relates to the field of application development of internet mobile terminals, in particular to an external link skipping method, a storage medium, electronic equipment and a system.
Background
With the development of information, mobile terminals such as mobile phones and tablet computers are growing at a very fast rate, people have more and more requirements on APP on the mobile terminals, and meanwhile, requirements on effects which can be achieved by the APP are more and more strict.
If a mobile terminal clicks a link, the link is an external link of a live APP, the link requests to open the live APP and jump to a page, people usually expect that the page reached through the link is the page corresponding to the link, and disorder cannot occur.
But distinguishing between open when the link in the APP, namely for the link that shares away from the APP, people click this share link, and for some non-share links but point to the external jump link of APP, live APP jumps the link through different functions. The opening mode is based on sharing rules, statistics, charging and other reasons, the sharing callback link and the external jump link are not easy to modify into the same opening mode, and therefore if the sharing callback link or the external jump link cannot be distinguished when the external link is connected, the live broadcast APP opening link mode can be mistaken, the jump interface is disordered, and a method is urgently needed to help the live broadcast APP to distinguish the sharing callback link and the external jump link.
Furthermore, if the required screen inversion for the page opened by the external jump link is not consistent with the set direction of the current screen, only a part of the page may be displayed in one area of the current screen, eventually resulting in the jump page not being displayed normally.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide an external link skipping method, a storage medium, an electronic device and a system, which can distinguish a shared callback link and an external skipping link and prevent the interface of a skipping page from being disordered.
In a first aspect, the present invention provides an external link jumping method, applied to an ios platform, for preventing interface confusion when an APP is opened by an external link, including:
acquiring an external link URL by using application, namely an openURL function;
analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.
Preferably, if the external link is judged to be the sharing callback link or the external jump link according to the return parameter, the method comprises the following steps:
if the external link is an external jump link, analyzing the external link by using a scheme function to obtain a basic URL;
and judging whether the basic URL accords with a preset jump URL rule, if not, jumping is not carried out, and if so, calling a function canHandleUrl to open an external link to realize jumping.
Preferably, if the external link is an external jump link:
and acquiring and judging whether the current screen is consistent with the screen direction set by the page corresponding to the external jump link, wherein the screen direction comprises a horizontal screen or a vertical screen, and if not, adjusting the screen direction to be consistent with the screen setting direction of the page corresponding to the external jump link.
Preferably, the screen direction set by the page corresponding to the external jump link is defaulted to be the vertical screen direction, the current screen direction is obtained, and if the current screen direction is the horizontal screen direction, the screen direction is adjusted to be the vertical screen direction.
Preferably, the status barorientation function is used to obtain the screen direction of the current application program, and whether the status barorientation function is equal to uiinterprocess organization portal is judged, if not, the current screen direction is the horizontal screen direction, and the screen direction is adjusted to the vertical screen direction.
Preferably, after the external jump link is determined as the result of the determination, before the current screen and the corresponding page of the external jump link are obtained and determined to have the same screen direction, the method further includes the following steps: and setting a delay, and opening an external jump link after the delay, wherein the delay is greater than the sum of the time for judging the screen direction and the time for adjusting the screen direction.
Preferably, the delay is set by a delayTime function, and the delay is 1 second.
In a second aspect, an external link jumping system according to an embodiment of the present invention is characterized in that the system includes:
the acquisition module is used for acquiring the external link URL by using application, namely an openURL function;
the analysis module is used for analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and the processing module is used for opening the external link by using the opening methods respectively corresponding to the sharing callback link and the external jump link according to the judgment result.
Preferably, if the external link is judged to be the sharing callback link or the external jump link according to the return parameter, the method comprises the following steps:
if the external link is an external jump link, analyzing the external link by using a scheme function to obtain a basic URL;
and judging whether the basic URL accords with a preset jump URL rule, if not, jumping is not carried out, and if so, calling a function canHandleUrl to open an external link to realize jumping.
Preferably, if the external link is an external jump link:
and acquiring and judging whether the current screen is consistent with the screen direction set by the page corresponding to the external jump link, wherein the screen direction comprises a horizontal screen or a vertical screen, and if not, adjusting the screen direction to be consistent with the screen setting direction of the page corresponding to the external jump link.
Preferably, the screen direction set by the page corresponding to the external jump link is defaulted to be the vertical screen direction, the current screen direction is obtained, and if the current screen direction is the horizontal screen direction, the screen direction is adjusted to be the vertical screen direction.
Preferably, the status barorientation function is used to obtain the screen direction of the current application program, and whether the status barorientation function is equal to uiinterprocess organization portal is judged, if not, the current screen direction is the horizontal screen direction, and the screen direction is adjusted to the vertical screen direction.
Preferably, after the external jump link is determined as the result of the determination, before the current screen and the corresponding page of the external jump link are obtained and determined to have the same screen direction, the method further includes the following steps: and setting a delay, and opening an external jump link after the delay, wherein the delay is greater than the sum of the time for judging the screen direction and the time for adjusting the screen direction.
Preferably, the delay is set by a delayTime function, and the delay is 1 second.
In a third aspect, an embodiment of the present invention further provides a storage medium, where a computer program is stored on the storage medium, and when being executed by a processor, the computer program implements the method in the embodiment of the first aspect.
In a fourth aspect, an embodiment of the present invention further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program running on the processor, and the processor executes the computer program to implement the method in the first aspect.
Compared with the prior art, the invention has the advantages that:
according to the method and the device, whether the external link is the shared callback link or the external jump link is distinguished before the program opens the external link, interface disorder after a jump page is effectively prevented, in addition, after the external jump link is judged, the direction of the current screen is confirmed, the error in opening the jump interface is further prevented, and the application is more stable and safer.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings corresponding to the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart illustrating an external link jumping method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an external link jumping system according to an embodiment of the present invention.
In the figure: 1-an obtaining module, 2-an analyzing module and 3-a processing module.
Detailed Description
Embodiments of the present invention will be described in further detail below with reference to the accompanying drawings.
Referring to fig. 1, embodiments of the present invention provide an external link skipping method, a storage medium, an electronic device, and a system, which can help an application open a corresponding external link in different ways by distinguishing a sharing callback link and an external skipping link, so as to prevent an interface from being confused.
In order to achieve the technical effects, the general idea of the application is as follows:
acquiring an external link URL by using application, namely an openURL function;
on the ios platform, the application, namely the openURL function is used for acquiring the external link URL and opening the corresponding APP at the same time. Namely, the openURL function completes the opening operation of the APP in the step, and simultaneously transmits the external link to the opened APP.
Analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program.
After the corresponding APP receives the external link URL, the external link URL is analyzed through the handleOpenURL and corresponds to different external links, a handleOpenURL function returns different values, namely the callback link and the external jump link are correspondingly shared, and the APP can judge whether the callback link or the external jump link is shared when the external link is judged from the returned value/result.
And opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.
In order to better understand the technical solution, the following detailed description is made with reference to specific embodiments.
Example one
As shown in fig. 1, an embodiment of the present invention provides an external link jumping method, which includes the following steps:
s1: acquiring an external link URL by using application, namely an openURL function;
s2: analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
s3: and opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.
According to the application in the steps, the openURL function and the handleOpenURL function can open the corresponding APP according to the requirements of the user, the content of the external connection of the APP is notified, and after the APP acquires the external link, whether the type of the external link is a sharing callback link or an external skip link is further distinguished, and the corresponding mode is used for opening.
For example, after the user clicks an external link, the ios platform uses the application of the app proxy method, namely, openURL function, which passes 3 parameters, where parameter 1 is an object of UIApplication type, parameter 2 is an external link URL, the URL type is NSURL type, and parameter 3 is: and an options parameter, wherein the parameter is a parameter of a dictionary type.
The APP can be in a suspended state, or in a background playing state, when the program is called by an external link, a sharing tool class socialmanar is used, a single default manager is created according to the sharing tool class, the shared object manager is created, a shared tool class function handleOpenURL is called by the object manager, a handleOpenURL function processes a parameter 2, a return parameter is provided for the APP, the parameter is a BOOL type value and is also a result value, the result value is YES or NO, if the NO indicates that the parameter is not a shared call-back, a shared related call-back event is processed when the parameter is YES, and an external link webpage opening event is processed when the NO is further.
As a preferred embodiment, if the external link is judged to be the sharing callback link or the external jump link according to the return parameter, the method comprises the following steps:
if the external link is an external jump link, analyzing the external link by using a scheme function to obtain a basic URL;
and judging whether the basic URL accords with a preset jump URL rule, if not, jumping is not carried out, and if so, calling a function canHandleUrl to open an external link to realize jumping.
Although the external link points to the page of the opened APP, it may damage the APP itself, such as a hacker exploring the APP interface or stealing the link of the APP information, and an internal unfair link of the APP, therefore, it is necessary to further analyze the external link, take out the basic URL therein, determine whether the basic URL conforms to the rule that the APP allows jumping, i.e. the jump URL rule, if so, the opening is allowed, otherwise, the ignoring is not allowed.
For example, the network jump management type skipManager calls an external link jump function canhandleUrl, the function uses a scheme function to analyze a taken external jump link to obtain a basic url, for example, http:// www.example.com/index.
As a preferred scheme, if the external link is an external jump link:
and acquiring and judging whether the current screen is consistent with the screen direction set by the page corresponding to the external jump link, wherein the screen direction comprises a horizontal screen or a vertical screen, and if not, adjusting the screen direction to be consistent with the screen setting direction of the page corresponding to the external jump link.
It is confirmed that the page can be jumped after the external jump link, however, if the screen direction set by the page is different from the current direction of the screen, the page can be drawn at the wrong position of the screen, and the interface is disordered, therefore, the APP is preferably selected, the judgment of the screen direction is carried out once, only when the page corresponding to the external jump link is consistent with the screen direction of the current screen, the jump can be directly carried out according to the external jump link, otherwise, the current screen is set to the direction consistent with the page corresponding to the external jump link, and then the jump is carried out
Specifically, the screen direction set by the page corresponding to the external jump link is defaulted to be the vertical screen direction, the current screen direction is obtained, and if the current screen direction is the horizontal screen direction, the screen direction is adjusted to be the vertical screen direction.
For the ios platform, a page corresponding to the external jump connection is in a default vertical screen direction, so that whether the direction of a current screen is a vertical screen or not needs to be confirmed, if the direction of the current screen is the vertical screen direction, the APP can jump directly according to the external jump link, otherwise, if the direction of the current screen is the horizontal screen direction, the screen direction needs to be set to be the vertical screen direction before the external jump link jumps, and the external jump link jumps.
For example, first, the APP currently running/opening is obtained, the function UIApplication of the APP is obtained, and the shared application function is called, and the direction of the current APP navigation bar is obtained through the singleton application of the shared application function, and the direction is obtained through the status barorganization parameter. If the direction is not equal to UIInterfaceOrientationPortrait, the direction of the current screen is transverse screen, so that the screen is required to execute the operation of rotating the screen to the vertical screen direction, the screen is rotated first and then the operation of jumping is executed, otherwise, the screen is in the vertical screen direction and is not required to be rotated.
As an optional real-time scheme, after the external jump link is judged, before the current screen and the corresponding screen direction of the page corresponding to the external jump link are obtained and judged to be consistent, the method further comprises the following steps: and setting a delay, and opening an external jump link after the delay, wherein the delay is greater than the sum of the time for judging the screen direction and the time for adjusting the screen direction.
Because the APP may jump according to the external jump link before the above judgment of the reverse consistency of the screen is performed or the screen direction is rotated, and draw the corresponding page, the judgment and the rotation action are not changed, a delay time is preferably set, and within the delay time, the APP judges the consistency of the screen direction and rotates the screen if necessary. After the delay time, the APP actually jumps according to the external jump connection. After the time delay is set, the interface of the APP after jumping according to the external jump link can be better ensured not to be disordered.
For example, the delay variable is set to delayTime of 1 second, which means that the delay time is 1 second, the screen judgment time may be 0.5 second, and when the screen inversion is found to be inconsistent with the screen direction set by the page corresponding to the external jump link, that is, after 0.5 second, the screen scrolling operation is executed in the main thread, and the process of executing the screen scrolling is as follows:
firstly, a device function [ UIDevice currentDevice ] is obtained, the function is used for obtaining the screen direction UIDeviceOrientationPort of the current vertical screen, the UIDeviceOrientationPort is converted into an object type value, the value is number, then a setting function setValue is used for setting the direction orientation of the screen to be the value of number, an ios platform can rotate the screen according to the set value, and the available time is 0.5 second after the screen turning operation is finished.
Namely, the judgment and the screen rotation pay-off use the time delay of 1 second, and then the jump operation is completed in the main thread through the handleUrl function.
Based on the same inventive concept, the present application provides the second embodiment, which is implemented specifically according to the structure described in fig. 2.
Example two
As shown in fig. 2, an embodiment of the present invention further provides an external link jumping system, which includes:
an obtaining module 1, configured to obtain an external link URL using an application, openURL function;
the analysis module 2 is used for analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and the processing module 3 is used for opening the external link by using the opening methods respectively corresponding to the sharing callback link and the external jump link according to the judgment result.
Various modifications and specific examples in the foregoing method embodiments are also applicable to the system of the present embodiment, and the detailed description of the method is clear to those skilled in the art, so that the detailed description is omitted here for the sake of brevity.
Based on the same inventive concept, the present application provides a third embodiment, and the detailed implementation is as follows.
EXAMPLE III
The present invention also provides a storage medium storing a computer program, wherein the computer program implements the following steps when executed by a processor.
Acquiring an external link URL by using application, namely an openURL function;
analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.
The storage medium includes various media capable of storing program codes, such as a usb disk, a removable hard disk, a ROM (Read-Only Memory), a RAM (Random Access Memory), a magnetic disk, or an optical disk. These stored computer programs, when executed, implement the methods of the above-described embodiments.
Based on the same inventive concept, the present application provides a fourth embodiment, and the detailed implementation is as follows.
Example four
Corresponding to the external link skipping method, the invention also provides an electronic device, wherein the electronic device stores a computer program, and the computer program realizes the following steps when being executed by a processor:
acquiring an external link URL by using application, namely an openURL function;
analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.
Generally, according to the external link skipping method, the storage medium, the electronic device and the system provided by the embodiment of the invention, the external link is judged to be the sharing callback link or the external skipping link to help the APP correspond to different connection opening modes, and compared with the traditional technology and the like, the skipping interface disorder can be better prevented, so that the APP is more stably used, and the user can more smoothly use the APP.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. The utility model provides an external link jumps method, is applied to and prevents that interface is in disorder when external link opens APP on the ios platform, and its characterized in that, it includes:
acquiring an external link URL by using application, namely an openURL function;
analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.
2. The method of claim 1, wherein: if the external link is judged to be the sharing callback link or the external jump link according to the return parameters, the method comprises the following steps:
if the external link is an external jump link, analyzing the external link by using a scheme function to obtain a basic URL;
and judging whether the basic URL accords with a preset jump URL rule, if not, jumping is not carried out, and if so, calling a function canHandleUrl to open an external link to realize jumping.
3. The method of claim 1, wherein if the external link is an external jump link:
and acquiring and judging whether the current screen is consistent with the screen direction set by the page corresponding to the external jump link, wherein the screen direction comprises a horizontal screen or a vertical screen, and if not, adjusting the screen direction to be consistent with the screen setting direction of the page corresponding to the external jump link.
4. The method of claim 3, wherein: and defaulting the screen direction set by the page corresponding to the external skip link to be a vertical screen direction, acquiring the current screen direction, and if the current screen direction is a horizontal screen direction, adjusting the screen direction to be the vertical screen direction.
5. The method of claim 4, wherein: and acquiring the screen direction of the current application program by using the status BarOrientation function, judging whether the status BarOrientation function is equal to UIInterfaceOrientationPortrait, if not, the current screen direction is the horizontal screen direction, and adjusting the screen direction to be the vertical screen direction.
6. The method as claimed in claim 3, wherein after the external jump link is determined as a result of the determination, before the screen directions of the current screen and the page corresponding to the external jump link are obtained and determined to be consistent, further comprising the steps of: and setting a delay, and opening an external jump link after the delay, wherein the delay is greater than the sum of the time for judging the screen direction and the time for adjusting the screen direction.
7. The method of claim 6, wherein: the delay is set by the delayTime function, which is 1 second.
8. A storage medium having a computer program stored thereon, the computer program when executed by a processor implementing the steps of:
acquiring an external link URL by using application, namely an openURL function;
analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.
9. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program for execution on the processor, wherein the processor when executing the computer program performs the steps of:
acquiring an external link URL by using application, namely an openURL function;
analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and opening the external link by using an opening method corresponding to the sharing callback link and the external jump link respectively according to the judgment result.
10. An external link jump system, comprising:
the acquisition module is used for acquiring the external link URL by using application, namely an openURL function;
the analysis module is used for analyzing the external link URL by using a handleOpenURL to obtain a return parameter of the function, and judging whether the external link is a sharing callback link or an external jump link according to the return parameter, wherein the sharing callback link is a link shared by the application program and can return to the application program through the link, and the external jump link is a non-sharing callback link which can jump to the application program;
and the processing module is used for opening the external link by using the opening methods respectively corresponding to the sharing callback link and the external jump link according to the judgment result.
CN201810739729.9A 2018-07-06 2018-07-06 External link skipping method, storage medium, electronic device and system Active CN110688592B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810739729.9A CN110688592B (en) 2018-07-06 2018-07-06 External link skipping method, storage medium, electronic device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810739729.9A CN110688592B (en) 2018-07-06 2018-07-06 External link skipping method, storage medium, electronic device and system

Publications (2)

Publication Number Publication Date
CN110688592A true CN110688592A (en) 2020-01-14
CN110688592B CN110688592B (en) 2022-06-21

Family

ID=69107113

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810739729.9A Active CN110688592B (en) 2018-07-06 2018-07-06 External link skipping method, storage medium, electronic device and system

Country Status (1)

Country Link
CN (1) CN110688592B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338715A (en) * 2020-02-28 2020-06-26 北京达佳互联信息技术有限公司 Page sharing method and device, electronic equipment and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2224351A1 (en) * 2009-02-26 2010-09-01 Telefonaktiebolaget L M Ericsson (publ) method for use in association with a multi-tab interpretation and rendering function
WO2012074569A1 (en) * 2010-11-29 2012-06-07 Intuit Inc. On-line tax preparation application screen navigation using url bookmarks
CN102957664A (en) * 2011-08-17 2013-03-06 阿里巴巴集团控股有限公司 Method and device for identifying phishing websites
CN104331230A (en) * 2014-11-24 2015-02-04 联想(北京)有限公司 Information processing method and electronic equipment
CN104679798A (en) * 2013-12-03 2015-06-03 腾讯科技(深圳)有限公司 Webpage detection method and device
CN105138263A (en) * 2015-08-17 2015-12-09 百度在线网络技术(北京)有限公司 Method and device for jumping to specific page in application
CN105843680A (en) * 2016-03-18 2016-08-10 武汉斗鱼网络科技有限公司 Method and apparatus for preventing same page from being started for multiple times due to misoperation
CN106708363A (en) * 2016-12-16 2017-05-24 广东欧珀移动通信有限公司 Mistaken touch preventive method and device for display interface and mobile terminal
CN107147729A (en) * 2017-05-31 2017-09-08 广州云移信息科技有限公司 Intelligent skip page method and system based on Quick Response Code
CN107506178A (en) * 2017-06-28 2017-12-22 北京五八信息技术有限公司 A kind of page jump management method and device
CN107515948A (en) * 2017-09-12 2017-12-26 武汉斗鱼网络科技有限公司 Method for page jump, device and readable storage medium storing program for executing
CN107818107A (en) * 2016-09-12 2018-03-20 平安科技(深圳)有限公司 The method and apparatus for controlling page jump
CN107844324A (en) * 2017-10-23 2018-03-27 北京京东尚科信息技术有限公司 Customer terminal webpage redirects treating method and apparatus
CN108241688A (en) * 2016-12-26 2018-07-03 广州市动景计算机科技有限公司 A kind of page access method, apparatus and computing device

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2224351A1 (en) * 2009-02-26 2010-09-01 Telefonaktiebolaget L M Ericsson (publ) method for use in association with a multi-tab interpretation and rendering function
WO2012074569A1 (en) * 2010-11-29 2012-06-07 Intuit Inc. On-line tax preparation application screen navigation using url bookmarks
CN102957664A (en) * 2011-08-17 2013-03-06 阿里巴巴集团控股有限公司 Method and device for identifying phishing websites
CN104679798A (en) * 2013-12-03 2015-06-03 腾讯科技(深圳)有限公司 Webpage detection method and device
CN104331230A (en) * 2014-11-24 2015-02-04 联想(北京)有限公司 Information processing method and electronic equipment
CN105138263A (en) * 2015-08-17 2015-12-09 百度在线网络技术(北京)有限公司 Method and device for jumping to specific page in application
CN105843680A (en) * 2016-03-18 2016-08-10 武汉斗鱼网络科技有限公司 Method and apparatus for preventing same page from being started for multiple times due to misoperation
CN107818107A (en) * 2016-09-12 2018-03-20 平安科技(深圳)有限公司 The method and apparatus for controlling page jump
CN106708363A (en) * 2016-12-16 2017-05-24 广东欧珀移动通信有限公司 Mistaken touch preventive method and device for display interface and mobile terminal
CN108241688A (en) * 2016-12-26 2018-07-03 广州市动景计算机科技有限公司 A kind of page access method, apparatus and computing device
CN107147729A (en) * 2017-05-31 2017-09-08 广州云移信息科技有限公司 Intelligent skip page method and system based on Quick Response Code
CN107506178A (en) * 2017-06-28 2017-12-22 北京五八信息技术有限公司 A kind of page jump management method and device
CN107515948A (en) * 2017-09-12 2017-12-26 武汉斗鱼网络科技有限公司 Method for page jump, device and readable storage medium storing program for executing
CN107844324A (en) * 2017-10-23 2018-03-27 北京京东尚科信息技术有限公司 Customer terminal webpage redirects treating method and apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338715A (en) * 2020-02-28 2020-06-26 北京达佳互联信息技术有限公司 Page sharing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110688592B (en) 2022-06-21

Similar Documents

Publication Publication Date Title
CN103677589A (en) Terminal screen picture rotation control method and device
CN105407323A (en) Screen splitting method and device of monitor video
CN112437272B (en) Method, device, server and computer storage medium for area monitoring
WO2017201965A1 (en) Notification message display method and device, and terminal
CN109388557A (en) A kind of control visiting method, computer readable storage medium and terminal device
CN110688592B (en) External link skipping method, storage medium, electronic device and system
CN115002048B (en) Data transmission method and device, electronic equipment and storage medium
US20180365032A1 (en) Method for Interface Refresh Synchronization, Terminal Device, and Non-Transitory Computer-Readable Storage Medium
CN113641936B (en) Method, device, electronic equipment and storage medium for page skip
CN106815037B (en) Application function execution method and device
CN107566503B (en) Automatic downloading method and device of electronic reading object and terminal equipment
CN105721392A (en) Method, device and system for recommending applications
CN107390982B (en) Screenshot method, screenshot equipment and terminal equipment
CN103365672A (en) Method and system for processing description information of application program
CN106682494A (en) Information access method, device and equipment
CN111131002A (en) Method, system and storage medium for tracing chat records
CN109683762A (en) Program of mobile terminal starting control processing method, mobile terminal and storage medium
CN112905072B (en) Application processing method and device and electronic equipment
CN106909261B (en) Equipment state information processing method and device
CN107678737B (en) Service processing method and device and self-service terminal equipment
EP2768206A1 (en) Download management method and device based on android browser
CN110704203B (en) Interruptible remote procedure calling method and interruptible remote procedure calling device
CN113949934B (en) Dynamic video content playing control method, device, medium and computer equipment
CN112423099A (en) Video loading method and device and electronic equipment
CN106599079B (en) Data processing method and corresponding mobile terminal

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
TR01 Transfer of patent right

Effective date of registration: 20231218

Address after: Room 21032, Floor 9, Building 2, Micro World, No. 23, Century Avenue, Liuwu New District, Lhasa, Xizang Autonomous Region, 850000

Patentee after: Lhasa Jinlingteng Electronic Technology Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right