CN106970946A - A kind of page display method and device - Google Patents

A kind of page display method and device Download PDF

Info

Publication number
CN106970946A
CN106970946A CN201710104517.9A CN201710104517A CN106970946A CN 106970946 A CN106970946 A CN 106970946A CN 201710104517 A CN201710104517 A CN 201710104517A CN 106970946 A CN106970946 A CN 106970946A
Authority
CN
China
Prior art keywords
page
pages
content
target pages
jsbridge
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
CN201710104517.9A
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201710104517.9A priority Critical patent/CN106970946A/en
Publication of CN106970946A publication Critical patent/CN106970946A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/954Navigation, e.g. using categorised browsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a kind of page display method and device, and methods described includes:After application program shows current page, the default container in the application program adds JSBridge code into current page;In the case where the condition of shows target pages is triggered, the JSBridge.call provided according to the code of the JSBridge, the preset interface for calling the default container to provide;The new page is opened according to the preset interface, the content of the target pages is loaded and render.Using the embodiment of the present application, it is possible to achieve the dynamic in application program between the page.

Description

A kind of page display method and device
Technical field
The application is related to Internet technical field, more particularly to a kind of page display method and device.
Background technology
It is more and more using the user of internet with continuing to develop for Internet technology.In particular with radio communication The convenience of offer so that wireless client is increasingly becoming main flow.
Existing application program (Application, APP) is usually what is developed using HTML technologies.Using During HTML technological development, it can not also accomplish the dynamic between the page completely.
The content of the invention
A kind of page display method and device that the application is provided, to solve in the prior art not accomplishing between the page The problem of dynamic.
A kind of page display method provided according to the embodiment of the present application, methods described includes:
After application program shows current page, the default container in the application program is added into current page JSBridge code;
In the case where the condition of shows target pages is triggered, provided according to the code of the JSBridge JSBridge.call, the preset interface for calling the default container to provide;
The new page is opened according to the preset interface, the content of the target pages is loaded and render.
Optionally, the default container is provided with the offline packet function of JSApi, Plugin and App.
Optionally, the JSApi includes pushWindow, popWindow, exitApp, rpc interface.
Optionally, before the loading and rendering the content of the target pages, methods described also includes:
According to the development technique of the target pages, carry out the loading of content of pages and render.
Optionally, the development technique according to the target pages, carries out the loading of content of pages and renders, specific bag Include:
In the case where the development technique of the target pages is HTML, adding for content of pages is carried out using UIWebview Carry and render;
Or,
In the case where the development technique of the new page is react-native, page is carried out using ReactRootView The loading of face content and render.
A kind of page display device provided according to the embodiment of the present application, described device includes:
Code adding device, after application program shows current page, default container in the application program is to current JSBridge code is added in the page;
Interface interchange unit, in the case where the condition of shows target pages is triggered, according to the generation of the JSBridge The JSBridge.call that code is provided, the preset interface for calling the default container to provide;
Page display unit, the new page is opened according to the preset interface, loads and renders the interior of the target pages Hold.
Optionally, the default container is provided with the offline packet function of JSApi, Plugin and App.
Optionally, the JSApi includes pushWindow, popWindow, exitApp, rpc interface.
Optionally, the page display unit, is specifically included:
Page open subelement, the new page is opened according to the preset interface;
The page shows subelement, according to the development technique of the target pages, carries out the loading of content of pages and renders.
Optionally, the second page shows subelement, specifically includes:
In the case where the development technique of the target pages is HTML, adding for content of pages is carried out using UIWebview Carry and render;
Or,
In the case where the development technique of the target pages is react-native, carried out using ReactRootView The loading of content of pages and render.
In the embodiment of the present application, based on the default container, JSBridge code can be injected in current page, is made It must can realize and call JSApi in html page to complete the interface redirected between the page, it is possible to achieve the dynamic of the page. Relative to the existing APP based on HTML technological development, the APP that the application is developed based on default container, without developer separately H5ViewController of the write-in with UIWebview required for redirecting between for example each page of other code is write, The API provided by presetting container can just realize redirecting between the page.
Brief description of the drawings
Fig. 1 is the schematic diagram for the client and server (C/S) that the embodiment of the application one is provided;
Fig. 2 is the schematic diagram for the browser and server (B/S) that the embodiment of the application one is provided
Fig. 3 is the flow chart for the page display method that the embodiment of the application one is provided;
Fig. 4 is the schematic diagram of the internal relations for the default container that the embodiment of the application one is provided;
Fig. 5 is a kind of hardware structure diagram of equipment where the page display device that the application is provided;
Fig. 6 is the module diagram for the page display device that the embodiment of the application one is provided.
Embodiment
Here exemplary embodiment will be illustrated in detail, its example is illustrated in the accompanying drawings.Following description is related to During accompanying drawing, unless otherwise indicated, the same numbers in different accompanying drawings represent same or analogous key element.Following exemplary embodiment Described in embodiment do not represent all embodiments consistent with the application.On the contrary, they be only with it is such as appended The example of the consistent apparatus and method of some aspects be described in detail in claims, the application.
It is the purpose only merely for description specific embodiment in term used in this application, and is not intended to be limiting the application. " one kind ", " described " and "the" of singulative used in the application and appended claims are also intended to including majority Form, unless context clearly shows that other implications.It is also understood that term "and/or" used herein refers to and wrapped It may be combined containing one or more associated any or all of project listed.
It will be appreciated that though various information, but this may be described using term first, second, third, etc. in the application A little information should not necessarily be limited by these terms.These terms are only used for same type of information being distinguished from each other out.For example, not departing from In the case of the application scope, the first information can also be referred to as the second information, similarly, and the second information can also be referred to as One information.Depending on linguistic context, word as used in this " if " can be construed to " ... when " or " when ... When " or " in response to determining ".
The overall architecture of existing software development is broadly divided into C/S (Client/Server Structs) and B/S (Browser/Server) framework.
Wherein, C/S frameworks, i.e., the schematic diagram of client and server as shown in Figure 1.Generally, that is installed in client should All realized with program such as APP (Application) using C/S frameworks.
The advantage of C/S frameworks is to give full play to the disposal ability of client, and many work can be after client process Submit to server again, thus server response speed just quickly.But, the determination of C/S frameworks is to need user to download simultaneously Client software is installed, when service logic needs to update, such as during what's new, user is generally required and downloads renewal bag, or Download newest client software.
B/S frameworks, are the schematic diagram of browser and server as shown in Figure 2.B/S frameworks are accompanied by the emerging of internet Rise, Web browser technology is make use of, with reference to a variety of scripting languages and ActiveX technologies of browser.
B/S biggest advantages are exactly that can anywhere carry out being operable without any special software of installation, as long as There is a computer that can be surfed the Net with regard to that can use, client zero installation, zero dimension shield.The extension of system is very easy to.Correspondingly, shortcoming It is exactly that function is relatively simple.
Existing APP exploitations are usually what is developed using HTML technologies.When using HTML technological development, can not also Accomplish the dynamic between the page, the Dynamic Distribution substantially still rested in single-page completely.For example, it is desirable in APP Click on some picture and jump to target pages to realize, developer generally requires write-in one and carries UIWebview's H5ViewController, and it also requires writing the corresponding URL of the H5ViewController (Uniform Resource Locator, URL), the URL is the target pages for needing to jump to.If client receives user's point The UIWebview is hit, it is possible to open H5ViewController, so as to open the corresponding URL page.Retouched by above-mentioned State, it is recognised that developer want to realize between the page when redirecting, be not the URL for being only written target pages, also need Write the H5ViewController with UIWebview, thus the APP based on HTML technological development can not accomplish the page it Between dynamic.
The application refers to Fig. 3 to solve the problem of existing APP can not accomplish the dynamic between the page, is this Apply for the flow chart for the page display method that an embodiment is provided, methods described can apply to client, and methods described includes Following steps:
Step 110:After application program shows current page, the default container in the application program is into current page Add JSBridge code.
Default container described in the present embodiment, (such as can be used for native aspects in ios systems Objective-C develop) realize Nebula containers.
The Nebula containers can include:NebulaSDK、NebulaPoseidon、NebulaAppManager.
Wherein, the NebulaSDK is SDK (the Software Development Kit, software development work externally provided Tool bag), it is possible to achieve existing general method, including Session management, Api etc.;
The NebulaPoseidon is kernel SDK, it is possible to achieve Api, Bridge, Proxy, Monitor etc.;
The NebulaAppManager is to assure reason offline.
The Nebula containers can externally provide JSApi, Plugin and App offline packet function.
Wherein, the JSApi, as JavaScript interface, the JSApi include some conventional interfaces for example The interfaces such as pushWindow, popWindow, exitApp, rpc.
The Plugin is plug-in unit, for realizing the Nebula container expansions new business.For example, developing one newly After business, it can be inserted by plug-in unit in Nebula containers so that the Nebula containers business is more perfect.
The App is wrapped offline, and typically referring to new business can be issued by wrapping offline.
The Nebula containers also provide the administrative skill between the page, such as push, pop or setTitle
Wherein, the push represents to be pushed into a new window;The pop represents to exit current window.
In the present embodiment, the Nebula containers externally provide JSBridge interfaces, and called side can be by described JSBridge interface interchange JSApi, so that redirecting and (calling pushWindow), closing and (call between realizing the page PopWindow interfaces) and other native interface.
Specifically, the Nebula containers can write JSBridge code to current page;
If user clicks the code for carrying the JSBridge, JSBridge.call interfaces can be triggered, so as to call The JSApi of the Nebula containers.
The schematic diagram of the following internal relations that refer to the default container (Nebula) shown in Fig. 4, including following 3 portions Point:
NebulaPoseidon, NebulaAppManager and Nebula.
Wherein, it is Core (core) part of the default container (Nebula) on the NebulaPoseidon, can To realize the development ability based on event model, predominantly follow-up JSApi, Plugin realization provide infrastructural support.
Specifically, as shown in figure 4, include in the NebulaPoseidon Service, Proxy, Kernel, Monitor, Event, Config and Bridge.
On the NebulaAppManager, it is possible to achieve solve the problems, such as Consumer's Experience, for example, new business can be beaten It is downloaded into an offline bag local.
Specifically, as shown in figure 4, include in the NebulaAppManager AppManager, DataSource, AppStorage, DownloadManager, Monitor, Zip and Config.
On the Nebula, realize Session management on APP, the ViewController management between the page, And JSApi realization.
Specifically, include in the Nebula Service, SessionManager, Protocol, AppDataSourceManager, Config, Monitor, Event, JSApi, Pugin, Foundation, Common and 3rd.
Be worth mentioning when, the JSBridge can be used for calling between Java code and Javascript codes.
In the present embodiment, based on the default container, JSBridge code is filled with current page so that
Therefore, based on the default container, it is possible to achieve call JSApi to complete to redirect between the page in html page Interface, it is possible to achieve the dynamic of the page.Relative to the existing APP based on HTML technological development, the application is based on default appearance The APP of device exploitation, the required write-in that redirects separately write without developer between for example each page of other code is carried UIWebview H5ViewController, the API provided by presetting container can just realize redirecting between the page.And And, the default container can also realize the closing of the page, and other native interface.
Step 120:In the case where the condition of shows target pages is triggered, provided according to the code of the JSBridge JSBridge.call, the preset interface for calling the default container to provide.
In the present embodiment, the condition of the shows target pages can be set in advance, such as, can on smart mobile phone , i.e., can be according to the code of the JSBridge in the case where the button of shows target pages is triggered to be click on triggering The JSBridge.call of offer, the preset interface for calling the default container to provide.
The interface for being used to open the new page that the preset interface provides for the default container.As it was previously stated, described Preset interface can be pushWindow, and the pushWindow interfaces are to be used to perform to open the new page.
Step 130:The new page is opened according to the preset interface, the content of the target pages is loaded and render.
In the present embodiment, the preset interface is opened after the new page, can be carried out according to the URL of the target pages Load and rendering content, so that redirecting between completing the page.
By the embodiment of the present application, based on the default container, JSBridge code can be injected in current page, Make it possible to achieve and directly invoke JSApi in html page to complete the interface redirected between the page, it is possible to achieve the page Dynamic.Relative to the existing APP based on HTML technological development, the APP that the application is developed based on default container, without exploit person The required write-in that redirects that member is separately write between for example each page of other code carries UIWebview's H5ViewController, the API provided by presetting container can just realize redirecting between the page.
APP exploitations can also use React Native technologies in addition to using HTML technologies.
For most of APP exploitations, it usually needs in face of mobile terminal exploitation, first in the system bag of main flow on the market Android system and IOS systems are included, wherein Android system mainly uses Java, and IOS systems mainly use Objective-c.Cause This, generally, an APP needs two sets of exploitation to be respectively suitable for Android and ISO.However, with React Native appearance, having Effect solves this problem.It can be applied to Android system and IOS systems simultaneously using the APP of React Native technological development System.
For different development technique, difference also occurs in the content of loading and the post-processing object page.It is this in order to tackle Situation, it is described in step 130 to load and render the interior of the target pages on the basis of the embodiment shown in above-mentioned Fig. 3 Before appearance, methods described also includes:
According to the development technique of the target pages, carry out the loading of content of pages and render.
, can be by checking the content-type of the target pages, to determine development technique in the present embodiment.Typically , the development technique can be HTML technologies or React Native technologies.
Specifically, in the case where the development technique of the target pages is HTML, carried out using UIWebview in the page The loading of appearance and render.
Or,
In the case where the development technique of the target pages is React Native, carried out using ReactRootView The loading of content of pages and render.
Generally, the page of HTML technological development, can use UIWebview to carry out the loading of content of pages and render. The page of React Native technological development, can use ReactRootView to carry out the loading of content of pages and render.
By the embodiment of the present application, can automatically according to target pages development technique, carried out using corresponding mode The loading of content of pages and render.
Corresponding with foregoing page display method embodiment, present invention also provides a kind of implementation of page display device Example.Described device embodiment can be realized by software, can also be realized by way of hardware or software and hardware combining.With soft It is by nonvolatile memory by the processor of equipment where it as the device on a logical meaning exemplified by part is realized In corresponding computer program instructions read in internal memory what operation was formed.For hardware view, as shown in figure 5, being this Shen Please equipment where page display device a kind of hardware structure diagram, except the processor shown in Fig. 5, network interface, internal memory and Outside nonvolatile memory, the equipment in embodiment where device shows actual functional capability generally according to the page, can also wrap Other hardware are included, this is repeated no more.
Referring to Fig. 6, the module map of the page display device provided for the embodiment of the application one, described device includes:Code Adding device 210, interface interchange unit 220 and page display unit 230.
Wherein, the code adding device 210, it is pre- in the application program after application program shows current page If container adds JSBridge code into current page;
The interface interchange unit 220, in the case where the condition of shows target pages is triggered, according to described The JSBridge.call that JSBridge code is provided, the preset interface for calling the default container to provide;
Page display unit 230, the new page is opened according to the preset interface, loads and renders the target pages Content.
In an optional embodiment:
The default container is provided with the offline packet function of JSApi, Plugin and App.
In an optional embodiment:
The JSApi includes pushWindow, popWindow, exitApp, rpc interface.
In an optional embodiment:
The page display unit 230, is specifically included:
Page open subelement, the new page is opened according to the preset interface;
The page shows subelement, according to the development technique of the target pages, carries out the loading of content of pages and renders.
In an optional embodiment:
The second page shows subelement, specifically includes:
In the case where the development technique of the target pages is HTML, adding for content of pages is carried out using UIWebview Carry and render;
Or,
In the case where the development technique of the target pages is react-native, carried out using ReactRootView The loading of content of pages and render.
By the embodiment of the present application, based on the default container, JSBridge code can be injected in current page, Make it possible to achieve and call JSApi in html page to complete the interface redirected between the page, it is possible to achieve the dynamic of the page Property.Relative to the existing APP based on HTML technological development, the APP that the application is developed based on default container is another without developer The required write-in that redirects that row write enters between for example each page of other code carries UIWebview's H5ViewController, the API provided by presetting container can just realize redirecting between the page.
System, device, module or unit that above-described embodiment is illustrated, can specifically be realized by computer chip or entity, Or realized by the product with certain function.A kind of typically to realize that equipment is computer, the concrete form of computer can To be personal computer, laptop computer, cell phone, camera phone, smart phone, personal digital assistant, media play In device, navigation equipment, E-mail receiver/send equipment, game console, tablet PC, wearable device or these equipment The combination of any several equipment.
The function of unit and the implementation process of effect specifically refer to correspondence step in the above method in said apparatus Implementation process, will not be repeated here.
For device embodiment, because it corresponds essentially to embodiment of the method, so related part is real referring to method Apply the part explanation of example.Device embodiment described above is only schematical, wherein described be used as separating component The unit of explanation can be or may not be physically separate, and the part shown as unit can be or can also It is not physical location, you can with positioned at a place, or can also be distributed on multiple NEs.Can be according to reality Selection some or all of module therein is needed to realize the purpose of application scheme.Those of ordinary skill in the art are not paying In the case of going out creative work, you can to understand and implement.
Those skilled in the art will readily occur to its of the application after considering specification and putting into practice invention disclosed herein Its embodiment.The application is intended to any modification, purposes or the adaptations of the application, these modifications, purposes or Person's adaptations follow the general principle of the application and including the undocumented common knowledge in the art of the application Or conventional techniques.Description and embodiments are considered only as exemplary, and the true scope of the application and spirit are by following Claim is pointed out.
It should be appreciated that the precision architecture that the application is not limited to be described above and is shown in the drawings, and And various modifications and changes can be being carried out without departing from the scope.Scope of the present application is only limited by appended claim.

Claims (10)

1. a kind of page display method, it is characterised in that methods described includes:
After application program shows current page, the default container in the application program adds JSBridge into current page Code;
In the case where the condition of shows target pages is triggered, provided according to the code of the JSBridge JSBridge.call, the preset interface for calling the default container to provide;
The new page is opened according to the preset interface, the content of the target pages is loaded and render.
2. according to the method described in claim 1, it is characterised in that the default container is provided with JSApi, Plugin and App Offline packet function.
3. method according to claim 2, it is characterised in that the JSApi include pushWindow, popWindow, ExitApp, rpc interface.
4. according to the method described in claim 1, it is characterised in that the content for loading and rendering the target pages it Before, methods described also includes:
According to the development technique of the target pages, carry out the loading of content of pages and render.
5. method according to claim 4, it is characterised in that the development technique according to the target pages, is carried out The loading of content of pages and render, specifically include:
The target pages development technique be HTML in the case of, using UIWebview carry out content of pages loading and Render;
Or,
In the case where the development technique of the new page is react-native, use
ReactRootView carries out the loading of content of pages and rendered.
6. a kind of page display device, it is characterised in that described device includes:
Code adding device, after application program shows current page, default container in the application program is to current page Middle addition JSBridge code;
Interface interchange unit, in the case where the condition of shows target pages is triggered, according to described
The JSBridge.call that JSBridge code is provided, the preset interface for calling the default container to provide;
Page display unit, the new page is opened according to the preset interface, the content of the target pages is loaded and render.
7. device according to claim 6, it is characterised in that the default container is provided with JSApi, Plugin and App Offline packet function.
8. device according to claim 7, it is characterised in that the JSApi include pushWindow, popWindow, ExitApp, rpc interface.
9. device according to claim 6, it is characterised in that the page display unit, is specifically included:
Page open subelement, the new page is opened according to the preset interface;
The page shows subelement, according to the development technique of the target pages, carries out the loading of content of pages and renders.
10. device according to claim 9, it is characterised in that the second page shows subelement, specifically includes:
The target pages development technique be HTML in the case of, using UIWebview carry out content of pages loading and Render;
Or,
In the case where the development technique of the target pages is react-native, the page is carried out using ReactRootView The loading of content and render.
CN201710104517.9A 2017-02-24 2017-02-24 A kind of page display method and device Pending CN106970946A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710104517.9A CN106970946A (en) 2017-02-24 2017-02-24 A kind of page display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710104517.9A CN106970946A (en) 2017-02-24 2017-02-24 A kind of page display method and device

Publications (1)

Publication Number Publication Date
CN106970946A true CN106970946A (en) 2017-07-21

Family

ID=59328680

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710104517.9A Pending CN106970946A (en) 2017-02-24 2017-02-24 A kind of page display method and device

Country Status (1)

Country Link
CN (1) CN106970946A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107832099A (en) * 2017-10-26 2018-03-23 咪咕数字传媒有限公司 A kind of client release compatible method, apparatus and storage medium
CN108509243A (en) * 2018-03-15 2018-09-07 广州虎牙信息科技有限公司 The method, apparatus and electronic equipment of a kind of page load in application
CN108804082A (en) * 2018-05-10 2018-11-13 北京酷我科技有限公司 A kind of implementation method of plug-in unit JSBridge
CN109408142A (en) * 2018-10-12 2019-03-01 南瑞集团有限公司 The method that H5 page high-performance is safely loaded with is realized based on jsbundle
WO2019214539A1 (en) * 2018-05-08 2019-11-14 阿里巴巴集团控股有限公司 Document display method and apparatus
CN111078209A (en) * 2019-11-06 2020-04-28 口碑(上海)信息技术有限公司 Development processing method, device and equipment for service page

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1329433A (en) * 2000-06-19 2002-01-02 国际商业机器公司 Speech system using speech-carrying protocol of interconnected network protocol as basis
CN104219078A (en) * 2013-06-04 2014-12-17 阿里巴巴集团控股有限公司 Method and device for processing multiple runtime environment data
CN105930467A (en) * 2016-04-22 2016-09-07 联想(北京)有限公司 Information processing method and electronic device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1329433A (en) * 2000-06-19 2002-01-02 国际商业机器公司 Speech system using speech-carrying protocol of interconnected network protocol as basis
CN104219078A (en) * 2013-06-04 2014-12-17 阿里巴巴集团控股有限公司 Method and device for processing multiple runtime environment data
CN105930467A (en) * 2016-04-22 2016-09-07 联想(北京)有限公司 Information processing method and electronic device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MARK: "xiyouMc/Hybrid", 《LIBRARIES.IO》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN108509243A (en) * 2018-03-15 2018-09-07 广州虎牙信息科技有限公司 The method, apparatus and electronic equipment of a kind of page load in application
WO2019214539A1 (en) * 2018-05-08 2019-11-14 阿里巴巴集团控股有限公司 Document display method and apparatus
CN108804082A (en) * 2018-05-10 2018-11-13 北京酷我科技有限公司 A kind of implementation method of plug-in unit JSBridge
CN109408142A (en) * 2018-10-12 2019-03-01 南瑞集团有限公司 The method that H5 page high-performance is safely loaded with is realized based on jsbundle
CN111078209A (en) * 2019-11-06 2020-04-28 口碑(上海)信息技术有限公司 Development processing method, device and equipment for service page
CN111078209B (en) * 2019-11-06 2023-07-07 口碑(上海)信息技术有限公司 Development processing method, device and equipment for business page

Similar Documents

Publication Publication Date Title
CN106970946A (en) A kind of page display method and device
CN110489101B (en) Interface simulation method, system, medium and electronic equipment
CN109165050B (en) Program running method and device, computing equipment and storage medium
KR100898527B1 (en) System and method for dynamically simulating devices at a computing device
KR20070103736A (en) A method of providing content to a wireless computing device
CN103443763B (en) Comprise to connect the ISA Bridge of the support called rewriteeing virtual function
CN109873735B (en) Performance test method and device for H5 page and computer equipment
CN113190464A (en) mock testing method, mock testing device, electronic equipment and mock testing medium
CN111444103A (en) Automatic testing method for Web page and related equipment
CN110618811B (en) Information presentation method and device
US8290442B2 (en) Testing media content for wireless communication devices
US8291004B2 (en) Remotely controlling playback of media content on a wireless communication device
US20130307872A1 (en) Integrating Remote Content with Local Content
TWI641984B (en) Method for interaction between terminal device and web site, method for providng web service for terminal device, and computer program product for interaction between terminal device and web site
CN115080109A (en) Multi-cloud-end environment joint debugging method, device, system and equipment based on hybrid development
CA2600258C (en) Remotely controlling playback of media content on a wireless communication device
CN111078209B (en) Development processing method, device and equipment for business page
CA2600234C (en) Testing media content for wireless communication devices
CN110245315B (en) Method, device, controller and storage medium for simulating APP title bar in webpage
Hammershøj et al. Mobile Platforms:-An analysis of Mobile Operating Systems and Software development platforms
Erkkilä Web and native technologies in mobile application development
Cosmina et al. Spring WebSocket Support
Trivedi et al. Mobile Basics
Louis et al. Mastering mobile test automation
CN114329557A (en) Method and device for processing permission acquisition request, storage medium and electronic equipment

Legal Events

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

Application publication date: 20170721

RJ01 Rejection of invention patent application after publication