CN103106102A - Running method of Web application program and mobile terminal - Google Patents

Running method of Web application program and mobile terminal Download PDF

Info

Publication number
CN103106102A
CN103106102A CN2013100129272A CN201310012927A CN103106102A CN 103106102 A CN103106102 A CN 103106102A CN 2013100129272 A CN2013100129272 A CN 2013100129272A CN 201310012927 A CN201310012927 A CN 201310012927A CN 103106102 A CN103106102 A CN 103106102A
Authority
CN
China
Prior art keywords
weblication
mobile terminal
native applications
applications program
call
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
CN2013100129272A
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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN2013100129272A priority Critical patent/CN103106102A/en
Publication of CN103106102A publication Critical patent/CN103106102A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides a running method of a Web application program and a mobile terminal. The method comprises the steps of packaging information required by calling of a bottom interface of the mobile terminal in a Web request when the bottom interface of the mobile terminal needs to be called by a running Web application program in the mobile terminal and then sending the Web request containing the information needed by the calling to a pre-started native application program in the mobile terminal; and calling the bottom interface of the mobile terminal and returning a calling result to the Web application program after the native application program receives the Web request containing the information needed by the calling. Therefore, the running method of the Web application program and the mobile terminal enable function requirements and transportability requirements of the mobile application program to be met simultaneously.

Description

A kind of operation method of weblication and mobile terminal
[technical field]
The present invention relates to the Mobile data treatment technology, particularly a kind of operation method of weblication and mobile terminal.
[background technology]
Smart mobile phone universal brings great convenience for people's life, and people are by the application program in smart mobile phone, the various needs such as can satisfy easily that information search, map are checked.
Application program such as in the such mobile terminal of smart mobile phone can be divided into native applications program (native app) and weblication (web app).The former can directly call the physical layer interface of mobile terminal, for example calls the locating interface of mobile terminal bottom, so just can get the mobile terminal position, thereby provide abundanter application function to the user.And weblication must depend on browser execution, so weblication can't walk around the restriction of browser and call the physical layer interface of mobile terminal, and like this, weblication just is difficult to realize function abundant as the native applications program.Please refer to Fig. 1, Fig. 1 is the call relation schematic diagram of application program in mobile terminal in prior art.As shown in Figure 1, the native applications program is the physical layer interface of calling system directly, and weblication can only call the interface that browser provides, and it can't walk around browser and the physical layer interface of direct calling system, so the function of weblication has been subject to certain limitation.
But the development difficulty of native applications program is greater than weblication, and it not only needs to spend the more development time, and due to relevant to the system platform of mobile terminal, portability is also not as weblication.The native applications program of said function for example is provided, if want operation respectively under the android of the ios of apple platform and Google platform, just must develop respectively two different versions, and weblication is as long as the browser support just can move, irrelevant with system platform, no matter the system of mobile terminal is ios or andriod, all do not affect its operation, therefore do not need to carry out the exploitation under multi-platform, cost of development is lower than native applications program, and portability is also good than native applications program.
[summary of the invention]
Technical matters to be solved by this invention is to provide a kind of operation method and mobile terminal of weblication, is difficult to satisfactory to both parties defective to solve functional requirement and the portable demand that existing mobile applications exists.
That the present invention is that technical scheme that the technical solution problem adopts is to provide is a kind of 1, a kind of operation method of weblication, A. comprises: when need to call the physical layer interface of described mobile terminal when the weblication that is moving in mobile terminal, to call information needed and be packaged in web request, and will contain the web request of calling information needed and be sent to the native applications program that starts in advance in described mobile terminal; B. described native applications program receive contain the web request of calling information needed after, the physical layer interface of described mobile terminal is called, and will call result and be back to described weblication.
The preferred embodiment one of according to the present invention, described native applications program creates a service after startup, and described service waits for that by the preset monitored port each web request arrives.
The preferred embodiment one of according to the present invention, in described steps A, described weblication will contain the web request of calling information needed and be sent to described native applications program by local address and described default port.
The preferred embodiment one of according to the present invention calls the required parameter of physical layer interface that information needed comprises the physical layer interface type of calling and calls the type.
The preferred embodiment one of according to the present invention calls the call back function title that information needed comprises that further described weblication is processed calling result.
The preferred embodiment one of according to the present invention, in described step B, described native applications program will be called result and be back to described weblication as the parameter of the call back function of described title.
The present invention also provides a kind of mobile terminal, comprise weblication and native applications program, the described weblication that is moving it is characterized in that: when need to call the physical layer interface of described mobile terminal, to call information needed and be packaged in web request, and will contain the web request of calling information needed and be sent to the described native applications program that starts in advance; Described native applications program is called the physical layer interface of described mobile terminal after containing the web request of calling information needed receiving, and will call result and be returned to described weblication.
The preferred embodiment one of according to the present invention, described native applications program creates a service after startup, and described service waits for that by the preset monitored port each web request arrives.
The preferred embodiment one of according to the present invention, described weblication will contain the web request of calling information needed and be sent to described native applications program by local address and described default port.
The preferred embodiment one of according to the present invention calls the required parameter of physical layer interface that information needed comprises the physical layer interface type of calling and calls the type.
The preferred embodiment one of according to the present invention calls the call back function title that information needed comprises that further described weblication is processed calling result.
The preferred embodiment one of according to the present invention, described native applications program will call result and be back to described weblication as the parameter of the call back function of described title.
As can be seen from the above technical solutions, native applications program in the present invention is because can respond the web request, therefore be equivalent to a web application server, weblication is equivalent to a web client, like this, just can the web mode carry out communication between weblication and native applications program.When weblication need to call the physical layer interface of mobile terminal, mode by the web communication, can the native applications program that be forwarded to will be called, complete calling physical layer interface by the native applications program, and will call result and return to weblication, like this, just realized the indirect call of weblication to physical layer interface.By the present invention, weblication can be walked around the restriction of browser physical layer interface is called, thereby greatly strengthened the function that weblication can be realized, made the functional requirement of the weblication in the present invention and portable demand be taken into account.
[description of drawings]
Fig. 1 is the call relation schematic diagram of application program in mobile terminal in prior art;
Fig. 2 is the structural representation block diagram of an embodiment of mobile terminal in the present invention;
Fig. 3 is the structural representation block diagram of another embodiment of mobile terminal in the present invention;
Fig. 4 is the schematic flow sheet of the embodiment of the operation method of weblication in the present invention.
[embodiment]
In order to make the purpose, technical solutions and advantages of the present invention clearer, describe the present invention below in conjunction with the drawings and specific embodiments.
Please refer to Fig. 2, Fig. 2 is the structural representation block diagram of an embodiment of mobile terminal in the present invention.As shown in Figure 2, mobile terminal 100 comprises weblication 110 and native applications program 120.Wherein the native applications program 120, are used for web is asked to respond.Weblication 110 is used for sending the web request to native applications program 120, calls result with the physical layer interface that obtains system.
In the present embodiment, by data interaction, can allow the physical layer interface of weblication 110 pairs of systems call between weblication 110 and native applications program 120, thus the function that expansion weblication 110 can be realized.The below is specifically introduced both interactive modes.
Native applications program 120 in the present embodiment will create a service after startup, the webserver object in this service can arrive to wait for each web request by the preset monitored port, and makes response according to each web request.Please refer to following code, it has represented the action that native applications program 120 is carried out afterwards in startup:
Figure BDA00002734102400041
In the present embodiment, native applications program 120 can just first start operation on the system backstage before weblication 110 starts, and native applications program 120 just can be used as a web application server on mobile terminal 100 like this, and response is made in request to web at any time.
When weblication 110 need to call the physical layer interface of mobile terminal, weblication will call information needed and be packaged in web request, and will contain the web request of calling information needed and be sent to the native applications program 120 that has started.
Particularly, when weblication 110 is introduced native applications program 120 by local address and front, described default port carries out addressing to native applications program 120, processes so that the web request is sent to native applications program 120.In web services, local address all available 127.0.0.1 represents, so weblication 110 sends the common version that the web request can be expressed as:
http://127.0.0.1:port/service?parameters
Wherein, 127.0.0.1 be local address, port represents that native applications program 120 starts the rear default port of monitoring, when all belonging to weblication 110 and need to call the physical layer interface of mobile terminal, service and parameters call information needed, wherein service represents the service of weblication 110 requests, because every kind of service is corresponding with the physical layer interface that need to call, therefore service has also represented the physical layer interface type of calling, needed parameter when parameters represents to call physical layer interface corresponding to service.That is to say, call the required parameter of physical layer interface that information needed has comprised the physical layer interface type of calling and called the type.
Want to utilize function that physical layer interface realizes the location as example take weblication 110, in weblication 110, can send following web request:
http://127.0.0.1:80/geolocation?enable_gps=true&timeout=3000
Wherein geolocation represents that the service of web request is the location, it is the physical layer interface type relevant with the location that its correspondence the physical layer interface type of calling, enable_gps and timeout call needed parameter when locating relevant physical layer interface type, enable_gps=true has represented startup gps, timeout=3000 represent to be provided with 3000 milliseconds overtime.Owing to monitoring 80 ports after 120 startups of native applications program always, after weblication 110 sent above-mentioned web request, native applications program 120 will receive this web request, and this web request is responded.
Particularly, the mode that 120 pairs of web requests of native applications program respond comprises: determine physical layer interface to be called according to the physical layer interface type of calling in the web request, and the parameter in the web request is passed to physical layer interface to be called call with initiation, and, will call result and be back to weblication 110.Be unrestricted because 120 pairs of physical layer interfaces of native applications program call, therefore, weblication 110 is the purpose with regard to indirectly having realized the bottom application interface is called also.
In one embodiment, native applications program 120 can be packaged as the JSON data and is back to weblication 110 calling result, then, weblication 110 can carry out dissection process to the JSON data of returning by the javasript script, to realize self function.
In another embodiment, can also carry out exchanges data by the JSONP agreement between weblication 110 and native applications program 120.By the JSONP agreement, what weblication 110 occured when the web request occurs calls information needed except comprising the physical layer interface type and desired parameters of calling, and further comprises the call back function title that weblication is processed calling result.Correspondingly, native applications program 120 is being returned to weblication 110 when calling as a result, can return as the parameter of the call back function of above-mentioned title to call result, thereby the call back function that directly triggers above-mentioned title in weblication 110 is carried out.
Please refer to following web request:
http://127.0.0.1:6259/geolocation?timeout=45000&callback=getGeoByNative
Wherein, callback=getGeoByNative represent to native applications program 120 return to call the call back function title that result processes as getGeoByNative.
Like this, native applications program 120 is back to weblication with calling the parameter of result as getGeoByNative after obtaining the result that physical layer interface is called.Supposing to call result comprises: " longitude ": 1.2935428477579E7, " latitude ": 4844782.800689, returning results and can be expressed as follows for what above-mentioned web asked:
Figure BDA00002734102400061
Please refer to Fig. 3, Fig. 3 is the structural representation block diagram of another embodiment of mobile terminal in the present invention.As can be seen from Figure 3, only need a native applications program that can respond the web request namely can realize the purpose that a plurality of weblications call physical layer interface in mobile terminal of the present invention.
Interactive mode by the weblication in terminal of the present invention and native applications program, can greatly strengthen the function that weblication can be realized, like this, originally need to be with the application of native applications program mode (PM) exploitation, just can occur with weblication, thereby take into account functional requirement and the portable demand of mobile applications.
Please refer to Fig. 4, Fig. 4 is the schematic flow sheet of the embodiment of the operation method of weblication in the present invention.As shown in Figure 4, this embodiment comprises:
Step S210: when the weblication that is moving in mobile terminal need to call the physical layer interface of mobile terminal, to call information needed and be packaged in web request, and will contain the web request of calling information needed and be sent to the native applications program that starts in advance in mobile terminal.
Step S220: the native applications program is called the physical layer interface of mobile terminal after containing the web request of calling information needed receiving, and will call result and be back to weblication.
As a kind of embodiment, in step S201, the native applications program creates a service after startup, and this service waits for that by the preset monitored port each web request arrives.Please refer to following code, it has represented the action that the native applications program is carried out afterwards in startup:
Figure BDA00002734102400071
Native applications program after startup can be at system's running background, and the native applications program just can be used as a web application server on mobile terminal like this, and response is made in request to web at any time.
As a kind of embodiment, in step S201, weblication will contain the web request of calling information needed and be sent to the native applications program by local address and above-mentioned default port.And, as a kind of embodiment, call the required parameter of physical layer interface that information needed comprises the physical layer interface type of calling and calls the type.
In web services, local address all available 127.0.0.1 represents, so weblication sends the common version that the web request can be expressed as:
http://127.0.0.1:port/service?parameters
Wherein, 127.0.0.1 be local address, port represents the default port monitored after the native applications program start, when all belonging to weblication and need to call the physical layer interface of mobile terminal, service and parameters call information needed, wherein service represents the service of weblication request, because every kind of service is corresponding with the physical layer interface that need to call, therefore service has also represented the physical layer interface type of calling, needed parameter when parameters represents to call physical layer interface corresponding to service.That is to say, call the required parameter of physical layer interface that information needed has comprised the physical layer interface type of calling and called the type.
Want to utilize function that physical layer interface realizes the location as example take weblication, in weblication, can send following web request:
http://127.0.0.1:80/geolocation?enable_gps=true&timeout=3000
Wherein geolocation represents that the service of web request is the location, it is the physical layer interface type relevant with the location that its correspondence the physical layer interface type of calling, enable_gps and timeout call needed parameter when locating relevant physical layer interface type, enable_gps=true has represented startup gps, timeout=3000 represent to be provided with 3000 milliseconds overtime.Owing to monitoring 80 ports after the native applications program start always, after weblication sent above-mentioned web request, the native applications program will receive this web request, and understood this web and ask to respond.
Particularly, the native applications program comprises the mode that above-mentioned web request responds: determine physical layer interface to be called according to the physical layer interface type of calling in the web request, and the parameter in the web request is passed to physical layer interface to be called call with initiation, and, will call result and be back to weblication.Be unrestricted because native applications bottom procedure application interface calls, therefore, weblication is the purpose with regard to indirectly having realized the bottom application interface is called also.
As a kind of embodiment, the native applications program will be called result and be packaged as the JSON data and be back to weblication, and then, weblication can carry out dissection process to the JSON data of returning by the javascript script, to realize self function.
As a kind of embodiment, can also carry out exchanges data by the JSONP agreement between weblication and native applications program.By the JSONP agreement, the required parameter of physical layer interface of calling information needed except comprising the physical layer interface type of calling and calling the type also comprises the call back function title that weblication is processed calling result.Corresponding with it, in step S220, the native applications program will be called result and be back to weblication as the parameter of the call back function of above-mentioned title, thereby the call back function that directly triggers above-mentioned title in weblication is carried out.
Please refer to following web request:
http://127.0.0.1:6259/geolocation?timeout=45000&callback=getGeoByNative
Wherein, callback=getGeoByNative represent to the native applications program return to call the call back function title that result processes as getGeoByNative.
Like this, the native applications program is back to weblication with calling the parameter of result as getGeoByNative after obtaining the result that physical layer interface is called.Supposing to call result comprises: " longitude ": 1.2935428477579E7, " latitude ": 4844782.800689, returning results and can be expressed as follows for what above-mentioned web asked:
Figure BDA00002734102400091
The method of operation by weblication in the inventive method, weblication can be indirectly calls the physical layer interface of system, thereby can greatly strengthen the function that weblication can be realized, take into account functional requirement and the portable demand of mobile applications.
The above is only preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of making, is equal to replacement, improvement etc., within all should being included in the scope of protection of the invention.

Claims (12)

1. the operation method of a weblication comprises:
A. when the weblication that is moving in mobile terminal need to call the physical layer interface of described mobile terminal, to call information needed and be packaged in web request, and will contain the web request of calling information needed and be sent to the native applications program that starts in advance in described mobile terminal;
B. described native applications program receive contain the web request of calling information needed after, the physical layer interface of described mobile terminal is called, and will call result and be back to described weblication.
2. method according to claim 1, is characterized in that, described native applications program creates a service after startup, and described service waits for that by the preset monitored port each web request arrives.
3. method according to claim 2, is characterized in that, in described steps A, described weblication will contain the web request of calling information needed and be sent to described native applications program by local address and described default port.
4. method according to claim 1, is characterized in that, calls the required parameter of physical layer interface that information needed comprises the physical layer interface type of calling and calls the type.
5. method according to claim 4, is characterized in that, calls the call back function title that information needed comprises that further described weblication is processed calling result.
6. method according to claim 5, is characterized in that, in described step B, described native applications program will be called result and be back to described weblication as the parameter of the call back function of described title.
7. a mobile terminal, comprise weblication and native applications program, it is characterized in that:
When the described weblication that is moving need to call the physical layer interface of described mobile terminal, will call information needed and be packaged in web request, and will contain the web request of calling information needed and be sent to the described native applications program that starts in advance;
Described native applications program is called the physical layer interface of described mobile terminal after containing the web request of calling information needed receiving, and will call result and be returned to described weblication.
8. mobile terminal according to claim 7, is characterized in that, described native applications program creates a service after startup, and described service waits for that by the preset monitored port each web request arrives.
9. mobile terminal according to claim 8, is characterized in that, described weblication will contain the web request of calling information needed and be sent to described native applications program by local address and described default port.
10. mobile terminal according to claim 7, is characterized in that, calls the required parameter of physical layer interface that information needed comprises the physical layer interface type of calling and calls the type.
11. mobile terminal according to claim 10 is characterized in that, calls the call back function title that information needed comprises that further described weblication is processed calling result.
12. mobile terminal according to claim 11 is characterized in that, described native applications program will be called result and be back to described weblication as the parameter of the call back function of described title.
CN2013100129272A 2013-01-14 2013-01-14 Running method of Web application program and mobile terminal Pending CN103106102A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2013100129272A CN103106102A (en) 2013-01-14 2013-01-14 Running method of Web application program and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2013100129272A CN103106102A (en) 2013-01-14 2013-01-14 Running method of Web application program and mobile terminal

Publications (1)

Publication Number Publication Date
CN103106102A true CN103106102A (en) 2013-05-15

Family

ID=48313985

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2013100129272A Pending CN103106102A (en) 2013-01-14 2013-01-14 Running method of Web application program and mobile terminal

Country Status (1)

Country Link
CN (1) CN103106102A (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104301443A (en) * 2014-10-09 2015-01-21 百度在线网络技术(北京)有限公司 Method and system for calling end capacity ports on web page
CN104461575A (en) * 2014-12-26 2015-03-25 北京华电万通科技有限公司 Device and method for JavaScript native interface calling conducted by crossing mobile operating system platform
CN104579751A (en) * 2014-12-11 2015-04-29 百度在线网络技术(北京)有限公司 Function scheduling protocol managing method, device and equipment of application
CN104793966A (en) * 2014-01-21 2015-07-22 中国科学院声学研究所 Display and loading method and system of Android local application
CN104932910A (en) * 2014-03-20 2015-09-23 中国移动通信集团公司 Method and system for application program interface extension
CN105138340A (en) * 2015-09-15 2015-12-09 北京齐尔布莱特科技有限公司 Interaction method and system for Native and Web pages
CN105204824A (en) * 2014-05-30 2015-12-30 北大方正集团有限公司 Method and device for communication between application and mobile terminal
CN105468369A (en) * 2015-11-19 2016-04-06 深圳联友科技有限公司 Method and system for calling native function by JavaScript on mobile platform
CN105607895A (en) * 2014-11-21 2016-05-25 阿里巴巴集团控股有限公司 Operation method and device of application program on the basis of application program programming interface
CN105988846A (en) * 2015-03-03 2016-10-05 腾讯科技(深圳)有限公司 Page loading method and page loading device
CN106325948A (en) * 2016-08-27 2017-01-11 飞天诚信科技股份有限公司 Method and device for supporting existing Web applications through mobile platform
CN106534322A (en) * 2016-11-22 2017-03-22 北京奇虎科技有限公司 Device and method for directly responding underlying message
CN106899628A (en) * 2015-12-18 2017-06-27 华耀(中国)科技有限公司 The Mobile solution integration system and its method of a kind of intelligent terminal
CN106897416A (en) * 2017-02-22 2017-06-27 济南浪潮高新科技投资发展有限公司 A kind of exchange method, apparatus and system
CN106919413A (en) * 2015-12-25 2017-07-04 北京奇虎科技有限公司 A kind of method and apparatus that application APP is called by webpage
CN107133077A (en) * 2016-02-29 2017-09-05 深圳秀豹科技有限公司 A kind of page end calls the method and device of locally applied function
CN107678805A (en) * 2017-09-08 2018-02-09 阿里巴巴集团控股有限公司 The call method and device of a kind of application programming interfaces
CN107832099A (en) * 2017-10-26 2018-03-23 咪咕数字传媒有限公司 A kind of client release compatible method, apparatus and storage medium
CN107846449A (en) * 2017-09-28 2018-03-27 武汉斗鱼网络科技有限公司 Method, apparatus, readable storage medium storing program for executing and the equipment of calling system instrument
CN105975249B (en) * 2015-12-31 2018-12-11 小米科技有限责任公司 Application executing method and device based on hardware chip
CN109391676A (en) * 2018-07-19 2019-02-26 珠海市魅族科技有限公司 Terminal equipment control method, terminal device and computer readable storage medium
CN109471739A (en) * 2018-10-24 2019-03-15 百度在线网络技术(北京)有限公司 Data transmission method and device between local application and webpage kernel
CN110309476A (en) * 2019-07-05 2019-10-08 上海中通吉网络技术有限公司 The method and device of web browser calling local application
CN110673970A (en) * 2019-09-29 2020-01-10 郑州信大捷安信息技术股份有限公司 Cross-process calling system and method based on web application
CN110704131A (en) * 2019-08-29 2020-01-17 北京三快在线科技有限公司 Method and device for calling native application by HTML5 application
CN111200573A (en) * 2018-11-16 2020-05-26 迈普通信技术股份有限公司 RPC request calling method and device
CN111385265A (en) * 2018-12-29 2020-07-07 北京奇虎科技有限公司 Communication method and device in iOS system
CN113220380A (en) * 2021-05-25 2021-08-06 北京小米移动软件有限公司 Calling method and device of local native program, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5956483A (en) * 1996-06-28 1999-09-21 Microsoft Corporation System and method for making function calls from a web browser to a local application
US20070073835A1 (en) * 2005-09-28 2007-03-29 Husa Knut E Method and system of invoking midlets from a web browser on a local device
CN101273608A (en) * 2005-09-28 2008-09-24 艾利森电话股份有限公司 Method and system of invoking MIDlet from a web browser on a local device
CN101576989A (en) * 2009-06-09 2009-11-11 阿里巴巴集团控股有限公司 Method for realizing payment in mobile terminal and mobile device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5956483A (en) * 1996-06-28 1999-09-21 Microsoft Corporation System and method for making function calls from a web browser to a local application
US20070073835A1 (en) * 2005-09-28 2007-03-29 Husa Knut E Method and system of invoking midlets from a web browser on a local device
CN101273608A (en) * 2005-09-28 2008-09-24 艾利森电话股份有限公司 Method and system of invoking MIDlet from a web browser on a local device
CN101576989A (en) * 2009-06-09 2009-11-11 阿里巴巴集团控股有限公司 Method for realizing payment in mobile terminal and mobile device

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104793966A (en) * 2014-01-21 2015-07-22 中国科学院声学研究所 Display and loading method and system of Android local application
CN104932910A (en) * 2014-03-20 2015-09-23 中国移动通信集团公司 Method and system for application program interface extension
CN105204824A (en) * 2014-05-30 2015-12-30 北大方正集团有限公司 Method and device for communication between application and mobile terminal
CN104301443A (en) * 2014-10-09 2015-01-21 百度在线网络技术(北京)有限公司 Method and system for calling end capacity ports on web page
CN104301443B (en) * 2014-10-09 2018-06-12 百度在线网络技术(北京)有限公司 A kind of method and system that end ability interface is called on web page
CN105607895B (en) * 2014-11-21 2021-03-02 阿里巴巴集团控股有限公司 Application program operation method and device based on application program programming interface
CN105607895A (en) * 2014-11-21 2016-05-25 阿里巴巴集团控股有限公司 Operation method and device of application program on the basis of application program programming interface
CN104579751A (en) * 2014-12-11 2015-04-29 百度在线网络技术(北京)有限公司 Function scheduling protocol managing method, device and equipment of application
CN104461575B (en) * 2014-12-26 2017-11-10 北京华电万通科技有限公司 The device and method that a kind of across Mobile operating system platform native interface of page script language is called
CN104461575A (en) * 2014-12-26 2015-03-25 北京华电万通科技有限公司 Device and method for JavaScript native interface calling conducted by crossing mobile operating system platform
CN105988846B (en) * 2015-03-03 2019-11-05 腾讯科技(深圳)有限公司 Page loading method and page loading device
CN105988846A (en) * 2015-03-03 2016-10-05 腾讯科技(深圳)有限公司 Page loading method and page loading device
CN105138340B (en) * 2015-09-15 2019-04-02 北京齐尔布莱特科技有限公司 A kind of exchange method and system of Native and Web page
CN105138340A (en) * 2015-09-15 2015-12-09 北京齐尔布莱特科技有限公司 Interaction method and system for Native and Web pages
CN105468369B (en) * 2015-11-19 2019-03-26 深圳联友科技有限公司 JavaScript calls the method and system of primary function on mobile platform
CN105468369A (en) * 2015-11-19 2016-04-06 深圳联友科技有限公司 Method and system for calling native function by JavaScript on mobile platform
CN106899628A (en) * 2015-12-18 2017-06-27 华耀(中国)科技有限公司 The Mobile solution integration system and its method of a kind of intelligent terminal
CN106919413A (en) * 2015-12-25 2017-07-04 北京奇虎科技有限公司 A kind of method and apparatus that application APP is called by webpage
CN105975249B (en) * 2015-12-31 2018-12-11 小米科技有限责任公司 Application executing method and device based on hardware chip
CN107133077A (en) * 2016-02-29 2017-09-05 深圳秀豹科技有限公司 A kind of page end calls the method and device of locally applied function
CN106325948A (en) * 2016-08-27 2017-01-11 飞天诚信科技股份有限公司 Method and device for supporting existing Web applications through mobile platform
CN106325948B (en) * 2016-08-27 2019-07-26 飞天诚信科技股份有限公司 A kind of mobile platform supports the method and device of existing Web application
CN106534322A (en) * 2016-11-22 2017-03-22 北京奇虎科技有限公司 Device and method for directly responding underlying message
CN106897416A (en) * 2017-02-22 2017-06-27 济南浪潮高新科技投资发展有限公司 A kind of exchange method, apparatus and system
CN107678805A (en) * 2017-09-08 2018-02-09 阿里巴巴集团控股有限公司 The call method and device of a kind of application programming interfaces
CN107846449A (en) * 2017-09-28 2018-03-27 武汉斗鱼网络科技有限公司 Method, apparatus, readable storage medium storing program for executing and the equipment of calling system instrument
CN107846449B (en) * 2017-09-28 2019-01-29 武汉斗鱼网络科技有限公司 Method, apparatus, readable storage medium storing program for executing and the equipment of calling system tool
WO2019061636A1 (en) * 2017-09-28 2019-04-04 武汉斗鱼网络科技有限公司 Method and apparatus for invoking system tool, readable storage medium, and device
CN107832099A (en) * 2017-10-26 2018-03-23 咪咕数字传媒有限公司 A kind of client release compatible method, apparatus and storage medium
CN107832099B (en) * 2017-10-26 2020-12-11 咪咕数字传媒有限公司 Method and device for client version compatibility and storage medium
CN109391676B (en) * 2018-07-19 2020-12-18 珠海市魅族科技有限公司 Terminal device control method, terminal device, and computer-readable storage medium
CN109391676A (en) * 2018-07-19 2019-02-26 珠海市魅族科技有限公司 Terminal equipment control method, terminal device and computer readable storage medium
CN109471739A (en) * 2018-10-24 2019-03-15 百度在线网络技术(北京)有限公司 Data transmission method and device between local application and webpage kernel
CN111200573A (en) * 2018-11-16 2020-05-26 迈普通信技术股份有限公司 RPC request calling method and device
CN111385265A (en) * 2018-12-29 2020-07-07 北京奇虎科技有限公司 Communication method and device in iOS system
CN110309476B (en) * 2019-07-05 2021-05-25 上海中通吉网络技术有限公司 Method and device for calling local application program by webpage browser
CN110309476A (en) * 2019-07-05 2019-10-08 上海中通吉网络技术有限公司 The method and device of web browser calling local application
CN110704131A (en) * 2019-08-29 2020-01-17 北京三快在线科技有限公司 Method and device for calling native application by HTML5 application
CN110704131B (en) * 2019-08-29 2020-11-20 北京三快在线科技有限公司 Method and device for calling native application by HTML5 application
CN110673970A (en) * 2019-09-29 2020-01-10 郑州信大捷安信息技术股份有限公司 Cross-process calling system and method based on web application
CN110673970B (en) * 2019-09-29 2022-12-23 郑州信大捷安信息技术股份有限公司 Cross-process calling system and method based on web application
CN113220380A (en) * 2021-05-25 2021-08-06 北京小米移动软件有限公司 Calling method and device of local native program, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN103106102A (en) Running method of Web application program and mobile terminal
CN105763723B (en) Mobile terminal and method for upgrading system
CN107943439B (en) Interface moving method and device, intelligent terminal, server and operating system
CN109101335B (en) Extending functionality of a host device
US20170111938A1 (en) Method, terminal, client, smartcard, and system for accessing wireless network
CN103246657A (en) Method and device for generating browser bookmark and method and device for browsing web page
CN104516885A (en) Implementation method and device of browse program double-kernel assembly
CN103777967A (en) Page returning method and page generating method and device
CN104581785A (en) Wireless network testing method, testing device and mobile terminal
CN112788639B (en) Network state synchronization method and device, storage medium and electronic equipment
CN102769709A (en) Method and device for supplying service contact information to users
CN111176771A (en) Data processing method, system and equipment
CN105099763A (en) Method and device for reminding lost connection of equipment
CN110968331A (en) Method and device for running application program
CN105872121A (en) Method for connecting terminal with server, terminal and domain name server
CN102104603A (en) Method, system and device for registering mobile terminal in WEB server
CN106027365A (en) Information interaction method and device
CN106789832B (en) Data processing method, device and system in call process
CN109683780A (en) Control method, system and the controlled terminal of mobile terminal
US20120096096A1 (en) Mobile communication terminal to provide widget expansion function using message communication, and operation method of the mobile communication terminal
CN108965403A (en) O&M monitors establishment of connection method and terminal device
CN110673970B (en) Cross-process calling system and method based on web application
CN111722850B (en) Processing method, device and system for multi-system application
CN104202432A (en) Remote web management system and method
CN103532941A (en) Graphical page presentation method and device in CGS (client gateway server) mode

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20130515

RJ01 Rejection of invention patent application after publication