All Projects → mengkunsoft → MkBrowser

mengkunsoft / MkBrowser

Licence: other
🌐 一个简易的 Android 网页浏览器 A simple Android web browser

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to MkBrowser

EasyBrowser
尝试实现一个简易的Android浏览器。支持标签页的创建,切换,缓存。
Stars: ✭ 34 (-38.18%)
Mutual labels:  webview, android-browser
ux-lab
No description or website provided.
Stars: ✭ 49 (-10.91%)
Mutual labels:  webview
TeadsSDK-iOS
Teads SDK iOS Sample App - Check out an open-source sample of the Teads iOS SDK implementation
Stars: ✭ 22 (-60%)
Mutual labels:  webview
flutter webview
A complete tutorial series on Flutter webview.
Stars: ✭ 39 (-29.09%)
Mutual labels:  webview
coc-webview
Using an external browser to support the webview in coc.nvim.
Stars: ✭ 21 (-61.82%)
Mutual labels:  webview
QuickWebKit
A great & strong plugin based WebViewController. 一款基于插件的 WebView 视图控制器,您可以基于它设计您的浏览器插件,然后像积木一样来组装它们。
Stars: ✭ 29 (-47.27%)
Mutual labels:  webview
vscode-http-client
Simple way to do HTTP requests in Visual Studio Code.
Stars: ✭ 26 (-52.73%)
Mutual labels:  webview
flutter examples
Random flutter examples
Stars: ✭ 18 (-67.27%)
Mutual labels:  webview
vscode-android-webview-debug
Debug your JavaScript code running in WebViews on any Android device from VS Code.
Stars: ✭ 18 (-67.27%)
Mutual labels:  webview
tesla auth
Securely generate API tokens for third-party access to your Tesla.
Stars: ✭ 114 (+107.27%)
Mutual labels:  webview
Android-Web-Inspector
How to Inspecting Android WebView, Network logs, XHR logs (including url request and parameter) and Element/DOM inspecting
Stars: ✭ 54 (-1.82%)
Mutual labels:  webview
X5Bridge
Three party libraries of Tencent x5webview and JS interaction
Stars: ✭ 17 (-69.09%)
Mutual labels:  webview
gowebview
tool to build android apps with WebView from your golang http server; moved to gitlab.com/microo8/gowebview
Stars: ✭ 35 (-36.36%)
Mutual labels:  webview
Webview
Android WebView,Js互调
Stars: ✭ 22 (-60%)
Mutual labels:  webview
cordova-plugin-x5-tbs
Use Tencent Browser Service(TBS) instead of System WebView for Cordova App
Stars: ✭ 65 (+18.18%)
Mutual labels:  webview
nativescript-webview-interface
Plugin for bi-directional communication between webView and android/ios
Stars: ✭ 87 (+58.18%)
Mutual labels:  webview
webview
Cross-platform header-only webview library for C++
Stars: ✭ 59 (+7.27%)
Mutual labels:  webview
ios-visionkit-webview
Element detection with Vision Framework and CoreML
Stars: ✭ 26 (-52.73%)
Mutual labels:  webview
VHLWebView
微信/支付宝样式的网络浏览器控件。WKwebview 封装,js bridge和拦截url方式两种方法实现 oc和js交互
Stars: ✭ 14 (-74.55%)
Mutual labels:  webview
RobustWebView
Android WebView H5 秒开方案总结
Stars: ✭ 38 (-30.91%)
Mutual labels:  webview

一个简易的 Android 网页浏览器

LOGO

瞎倒腾着玩的。仅仅是对 WebView 进行了一个简易的封装……有多简易呢?简易到整个工程文件只有一个 Activity,实际的代码不足 400 行~

里边的代码都附上了详细的注释,初学者感兴趣可以参考一下。

无图无真相

下面来看看几张实测图……

逛B站 上淘宝 看知乎
逛B站 上淘宝 看知乎

哇塞!居然真的可以用来看网页唉!是不是很牛逼?

目前已有的功能

  • 浏览网页
  • 前进后退,返回首页
  • 没了……

目前存在的问题

  • 播放视频无法全屏
  • 无法进行文件上传
  • 以及其它 WebView 自带的坑

TODO

  • 多标签
  • 功能设置
  • 历史记录
  • 隐身模式
  • 收藏夹
  • 插件
  • 云同步
  • 广告过滤
  • 夜间模式
  • 二维码扫描
  • 以上纯属瞎编,别指望真会实现……

更新日志

2018/8/13 v0.2.0

  • 经过一年的学习,技术有点长进了。遂把之前的代码改得稍微规范了些
  • 将底部导航栏进行了美容
  • 地址栏支持智能识别网址与搜索词(好啦,就是加个正则表达式而已~)
  • 换了个有逼格的 LOGO

2017/5/24 v0.1.0

  • 刚开始学安卓开发,即兴写了这个练练手,代码凌乱的一批

License

MIT License

Copyright (c) 2018 mengkun

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].