CN107870821A - The cross-platform call method and system of application program - Google Patents

The cross-platform call method and system of application program Download PDF

Info

Publication number
CN107870821A
CN107870821A CN201610852773.1A CN201610852773A CN107870821A CN 107870821 A CN107870821 A CN 107870821A CN 201610852773 A CN201610852773 A CN 201610852773A CN 107870821 A CN107870821 A CN 107870821A
Authority
CN
China
Prior art keywords
primary function
application program
html5
platform
primary
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
CN201610852773.1A
Other languages
Chinese (zh)
Other versions
CN107870821B (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201610852773.1A priority Critical patent/CN107870821B/en
Publication of CN107870821A publication Critical patent/CN107870821A/en
Application granted granted Critical
Publication of CN107870821B publication Critical patent/CN107870821B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06F9/548Object oriented; Remote method invocation [RMI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/541Client-server

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses the cross-platform call method and system of a kind of application program, this method includes:Development and application program control is simultaneously encapsulated as UI widget libraries;It is primary function library by the primary function package in system;Data interaction interface between the unified HTML5 of each platform and primary function is set;By the data interaction between the HTML5 and primary function, the correlation function of the application program is realized.It is possible thereby to make HTML5 need not distinguish between Android and ios platform, Native methods are directly invoked.

Description

The cross-platform call method and system of application program
Technical field
The present invention relates to application-development technologies field, more particularly to the cross-platform call method of application program and it is System.
Background technology
With the development of development of Mobile Internet technology and the popularization of Intelligent mobile equipment, weight of the mobile Internet in life The property wanted is more and more obvious, and the exploitation of mobile applications is also more and more important.The exploitation mould of the application program of mobile device at present Formula mainly includes:NativeApp (native applications) is developed, WebApp (web application) exploitations, and mixing application and development, i.e., HybirdApp.HybirdApp is developed between NativeApp and WebApp, while using homepages language and program language, The Mobile solution for needing to install and use by application shop differentiation Mobile operating system dispatch user.Therefore, HybridApp has concurrently The advantage of NativeApp good Consumer's Experience, WebApp is also had concurrently and has used HTML5 (the 5th time of HTML Material alteration) the inexpensive advantage of Cross-border congestion management, turn into the Mobile solution development mode that each large enterprises favor in recent years.
Generally, the application program of mixed type is write using the progress page such as HTML5, JavaScript more, and Data interaction is carried out to realize correlation function by HTML5 ends and Native ends.But it is because Android (Android) is operated The platform otherness of system and iOS operating systems, HTML5 ends need to distinguish platform with interacting for Native ends, cause the side called Method is required for encapsulating respectively and could called.Also, at present when calling Native interfaces, Transfer Parameters are all character strings, upper strata It is required for making type conversion before use, it is very inconvenient.Further, since Native end interface method for implanting opportunitys do not know, sometimes Need repeatedly to inject the grouting socket that can just assure success.
The content of the invention
In view of this, it is an object of the invention to provide the cross-platform call method and system of a kind of application program, with solution The application program of certainly at least one above-mentioned mixed type is at HTML5 ends with Native ends the problem of presence when interacting.
To achieve the above object, the present invention provides a kind of cross-platform call method of application program, and the method comprising the steps of:
Development and application program control is simultaneously encapsulated as UI widget libraries;
It is primary function library by the primary function package in system;
Data interaction interface between the unified HTML5 of each platform and primary function is set;And
By the data interaction between the HTML5 and primary function, the correlation function of the application program is realized.
Preferably, the application program is the application program of mixed developing, is partly write in the form of the HTML5 pages.
Preferably, the step of data interaction interface between setting each unified HTML5 of platform and the primary function is specific Including:
By predetermined protocol, for Android operation system and iOS operating systems, it is unified set the HTML5 with it is described Data interaction interface between primary function.
Preferably, specifically included between the HTML5 and primary function the step of progress data interaction:
Include the tune that primary function is called at the HTML5 ends in HTML5 ends encapsulation of data, the data using JSON instruments Use parameter;
The data are parsed in primary function end, obtain the call parameters;
The primary function end primary functional interface according to corresponding to searching the call parameters, to perform the primary work( The method of energy, respond call request.
Preferably, the step of data interaction is carried out between the HTML5 and primary function also to be included:
Using event notification mechanism, disappear when in the HTML5 ends encapsulation of data to the primary function end transmission notice Breath, the primary function code of the primary function end is notified to inject the data interaction interface.
The cross-platform call method of application program proposed by the present invention, can be directed to Android operation system and iOS is operated Systematic unity sets the data interaction interface between HTML5 and Native, and using JSON instruments HTML5 ends and Native ends it Between transmit data so that HTML5 needs not distinguish between Android and ios platform, can directly invoke Native methods, and upper strata Without doing type conversion again during calling.In addition, notify Native ends grouting socket using event notification mechanism, it is ensured that interface Success is injected.
To achieve the above object, the present invention also proposes a kind of cross-platform calling system of application program, and the system includes:
Package module, for development and application program control and UI widget libraries are encapsulated as, and the primary function in system is sealed Fill as primary function library;
Setup module, for setting the data interaction interface between the unified HTML5 of each platform and primary function;And
Calling module, for by the data interaction between the HTML5 and primary function, realizing the phase of the application program Close function.
Preferably, the application program is the application program of mixed developing, is partly write in the form of the HTML5 pages.
Preferably, the setup module is unified for Android operation system and iOS operating systems by predetermined protocol Data interaction interface between the HTML5 and the primary function is set.
Preferably, the calling module is additionally operable to:
Include the tune that primary function is called at the HTML5 ends in HTML5 ends encapsulation of data, the data using JSON instruments Use parameter;
The data are parsed in primary function end, obtain the call parameters;
The primary function end primary functional interface according to corresponding to searching the call parameters, to perform the primary work( The method of energy, respond call request.
Preferably, the calling module is additionally operable to:
Using event notification mechanism, disappear when in the HTML5 ends encapsulation of data to the primary function end transmission notice Breath, the primary function code of the primary function end is notified to inject the data interaction interface.
The cross-platform calling system of application program proposed by the present invention, can be directed to Android operation system and iOS is operated Systematic unity sets the data interaction interface between HTML5 and Native, and using JSON instruments HTML5 ends and Native ends it Between transmit data so that HTML5 needs not distinguish between Android and ios platform, can directly invoke Native methods, and upper strata Without doing type conversion again during calling.In addition, notify Native ends grouting socket using event notification mechanism, it is ensured that interface Success is injected.
Brief description of the drawings
Fig. 1 is a kind of flow chart of the cross-platform call method for application program that first embodiment of the invention proposes;
Fig. 2 is a kind of module diagram of the cross-platform calling system for application program that second embodiment of the invention proposes;
The realization, functional characteristics and advantage of the object of the invention will be described further referring to the drawings in conjunction with the embodiments.
Embodiment
In order that technical problems, technical solutions and advantages to be solved are clearer, clear, tie below Drawings and examples are closed, the present invention will be described in further detail.It should be appreciated that specific embodiment described herein is only To explain the present invention, it is not intended to limit the present invention.
As shown in figure 1, first embodiment of the invention proposes a kind of cross-platform call method of application program.This method includes Following steps:
S100, development and application program control are simultaneously encapsulated as UI widget libraries.
Specifically, with the conventional application program control of the exploitations such as HTML5, JavaScript and UI controls can be packaged into Storehouse.The application program refers to the client for including certain application purpose for user being arranged on the mobile terminals such as mobile phone Hold application software (APP).The application program includes Android operation system application program, iOS operating system application programs Deng.The application program is the application program of mixed developing, i.e. mixed type application program.
In the present embodiment, the part layout of some pages or the page of mixed type application program is used HTML5 pages The form in face is write, and loads the HTML5 pages by Webview controls.The UI controls are loaded in the HTML5 pages The file in part storehouse, control can be initialized.
S102, it is primary function library by the primary function package in system.
Specifically, the primary function library includes conventional primary function, such as data transfer and page jump, local text The common works such as the use of part system, camera method class, network state judgement, two-dimensional code scanning, apparatus information acquiring, address list Energy.Primary function library be able to can be used with cross-platform calling, i.e. Android operation system and iOS operating systems.
After the control initialization is completed, primary function corresponding to control can be called to carry out operational controls.
S104, the data interaction interface between the unified HTML5 of each platform and primary function is set.
Specifically, it is necessary to define primary function code and the JavaScript generations in the HTML5 pages in the HTML5 pages Code carries out the interface of data interaction.Defined data interaction interface, it can be operated by JavaScript code to Android The primary function code of system or iOS operating systems transmits data, can also be by Android operation system or iOS operating systems Primary function code call, to the HTML5 pages transmit data.
In the present embodiment, it is unified to set for Android operation system and iOS operating systems by custom protocol Data interaction interface between HTML5 and primary function.
It is worth noting that, in other embodiments, other operating system platforms can also be directed to unified interface is set, Such as WindowsPhone operating systems.
S106, by the data interaction between HTML5 and primary function, realize the correlation function of the application program.
If some page of the application program integrally all realizes that data interaction is entered in the HTML5 pages with HTML5 OK.All realized if some page of the application program is overall with primary control, data interaction is handed over using primary data Mutual mode.If the existing primary control of system, has the HTML5 pages loaded by Webview controls, then again in the application program Primary control will load the primary function library with interacting for the HTML5 pages.When primary control is to HTML5 pages transmission data, The data-processing interface is called by the loading of Webview controls.
In the present embodiment, JSON instruments can be utilized to call primary work(in HTML5 ends encapsulation of data, such as HTML5 ends The call parameters of energy, then parse data at Native ends.Native ends are after the call parameters are parsed, according to the tune The primary functional interface corresponding to parameter is searched, to perform the method for the primary function, respond call request.
Due to being to use JSON instrument encapsulation of data, rather than with character string forms Transfer Parameters, therefore can directly obtain The data for platform corresponding types of making even, without doing type conversion again when upper strata is called.
Further, in the present embodiment, event notification mechanism can also be utilized, when in HTML5 ends encapsulation of data, example Such as when corresponding JavaScript code loads completion, notification message, the primary work(at notice Native ends are transmitted to Native ends Energy code injection interface, it is ensured that interface successfully injects.
As shown in Fig. 2 second embodiment of the invention proposes a kind of cross-platform calling system 200 of application program.
In the present embodiment, the cross-platform calling system 200 of application program include package module 202, setup module 204 and Calling module 206.
The package module 202, for development and application program control and it is encapsulated as UI widget libraries.
Specifically, package module 202 can use the conventional application program control of the exploitations such as HTML5, JavaScript and envelope Dress up UI widget libraries.The application program refers to comprising certain application for user being arranged on the mobile terminals such as mobile phone The client application software (APP) of purpose.The application program includes Android operation system application program, iOS operating systems Application program etc..The application program is the application program of mixed developing, i.e. mixed type application program.
In the present embodiment, the part layout of some pages or the page of mixed type application program is used HTML5 pages The form in face is write, and loads the HTML5 pages by Webview controls.The UI controls are loaded in the HTML5 pages The file in part storehouse, control can be initialized.
The package module 202, it is primary function library to be additionally operable to the primary function package in system.
Specifically, the primary function library includes conventional primary function, such as data transfer and page jump, local text The common works such as the use of part system, camera method class, network state judgement, two-dimensional code scanning, apparatus information acquiring, address list Energy.Primary function library be able to can be used with cross-platform calling, i.e. Android operation system and iOS operating systems.
After the control initialization is completed, primary function corresponding to control can be called to carry out operational controls.
The setup module 204, for setting the data interaction interface between the unified HTML5 of each platform and primary function.
Specifically, it is necessary to define primary function code and the JavaScript generations in the HTML5 pages in the HTML5 pages Code carries out the interface of data interaction.Defined data interaction interface, it can be operated by JavaScript code to Android The primary function code of system or iOS operating systems transmits data, can also be by Android operation system or iOS operating systems Primary function code call, to the HTML5 pages transmit data.
In the present embodiment, setup module 204 is by custom protocol, for Android operation system and iOS operations system System, the unified data interaction interface set between HTML5 and primary function.
It is worth noting that, in other embodiments, other operating system platforms can also be directed to unified interface is set, Such as WindowsPhone operating systems.
The calling module 206, for by the data interaction between HTML5 and primary function, realizing the application program Correlation function.
If some page of the application program integrally all realizes that data interaction is entered in the HTML5 pages with HTML5 OK.All realized if some page of the application program is overall with primary control, data interaction is handed over using primary data Mutual mode.If the existing primary control of system, has the HTML5 pages loaded by Webview controls, then again in the application program Primary control will load the primary function library with interacting for the HTML5 pages.When primary control is to HTML5 pages transmission data, The data-processing interface is called by the loading of Webview controls.
In the present embodiment, calling module 206 can utilize JSON instruments in HTML5 ends encapsulation of data, such as HTML5 ends The call parameters of primary function are called, then parse data at Native ends.Native ends after the call parameters are parsed, The primary functional interface according to corresponding to searching the call parameters, to perform the method for the primary function, respond call request.
Due to being to use JSON instrument encapsulation of data, rather than with character string forms Transfer Parameters, therefore can directly obtain The data for platform corresponding types of making even, without doing type conversion again when upper strata is called.
Further, in the present embodiment, calling module 106 can also utilize event notification mechanism, when in HTML5 end seals When filling data, such as when corresponding JavaScript code loads completion, notification message is transmitted to Native ends, notifies Native The primary function code grouting socket at end, it is ensured that interface successfully injects.
It should be noted that herein, term " comprising ", "comprising" or its any other variant are intended to non-row His property includes, so that process, method, article or device including a series of elements not only include those key elements, and And also include the other element being not expressly set out, or also include for this process, method, article or device institute inherently Key element.In the absence of more restrictions, the key element limited by sentence "including a ...", it is not excluded that including this Other identical element also be present in the process of key element, method, article or device.
Through the above description of the embodiments, those skilled in the art can be understood that above-described embodiment side Method can add the mode of required general hardware platform to realize by software, naturally it is also possible to realized by hardware, but a lot In the case of the former be more preferably embodiment.Based on such understanding, technical scheme is substantially in other words to existing The part that technology contributes can be embodied in the form of software product, and the computer software product is stored in a storage In medium (such as ROM/RAM, magnetic disc, CD), including some instructions to cause a station terminal equipment (can be mobile phone, calculate Machine, server, air conditioner, or network equipment etc.) perform method described in each embodiment of the present invention.
Above by reference to the preferred embodiments of the present invention have been illustrated, not thereby limit to the interest field of the present invention.On State that sequence number of the embodiment of the present invention is for illustration only, do not represent the quality of embodiment.Patrolled in addition, though showing in flow charts Order is collected, but in some cases, can be with the step shown or described by being performed different from order herein.
Those skilled in the art do not depart from the scope of the present invention and essence, can have a variety of flexible programs to realize the present invention, It can be used for another embodiment for example as the feature of one embodiment and obtain another embodiment.All technologies with the present invention The all any modification, equivalent and improvement made within design, all should be within the interest field of the present invention.

Claims (10)

1. a kind of cross-platform call method of application program, the method comprising the steps of:
Development and application program control is simultaneously encapsulated as UI widget libraries;
It is primary function library by the primary function package in system;
Data interaction interface between the unified HTML5 of each platform and primary function is set;And
By the data interaction between the HTML5 and primary function, the correlation function of the application program is realized.
2. the cross-platform call method of application program according to claim 1, it is characterised in that the application program is mixed Run the application program of hair jointly, partly write in the form of the HTML5 pages.
3. the cross-platform call method of application program according to claim 1, it is characterised in that described that each platform system is set The step of data interaction interface between one HTML5 and primary function, specifically includes:
By predetermined protocol, for Android operation system and iOS operating systems, it is unified set the HTML5 with it is described primary Data interaction interface between function.
4. the cross-platform call method of application program according to claim 1, it is characterised in that the HTML5 with it is primary The step of data interaction is carried out between function specifically includes:
Using JSON instruments in HTML5 ends encapsulation of data, the data include the calling ginseng that primary function is called at the HTML5 ends Number;
The data are parsed in primary function end, obtain the call parameters;
The primary function end primary functional interface according to corresponding to searching the call parameters, to perform the primary function Method, respond call request.
5. the cross-platform call method of application program according to claim 4, it is characterised in that the HTML5 with it is primary The step of data interaction is carried out between function also includes:
Using event notification mechanism, notification message is transmitted to the primary function end when in the HTML5 ends encapsulation of data, is led to Know that the primary function code of the primary function end injects the data interaction interface.
6. the cross-platform calling system of a kind of application program, it is characterised in that the system includes:
Package module, for development and application program control and UI widget libraries are encapsulated as, and are by the primary function package in system Primary function library;
Setup module, for setting the data interaction interface between the unified HTML5 of each platform and primary function;And
Calling module, for by the data interaction between the HTML5 and primary function, realizing the related work(of the application program Energy.
7. the cross-platform calling system of application program according to claim 6, it is characterised in that the application program is mixed Run the application program of hair jointly, partly write in the form of the HTML5 pages.
8. the cross-platform calling system of application program according to claim 6, it is characterised in that the setup module passes through Predetermined protocol is unified to set between the HTML5 and the primary function for Android operation system and iOS operating systems Data interaction interface.
9. the cross-platform calling system of application program according to claim 6, it is characterised in that the calling module is also used In:
Using JSON instruments in HTML5 ends encapsulation of data, the data include the calling ginseng that primary function is called at the HTML5 ends Number;
The data are parsed in primary function end, obtain the call parameters;
The primary function end primary functional interface according to corresponding to searching the call parameters, to perform the primary function Method, respond call request.
10. the cross-platform calling system of application program according to claim 9, it is characterised in that the calling module is also For:
Using event notification mechanism, notification message is transmitted to the primary function end when in the HTML5 ends encapsulation of data, is led to Know that the primary function code of the primary function end injects the data interaction interface.
CN201610852773.1A 2016-09-26 2016-09-26 Cross-platform calling method and system for application program Active CN107870821B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610852773.1A CN107870821B (en) 2016-09-26 2016-09-26 Cross-platform calling method and system for application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610852773.1A CN107870821B (en) 2016-09-26 2016-09-26 Cross-platform calling method and system for application program

Publications (2)

Publication Number Publication Date
CN107870821A true CN107870821A (en) 2018-04-03
CN107870821B CN107870821B (en) 2021-03-16

Family

ID=61750794

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610852773.1A Active CN107870821B (en) 2016-09-26 2016-09-26 Cross-platform calling method and system for application program

Country Status (1)

Country Link
CN (1) CN107870821B (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108733377A (en) * 2018-05-14 2018-11-02 广东蜂助手网络技术股份有限公司 The JS exchange methods of page end and mobile phone terminal in a kind of App
CN108984174A (en) * 2018-07-03 2018-12-11 百度在线网络技术(北京)有限公司 Cross-platform application creation method, device, server and storage medium
CN109101228A (en) * 2018-08-10 2018-12-28 百度在线网络技术(北京)有限公司 The execution method and apparatus of application program
CN109471614A (en) * 2018-11-01 2019-03-15 上海找钢网信息科技股份有限公司 The method and device of application program mixed developing
CN109725887A (en) * 2018-12-14 2019-05-07 中国平安财产保险股份有限公司 Data interactive method, device and terminal device based on message research and development frame
CN109753367A (en) * 2018-12-10 2019-05-14 北京城市网邻信息技术有限公司 Communication means, device, computer equipment and computer readable storage medium
CN109976831A (en) * 2019-03-28 2019-07-05 山东浪潮通软信息科技有限公司 Data interactive method between a kind of JavaScript and primary APP
CN109976728A (en) * 2019-04-10 2019-07-05 北京梆梆安全科技有限公司 A kind of generation method of native applications program, device, mobile terminal
CN110704783A (en) * 2019-10-09 2020-01-17 叮当快药科技集团有限公司 Interaction method and device of H5 page and native APP based on custom protocol
CN110727423A (en) * 2018-07-16 2020-01-24 声达资讯股份有限公司 Method and system for developing mobile application program across platforms
CN110908712A (en) * 2019-12-04 2020-03-24 北京中启智源数字信息技术有限责任公司 Data processing method and equipment for cross-platform mobile terminal
CN110908704A (en) * 2019-11-14 2020-03-24 亚信科技(中国)有限公司 Method and device for calling cross-platform native function of mobile terminal
CN111596959A (en) * 2019-02-21 2020-08-28 中科星图股份有限公司 Application program cross-platform development and transplantation method and device
CN111857891A (en) * 2020-07-27 2020-10-30 浪潮云信息技术股份公司 Android native and H5 data processing method, terminal and medium
CN112559225A (en) * 2020-12-24 2021-03-26 南方电网深圳数字电网研究院有限公司 Native capability interaction method and device based on HTML (Hypertext markup language) and storage medium
CN112579959A (en) * 2020-12-24 2021-03-30 京东数字科技控股股份有限公司 Application program processing method, device, equipment, storage medium and product
CN112685662A (en) * 2020-12-09 2021-04-20 广东各有所爱信息科技有限公司 Cross-platform custom jump method
CN113515342A (en) * 2021-04-09 2021-10-19 武汉天喻信息产业股份有限公司 Method and middleware for WEB application program to access NFC smart card
CN115017436A (en) * 2022-08-05 2022-09-06 太平金融科技服务(上海)有限公司深圳分公司 Data interaction method and device of application program, computer equipment and storage medium
CN115080189A (en) * 2022-07-14 2022-09-20 清华大学 iOS end application program system of microcavity sensor and data processing method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103064886A (en) * 2012-12-07 2013-04-24 百度在线网络技术(北京)有限公司 Method for supporting multiple browsers and plug-in
US20150008256A1 (en) * 2012-10-09 2015-01-08 Robert Beadles Display card with memory tag- hybrid multidimensional bar text code
CN105739967A (en) * 2016-01-19 2016-07-06 四川长虹电器股份有限公司 Method of asynchronously calling native by js in mobile application
CN105760162A (en) * 2016-02-04 2016-07-13 四川长虹电器股份有限公司 Development method for hybrid APP software

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150008256A1 (en) * 2012-10-09 2015-01-08 Robert Beadles Display card with memory tag- hybrid multidimensional bar text code
CN103064886A (en) * 2012-12-07 2013-04-24 百度在线网络技术(北京)有限公司 Method for supporting multiple browsers and plug-in
CN105739967A (en) * 2016-01-19 2016-07-06 四川长虹电器股份有限公司 Method of asynchronously calling native by js in mobile application
CN105760162A (en) * 2016-02-04 2016-07-13 四川长虹电器股份有限公司 Development method for hybrid APP software

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108733377A (en) * 2018-05-14 2018-11-02 广东蜂助手网络技术股份有限公司 The JS exchange methods of page end and mobile phone terminal in a kind of App
CN108984174A (en) * 2018-07-03 2018-12-11 百度在线网络技术(北京)有限公司 Cross-platform application creation method, device, server and storage medium
CN108984174B (en) * 2018-07-03 2022-04-12 百度在线网络技术(北京)有限公司 Cross-platform application creation method, device, server and storage medium
CN110727423A (en) * 2018-07-16 2020-01-24 声达资讯股份有限公司 Method and system for developing mobile application program across platforms
CN109101228A (en) * 2018-08-10 2018-12-28 百度在线网络技术(北京)有限公司 The execution method and apparatus of application program
CN109471614A (en) * 2018-11-01 2019-03-15 上海找钢网信息科技股份有限公司 The method and device of application program mixed developing
CN109753367A (en) * 2018-12-10 2019-05-14 北京城市网邻信息技术有限公司 Communication means, device, computer equipment and computer readable storage medium
CN109753367B (en) * 2018-12-10 2022-11-25 北京城市网邻信息技术有限公司 Communication method, communication device, computer equipment and computer readable storage medium
CN109725887A (en) * 2018-12-14 2019-05-07 中国平安财产保险股份有限公司 Data interactive method, device and terminal device based on message research and development frame
CN109725887B (en) * 2018-12-14 2024-04-26 中国平安财产保险股份有限公司 Data interaction method and device based on message research and development framework and terminal equipment
CN111596959A (en) * 2019-02-21 2020-08-28 中科星图股份有限公司 Application program cross-platform development and transplantation method and device
CN109976831A (en) * 2019-03-28 2019-07-05 山东浪潮通软信息科技有限公司 Data interactive method between a kind of JavaScript and primary APP
CN109976728B (en) * 2019-04-10 2022-04-26 北京梆梆安全科技有限公司 Method and device for generating native application program and mobile terminal
CN109976728A (en) * 2019-04-10 2019-07-05 北京梆梆安全科技有限公司 A kind of generation method of native applications program, device, mobile terminal
CN110704783A (en) * 2019-10-09 2020-01-17 叮当快药科技集团有限公司 Interaction method and device of H5 page and native APP based on custom protocol
CN110704783B (en) * 2019-10-09 2021-11-16 叮当快药科技集团有限公司 Interaction method and device of H5 page and native APP based on custom protocol
CN110908704A (en) * 2019-11-14 2020-03-24 亚信科技(中国)有限公司 Method and device for calling cross-platform native function of mobile terminal
CN110908712A (en) * 2019-12-04 2020-03-24 北京中启智源数字信息技术有限责任公司 Data processing method and equipment for cross-platform mobile terminal
CN111857891A (en) * 2020-07-27 2020-10-30 浪潮云信息技术股份公司 Android native and H5 data processing method, terminal and medium
CN112685662A (en) * 2020-12-09 2021-04-20 广东各有所爱信息科技有限公司 Cross-platform custom jump method
CN112579959A (en) * 2020-12-24 2021-03-30 京东数字科技控股股份有限公司 Application program processing method, device, equipment, storage medium and product
CN112559225A (en) * 2020-12-24 2021-03-26 南方电网深圳数字电网研究院有限公司 Native capability interaction method and device based on HTML (Hypertext markup language) and storage medium
WO2022213496A1 (en) * 2021-04-09 2022-10-13 武汉天喻信息产业股份有限公司 Method for accessing nfc smart card by using web application program, and middleware
CN113515342A (en) * 2021-04-09 2021-10-19 武汉天喻信息产业股份有限公司 Method and middleware for WEB application program to access NFC smart card
CN115080189A (en) * 2022-07-14 2022-09-20 清华大学 iOS end application program system of microcavity sensor and data processing method
CN115017436A (en) * 2022-08-05 2022-09-06 太平金融科技服务(上海)有限公司深圳分公司 Data interaction method and device of application program, computer equipment and storage medium
CN115017436B (en) * 2022-08-05 2023-01-10 太平金融科技服务(上海)有限公司深圳分公司 Data interaction method and device of application program, computer equipment and storage medium

Also Published As

Publication number Publication date
CN107870821B (en) 2021-03-16

Similar Documents

Publication Publication Date Title
CN107870821A (en) The cross-platform call method and system of application program
US10810359B2 (en) System and method for provisioning a mobile software application to a mobile device
US7734583B2 (en) Transparent virtual machine for mobile applications
CN104854558B (en) For using compiling and deployment services to carry out system, the method and computer program product of software building and load processing
CN105760162A (en) Development method for hybrid APP software
US20110010613A1 (en) System and method for building mixed mode execution environment for component applications
CN104636122B (en) The sharing method and equipment of a kind of capability component
CN111158690B (en) Desktop application framework, construction method, desktop application running method and storage medium
CN104821954A (en) Cross-platform remote procedure call method
CN106775751A (en) A kind of web front-end frame system and framework method
CN114077423A (en) Airport APP development container architecture based on mobile cross-platform
CN105516322A (en) Interface test method and device based on http protocol
CN112379863B (en) Cross-browser and applet webGL development method and device and computer equipment
CN112527377B (en) Application program generation processing method, device, computer equipment and storage medium
CN115437628A (en) apk application program development method, terminal, server and system
CN114296719A (en) Method, system, equipment and storage medium for improving Weex cross-platform compatibility
CN114721929A (en) Test method, test device, storage medium and equipment
CN110750296A (en) Application processing method and device
CN107423067A (en) A kind of Java applies the method mutually called with non-JNI specifications binary file
Wang et al. Poster: EasyApp: A Widget-Based Cross-Platform Mobile Development Environment for End-Users
CN117608563A (en) Mixed development component packaging method

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