CN105786513A - Mixed mobile application development method based on Html5 - Google Patents

Mixed mobile application development method based on Html5 Download PDF

Info

Publication number
CN105786513A
CN105786513A CN201610111938.XA CN201610111938A CN105786513A CN 105786513 A CN105786513 A CN 105786513A CN 201610111938 A CN201610111938 A CN 201610111938A CN 105786513 A CN105786513 A CN 105786513A
Authority
CN
China
Prior art keywords
html5
webpage
mobile solution
primary
bag
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
CN201610111938.XA
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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric 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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201610111938.XA priority Critical patent/CN105786513A/en
Publication of CN105786513A publication Critical patent/CN105786513A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

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

Abstract

The invention discloses a mixed mobile application development method based on Html5. The method comprises the steps that a WebView serves as a main body, the place where a stuck screen or a white screen occurs possibly when Html5 webpage loading is used is subjected to native development, and the place where the number of interaction with a user is more than or equal to 15 times per month is subjected to native development; the place where the number of interaction with the user is smaller than 15 times per month is developed by loading a Html5 webpage through the WebView. The method is used for conducting development of a mixed mobile application, the problems that at present, for the mixed mobile application, video loading is slow, stuck pictures occur, and page jump is slow can be solved, and the user experience is promoted.

Description

Mixing Mobile solution development approach based on Html5
Technical field
The present invention relates to a kind of Mobile solution development field based on framework, specifically a kind of mixing Mobile solution development approach based on Html5.
Background technology
Along with the development of development of Mobile Internet technology and popularizing of Intelligent mobile equipment, mobile Internet importance in life is more and more obvious, and the exploitation of mobile applications is also more and more important.The development mode of current Mobile solution mainly has following three kinds: 1. native applications exploitation, i.e. NativeApp, is move the App type being most widely used on equipment at present.It is based on moving equipment native operating sys-tern the third party application using primary language to write, it is possible to directly invoking the DeviceAPI of bottom, each platform has oneself independent development language.Its advantage: can local resource access, support online and off-line;Consumer's Experience is good;Interfacial effect high-quality;Saving network flow and opening speed are fast.Shortcoming: can not cross-platform transplant;Construction cycle is long;Development cost is high and maintenance cost is also high.2. web application exploitation, namely WebApp exploitation, based on Web technological development such as HTML+CSS+JavaScript, operates on network environment and browser, it is not necessary to install, it is possible to realize cross-platform easily.It also is able to be called the DeviceAPI of bottom by browser simultaneously.Its advantage: realize cross-platform;Construction cycle is short;It is convenient to access, it is not necessary to download.Shortcoming: network is relied on serious, retrained by network speed;Poor user experience;Bottom call capability is poor.3. mixing application and development, i.e. HybirdApp, it is between native applications and web application, has the advantage of the good Consumer's Experience of NativeApp and the advantage of WebApp Cross-border congestion management concurrently, becomes the Mobile solution development mode of each big business favor in recent years.Its advantage: development cost is low, safeguards simple;Better user experience;Can be cross-platform.
In at present mixing Mobile solution exploitation, the mixability of Native and Web is an open question always.Too much primary exploitation can increase development difficulty, loses the cross-platform advantage of Web, and if NativeView and WebView is covered stacking, development cost and development difficulty can be greatly increased again, lose more than gain;If based on Web, it is possible to have fabulous professional platform independence, Native function can be interted again, but but it can exist serious Consumer's Experience problem as WebApp.
Summary of the invention
[solving the technical problem that]
Present invention aim to address above-mentioned prior art problem, it is provided that a kind of mixing Mobile solution development approach based on Html5.
[technical scheme]
In order to reach above-mentioned technique effect, the present invention takes techniques below scheme:
The present invention is based on mixing Mobile solution development mode, and with WebView for this main body, incomplete place that Html5 is done at present adopts primary development scheme, and the place WebView few alternately with user loads Html webpage and realize.
A kind of mixing Mobile solution development approach based on Html5, it is based on WebView, to use Html5 webpage load be likely to occur card screen or white screen place adopt primary exploitation, to user interaction times >=15 time/month place employing primary exploitation;Adopt WebView to load Html5 webpage in the place with user interaction times < 15 time/month to realize.
According to present invention technical scheme more further, said method is realized by the mobile framework of following mixing:
HTML Developing tool is packaged into webpage bag;The primary developing instrument of primary application is packaged into plug-in unit bag and engine bag;Then the concrete condition according to mixing Mobile solution, adjusts the mixed proportion of webpage bag and plug-in unit bag;Then described webpage bag, plug-in unit bag and engine bag are put in the Mobile Development management platform of equipment.
According to present invention technical scheme more further, the local call method of described primary exploitation is as follows:
When Mobile solution webpage development needs the plug-in unit bag using primary developing instrument to pack, perform primary code by calling JS method;And after primary code has performed, by callback mechanism by perform result either synchronously or asynchronously return to caller.
According to present invention technical scheme more further, described use Html5 webpage loads the place being likely to occur card screen or white screen and includes using the audio or video of Html5 webpage loading internal memory >=1M;Described with user interaction times >=15 time/month place include navigation bar or gesture password.
According to present invention technical scheme more further, in the download of batch picture, in the web displaying of the mixing Mobile solution that sing on web View is main body, adopt prestrain storage method.
According to present invention technical scheme more further, described prestrain storage method is:
During batch download pictures, first determine whether whether this locality has stored required content, expired without corresponding data or data, then load corresponding JS data, be then store in this locality, store and after well, obtain data from this locality;If there have corresponding data and data not to have to be expired, directly obtain data from this locality.
When the mobile framework of exploitation mixing, there is the plug-in unit bag of a lot of conventional control and basic module.In order to reduce the mixing Mobile solution exploitation dependence to mobile framework, when the present invention proposes the different HybirdApp for exploitation, only add required plug-in unit in the frame, abandon redundant cards, thus it not be used in load and the page initializes its internal special parts, accelerate the loading velocity of the page, improve Consumer's Experience.
The present invention is described in detail below.
The mixing application and development mode approach of the present invention is the browser of built-in sing on web Kit kernel in a device;And in the SDK of equipment, encapsulate WebView view component, the interface developer to mixing Mobile solution of WebKit is exposed by this view component.
The mode that the present invention adopts is based on what the cross-platform characteristic of Html5 realized, no matter is Android device or ios equipment, is all based on WebKit browser, it is possible to load Web browser, it is therefore possible to use Html5 realizes Mobile solution Cross-border congestion management.The present invention is mainly for solving to mix at present common problem in Mobile solution, as page jump is slow, audio frequency and video loads difficulty etc., in order to promote Consumer's Experience, the present invention moves framework with mixing newly developed, propose based on WebView, incomplete place that Html5 is done is (as page jump is slow, audio frequency and video loads difficulty etc.) adopt primary development scheme, the new thought of the page presentation WebView loading html webpage realization that the place few alternately with user is such as detailed, current main flow framework Program is avoided to be loaded into and UI interfacial reaction problem slowly.Meanwhile, in batch picture download, the present invention proposes a kind of employing prestrain storage method in the HybirdApp web displaying that sing on web View is main body.
Based on WebView in the present invention, Native exploitation basis control and UI control are compressed into plug-in unit bag, when the framework utilizing the present invention develops Mobile solution App, call required primary control according to project concrete condition, adjust Web part and the degree of mixing of Native part flexibly.
[beneficial effect]
The present invention compared with prior art, has following beneficial effect:
The method utilizing the present invention carries out the exploitation of mixing Mobile solution, it is possible to solves to mix the problems such as video in Mobile solution loads slowly, picture card is paused, page jump is slow at present, promotes Consumer's Experience.It is little that the mixing Mobile solution of the present invention develops not only difficulty, and workload is few, and safeguards simple, it is achieved that low cost high-speed mobile application and development, make primary exploitation and webpage development perfect adaptation realize cross-platform while, bring better experience to user.
Accompanying drawing explanation
Fig. 1 is the movable frame shelf structure schematic diagram of the present invention;
Fig. 2 is the flow chart of rear invoked procedure in the primary audio frequency of the present invention, video embedded web page.
Detailed description of the invention
Below in conjunction with embodiments of the invention, the invention will be further elaborated.
Embodiment:
A kind of mixing Mobile solution development approach based on Html5, it is based on WebView, to use Html5 webpage load be likely to occur card screen or white screen place adopt primary exploitation, to user interaction times >=15 time/month place employing primary exploitation;Adopt WebView to load Html5 webpage in the place with user interaction times < 15 time/month to realize.
Said method is to be realized by the mobile framework of mixing as shown in Figure 1:
HTML Developing tool is packaged into webpage bag;The primary developing instrument of primary application is packaged into plug-in unit bag and engine bag;Then the concrete condition according to mixing Mobile solution, adjusts the mixed proportion of webpage bag and plug-in unit bag;Then described webpage bag, plug-in unit bag and engine bag are put in the Mobile Development management platform of equipment.
Described equipment is ios equipment and Android device.
During the present invention is embodied as, described primary developing instrument includes Eclipse and Xcode.
The described place using the loading of Html5 webpage to be likely to occur card screen or white screen includes the audio or video using Html5 webpage to load internal memory >=1M;Described to user interaction times >=15 time/month place include navigation bar or gesture password.
The present invention is mainly for solving to mix at present common problem in Mobile solution, as page jump is slow, audio frequency and video loads difficulty etc., in order to promote Consumer's Experience, the present invention moves framework with mixing newly developed, propose based on WebView, incomplete place that Html5 is done is (as page jump is slow, audio frequency and video loads difficulty etc.) adopt primary development scheme, the new thought of the page presentation WebView loading html webpage realization that the place few alternately with user is such as detailed, current main flow framework Program is avoided to be loaded into and UI interfacial reaction problem slowly.Meanwhile, in batch picture download, the present invention proposes a kind of employing prestrain storage method in the HybirdApp web displaying that sing on web View is main body.
In the download of batch picture, in the web displaying of the mixing Mobile solution that sing on web View is main body, adopt prestrain storage method.
Described prestrain storage method is:
During batch download pictures, first determine whether whether this locality has stored required content, expired without corresponding data or data, then load corresponding JS data, be then store in this locality, store and after well, obtain data from this locality;If there have corresponding data and data not to have to be expired, directly obtain data from this locality.
When the mobile framework of exploitation mixing, there is the plug-in unit bag of a lot of conventional control and basic module.In order to reduce the mixing Mobile solution exploitation dependence to mobile framework, when the present invention proposes the different HybirdApp for exploitation, only add required plug-in unit in the frame, abandon redundant cards, thus it not be used in load and the page initializes its internal special parts, accelerate the loading velocity of the page, improve Consumer's Experience.
Video and the audio label of HTML5 is used in webpage to add the label of video and audio frequency, just easily can need not quickly play video and audio file by pre-loaded AdobeFlash browser plug-in in the browser supporting html5.And html5media.js can make video and audio label come into force on the browser not supporting html5.But the technology that Html5 is in Voice & Video is also not as ripe, there is a lot of defect, it was also proposed that a lot of relevant schemes solved, the article about this respect has had a lot.The present invention points out, the audio file provided in Html5 and video file are use web show on mobile version, the smoothness not done can not buffer memory, when web application needs to access this Voice & Video file, be required for accessing this file from this network.If network speed condition bad or do not have net environment in, accessing this file is there will be Caton phenomenon, even can not access audio files and video file, this greatly reduces Consumer's Experience sense.So the present invention proposing use primary exploitation Voice & Video part, improve the fluency of Voice & Video broadcasting to improve Consumer's Experience.As in figure 2 it is shown, first develop the primary part of Voice & Video, and it is packaged into plug-in unit, is put into company's Mobile Development and application platform, when needing to use this plug-in unit in Mobile solution webpage development, just can directly perform primary code by calling js method.Further, after Native method has performed, by callback mechanism can by perform result either synchronously or asynchronously return to caller.
In picture loading, if the web page either directly through Html5 Loads Image relevant with network speed, picture loading for batch takes flow very much, to this, there are picture delay loading technology and prestrain technology etc. at present, well optimize card the, when page Loads Image, the situation etc. of white screen, technical at this, the present invention proposes a kind of method: expend flow for picture big, network speed is required in the high HybirdApp web displaying that sing on web View is main body, can first judge whether this locality exists and store required content, without corresponding data or out of date, then load corresponding JS data, it is then store in this locality;If having and do not have expired, directly obtain data from this locality.So need not access every time and be required for downloading, also accelerate webpage loading velocity simultaneously, reduce the consumption of customer flow, save the broadband of respective server, improve Consumer's Experience simultaneously.
Although reference be made herein to invention has been described for the explanatory embodiment of the present invention, above-described embodiment is only the present invention preferably embodiment, embodiments of the present invention are also not restricted to the described embodiments, should be appreciated that, those skilled in the art can be designed that a lot of other amendments and embodiment, and these amendments and embodiment will drop within spirit disclosed in the present application and spirit.

Claims (6)

1. the mixing Mobile solution development mode based on Html5, it is characterized in that it is based on WebView, to use Html5 webpage load be likely to occur card screen or white screen place adopt primary exploitation, to user interaction times >=15 time/month place employing primary exploitation;Adopt WebView to load Html5 webpage in the place with user interaction times < 15 time/month to realize.
2. the mixing Mobile solution development approach based on Html5 according to claim 1, it is characterised in that it is realized by the mobile framework of following mixing:
HTML Developing tool is packaged into webpage bag;The primary developing instrument of primary application is packaged into plug-in unit bag and engine bag;Then the concrete condition according to mixing Mobile solution, adjusts the mixed proportion of webpage bag and plug-in unit bag;Then described webpage bag, plug-in unit bag and engine bag are put in equipment Mobile Development management platform.
3. the mixing Mobile solution development approach based on Html5 according to claim 2, it is characterised in that the call method in the place of described primary exploitation is as follows:
When Mobile solution webpage development needs the plug-in unit bag using primary developing instrument to pack, perform primary code by calling JS method;And after primary code has performed, by callback mechanism by perform result either synchronously or asynchronously return to caller.
4. the mixing Mobile solution development approach based on Html5 according to claim 1, it is characterised in that described use Html5 webpage loads the audio or video that the place being likely to occur card screen or white screen includes using Html5 webpage to load internal memory >=1M;Described with user interaction times >=15 time/month place include navigation bar or gesture password.
5. the mixing Mobile solution development approach based on Html5 according to claim 1, it is characterised in that in the download of batch picture, in the web displaying of the mixing Mobile solution that sing on web View is main body, adopts prestrain storage method.
6. the mixing Mobile solution development approach based on Html5 according to claim 5, it is characterised in that described prestrain storage method is:
During batch download pictures, first determine whether whether this locality has stored required content, expired without corresponding data or data, then load corresponding JS data, be then store in this locality, store and after well, obtain data from this locality;If there have corresponding data and data not to have to be expired, directly obtain data from this locality.
CN201610111938.XA 2016-02-29 2016-02-29 Mixed mobile application development method based on Html5 Pending CN105786513A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610111938.XA CN105786513A (en) 2016-02-29 2016-02-29 Mixed mobile application development method based on Html5

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610111938.XA CN105786513A (en) 2016-02-29 2016-02-29 Mixed mobile application development method based on Html5

Publications (1)

Publication Number Publication Date
CN105786513A true CN105786513A (en) 2016-07-20

Family

ID=56403881

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610111938.XA Pending CN105786513A (en) 2016-02-29 2016-02-29 Mixed mobile application development method based on Html5

Country Status (1)

Country Link
CN (1) CN105786513A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713119A (en) * 2016-12-13 2017-05-24 四川长虹电器股份有限公司 Cross-platform notifying and displaying method of real-time message of mobile terminal
CN106778100A (en) * 2016-12-01 2017-05-31 北京智游网安科技有限公司 Obscuring Compilation Method and obscure compiler based on Android platform and ios platform
CN107368560A (en) * 2017-07-07 2017-11-21 腾讯科技(深圳)有限公司 Method for implementing page and device, the computer-readable recording medium of Mobile solution
CN107563736A (en) * 2017-09-20 2018-01-09 北京三快在线科技有限公司 The switching method and server of the primary page and Web page
CN109063202A (en) * 2018-09-13 2018-12-21 北京三快在线科技有限公司 The method, apparatus and computer equipment of pop-up are realized in mixed interface application
CN109101228A (en) * 2018-08-10 2018-12-28 百度在线网络技术(北京)有限公司 The execution method and apparatus of application program
CN109614564A (en) * 2018-12-06 2019-04-12 苏州思必驰信息科技有限公司 Promote the method and device that WebView interacts real-time with H5
CN109683990A (en) * 2018-12-27 2019-04-26 四川新网银行股份有限公司 H5 multiterminal cut-in method based on mixed mode mobile application
CN109740079A (en) * 2018-10-29 2019-05-10 深圳壹账通智能科技有限公司 Loading method, device and the computer equipment of the H5 page
CN110209424A (en) * 2019-05-05 2019-09-06 浙江浙大中控信息技术有限公司 The method of dynamic configuration WebApp based on Android
CN110908712A (en) * 2019-12-04 2020-03-24 北京中启智源数字信息技术有限责任公司 Data processing method and equipment for cross-platform mobile terminal
CN111290737A (en) * 2020-01-20 2020-06-16 北京字节跳动网络技术有限公司 Method and device for application program development and electronic equipment
CN111506848A (en) * 2019-01-30 2020-08-07 阿里巴巴集团控股有限公司 Webpage processing method, device, equipment and readable storage medium
CN111782192A (en) * 2020-07-02 2020-10-16 浪潮云信息技术股份公司 Method for developing mobile office system in mixed mode
CN111858303A (en) * 2020-06-05 2020-10-30 百度在线网络技术(北京)有限公司 Method, device, equipment and medium for controlling page of applet
CN112181366A (en) * 2020-09-28 2021-01-05 科大国创云网科技有限公司 Mobile application development framework based on cross-platform interaction
CN113568661A (en) * 2021-07-06 2021-10-29 浙江浙大中控信息技术有限公司 Method for realizing app mixed development based on Android sdk
CN115079923A (en) * 2022-06-17 2022-09-20 北京新唐思创教育科技有限公司 Event processing method, device, equipment and medium
CN115408094A (en) * 2022-11-01 2022-11-29 易方信息科技股份有限公司 IOS WebView-based application internal and external floating window implementation method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572042A (en) * 2013-10-15 2015-04-29 航天信息股份有限公司 Cross-platform middleware device of mobile terminal equipment and implementation method of cross-platform middleware device of mobile terminal equipment
CN104714830A (en) * 2015-04-03 2015-06-17 普元信息技术股份有限公司 System and method for achieving cross-platform application development based on native development language
US20150355889A1 (en) * 2013-04-23 2015-12-10 Kofax, Inc. Smart mobile application development platform

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150355889A1 (en) * 2013-04-23 2015-12-10 Kofax, Inc. Smart mobile application development platform
CN104572042A (en) * 2013-10-15 2015-04-29 航天信息股份有限公司 Cross-platform middleware device of mobile terminal equipment and implementation method of cross-platform middleware device of mobile terminal equipment
CN104714830A (en) * 2015-04-03 2015-06-17 普元信息技术股份有限公司 System and method for achieving cross-platform application development based on native development language

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
SUN_MOON: "***统一开发环境", 《HTTP://WWW.BAIKE.COM/WIKI/***统一开发环境 *
冬夜微风: "JavaScript实现无需等待的图片预加载", 《HTTP://OUTOFMEMORY.CN/CODE-SNIPPET/12940/JAVASCRIPT-ACHIEVE-WAIT-PICTURE-LOADING》 *
苦心人天不负: "Hybrid App开发", 《HTTPS://BLOG.CSDN.NET/IOIOL/ARTICLE/DETAILS/48252059》 *
飞鹰飞龙: "[重磅] 让HTML5达到原生的体验 系列之一 避免切页白屏", 《HTTP://WWW.360DOC.COM/CONTENT/14/0723/02/16002580_396405866.SHTML》 *

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106778100A (en) * 2016-12-01 2017-05-31 北京智游网安科技有限公司 Obscuring Compilation Method and obscure compiler based on Android platform and ios platform
CN106778100B (en) * 2016-12-01 2020-06-05 北京智游网安科技有限公司 Obfuscation compiling method and obfuscation compiler based on android platform and IOS platform
CN106713119B (en) * 2016-12-13 2019-11-05 四川长虹电器股份有限公司 A kind of cross-platform mobile terminal real-time messages notice and methods of exhibiting
CN106713119A (en) * 2016-12-13 2017-05-24 四川长虹电器股份有限公司 Cross-platform notifying and displaying method of real-time message of mobile terminal
CN107368560A (en) * 2017-07-07 2017-11-21 腾讯科技(深圳)有限公司 Method for implementing page and device, the computer-readable recording medium of Mobile solution
CN107368560B (en) * 2017-07-07 2022-11-04 腾讯科技(深圳)有限公司 Page implementation method and device for mobile application and computer-readable storage medium
CN107563736A (en) * 2017-09-20 2018-01-09 北京三快在线科技有限公司 The switching method and server of the primary page and Web page
CN107563736B (en) * 2017-09-20 2020-10-16 北京三快在线科技有限公司 Switching method of native page and Web page and server
CN109101228A (en) * 2018-08-10 2018-12-28 百度在线网络技术(北京)有限公司 The execution method and apparatus of application program
CN109063202A (en) * 2018-09-13 2018-12-21 北京三快在线科技有限公司 The method, apparatus and computer equipment of pop-up are realized in mixed interface application
CN109740079A (en) * 2018-10-29 2019-05-10 深圳壹账通智能科技有限公司 Loading method, device and the computer equipment of the H5 page
CN109614564B (en) * 2018-12-06 2020-11-20 苏州思必驰信息科技有限公司 Method and device for improving interaction instantaneity of WebView and H5
CN109614564A (en) * 2018-12-06 2019-04-12 苏州思必驰信息科技有限公司 Promote the method and device that WebView interacts real-time with H5
CN109683990B (en) * 2018-12-27 2019-07-23 四川新网银行股份有限公司 H5 multiterminal cut-in method based on mixed mode mobile application
CN109683990A (en) * 2018-12-27 2019-04-26 四川新网银行股份有限公司 H5 multiterminal cut-in method based on mixed mode mobile application
CN111506848A (en) * 2019-01-30 2020-08-07 阿里巴巴集团控股有限公司 Webpage processing method, device, equipment and readable storage medium
CN110209424A (en) * 2019-05-05 2019-09-06 浙江浙大中控信息技术有限公司 The method of dynamic configuration WebApp based on Android
CN110908712A (en) * 2019-12-04 2020-03-24 北京中启智源数字信息技术有限责任公司 Data processing method and equipment for cross-platform mobile terminal
CN111290737A (en) * 2020-01-20 2020-06-16 北京字节跳动网络技术有限公司 Method and device for application program development and electronic equipment
CN111290737B (en) * 2020-01-20 2023-03-21 北京字节跳动网络技术有限公司 Method and device for application program development and electronic equipment
CN111858303A (en) * 2020-06-05 2020-10-30 百度在线网络技术(北京)有限公司 Method, device, equipment and medium for controlling page of applet
CN111858303B (en) * 2020-06-05 2023-12-01 百度在线网络技术(北京)有限公司 Page control method, device, equipment and medium for applet
CN111782192A (en) * 2020-07-02 2020-10-16 浪潮云信息技术股份公司 Method for developing mobile office system in mixed mode
CN111782192B (en) * 2020-07-02 2024-05-14 浪潮云信息技术股份公司 Method for developing mobile office system in mixed mode
CN112181366A (en) * 2020-09-28 2021-01-05 科大国创云网科技有限公司 Mobile application development framework based on cross-platform interaction
CN112181366B (en) * 2020-09-28 2023-01-24 科大国创云网科技有限公司 Mobile application development framework based on cross-platform interaction
CN113568661A (en) * 2021-07-06 2021-10-29 浙江浙大中控信息技术有限公司 Method for realizing app mixed development based on Android sdk
CN115079923A (en) * 2022-06-17 2022-09-20 北京新唐思创教育科技有限公司 Event processing method, device, equipment and medium
CN115079923B (en) * 2022-06-17 2023-11-07 北京新唐思创教育科技有限公司 Event processing method, device, equipment and medium
CN115408094A (en) * 2022-11-01 2022-11-29 易方信息科技股份有限公司 IOS WebView-based application internal and external floating window implementation method

Similar Documents

Publication Publication Date Title
CN105786513A (en) Mixed mobile application development method based on Html5
JP4857349B2 (en) Method, system, and computer program for providing asynchronous portal pages within a portal system
CN110187913B (en) Method and device for issuing and running applet
US8605613B2 (en) Mobile hardware and network environment simulation
CN103914205B (en) A kind of file thumbnail methods of exhibiting of intelligent terminal and device
US8887132B1 (en) Application runtime environment and framework
Hartmann et al. Cross-platform mobile development
CN109800173A (en) Program debugging method, device and storage medium
CN105824900A (en) Page display system based on react-native
CN104995601B (en) It is switched to the machine Web page application program and is switched away from from the machine Web page application program
CN104820589B (en) A kind of method and its device of dynamic adaptation webpage
CN104199920B (en) The display adaptation method and device of Web page type application
CN109710328A (en) Page configuration method, apparatus, equipment and readable storage medium storing program for executing
Hales HTML5 and JavaScript Web Apps
CN109697093A (en) Card generation method, card generating means, mobile terminal and readable storage medium storing program for executing
CN105577813B (en) A kind of update method and system of web mixing application
CN110209967B (en) Page loading method and device, terminal equipment and computer readable medium
CN105868420A (en) Network resource loading mode configuration method and device
CN112199087A (en) Configuration method, device, equipment and storage medium of application development environment
CN111951356B (en) Animation rendering method based on JSON data format
CN108228139B (en) Singlechip development system and device based on HTML5 browser frame
CN110569460B (en) Push information display method, push information display device and storage medium
CN110618811B (en) Information presentation method and device
CN108304169B (en) Implementation method, device and equipment for HTML5 application
CN115438290A (en) Method and system for automatically analyzing static resources of single-page application and preloading

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: 20160720

RJ01 Rejection of invention patent application after publication