Giter Club home page Giter Club logo

wappbrowser's Introduction

WappBrowser

WappBrowser项目说明文档 WappBrowser是一个Android In-App浏览器,这个浏览器遵循亚美H5框加规范,规范主要将H5 页面分成了三类:

Type Jump to native page Jump to H5 page External No Yes WebApp Yes Yes App Yes No 该浏览器配合Wapp Js SDK使用,可以使得页面能够获取一 些本地功能的支持。

如何使用

初始化 public class MyApplication extends Application { @Override public void onCreate() { super.onCreate(); WappBrowser.getInstance().init(this, new MyAdapter(this)); } } 打开页面 WappParams params = new WappParams.Builder() .setType(WappParams.BROWSE_TYPE_APP) .setTitle(" ") .setUrl("http://10.1.1.86:8080/Wapp/test.html") .build(); WappBrowser.getInstance().openPage(this, params);

wappbrowser's People

Contributors

leibing8912 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.