
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
modernbrowser
Advanced tools
An Android Cordova plugin that allows users to use a modern Web-browser (in App Browser) without leaving the app
cordova plugin add https://github.com/hitmacreed/Cordova-Plugin-Modern-Browser.git
ionic cordova plugin add https://github.com/hitmacreed/Cordova-Plugin-Modern-Browser.git
An Android Cordova plugin that allows users to use a modern In App Webbrowser without leaving the app.
Add to your platform/android/app/buid.gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Declare in your component
declare var ModernBrowserPlugin: any;
Usage
const options = {
url : 'https://splitting.js.org/', //URL
statusBarColor : '#00004d', //STATUS BAR COLOR
toolbarColor : '#ffffff', //TOOLBAR COLOR
iconDefaultColor : '#000000', //ICONS DEFAUT COLORS
iconDisabledColor : '#A9A9A9', //DISABLE ICONS COLOR
iconPressedColor : '#A9A9A9', //PRESSED ICON COLORS
webViewCameraEnabled : true, // ENALBE CAMERA ACCESS
showIconBack : true, //SHOW ICONS BACK
disableIconBack : false, //DISABLE ICON BACK
showIconForward : true, //SHOW FORWARD ICON
disableIconForward : false, //DISABLE FORWARD ICON
showIconMenu : true, //SHOW MENU ICON
disableIconMenu : false, //DISABLE ICON MENU
fileChooserEnabled : true, //SHOW FILE CHOSSER
showProgressBar: true, //SHOW PROGESS BAR
progressBarColor: '#00004d', //PROGRESS BAR COLOR
showUrl: true, //SHOW URL TITLE
titleColor: '#000000', //URL TITLE COLOR
menuColor: '#ffffff', //MENU OPTIONS COLOR
webViewAppCacheEnabled : false, //BROWSER CACHE
webViewGeolocationEnabled: true, //GEOLOCALTION
webViewAudioEnabled: true, //ENABLE AUDIO ACCESS
webViewCookieEnabled: true //ENABLE COOKIES
};
ModernBrowserPlugin.create(options, function(loaded) {
console.log(loaded);
// DO SOMETHING AFTER URL LOAD
}, function(err) {
console.log(err);
});
Solution
implementation 'com.android.support:support-v4:28.0.0'
https://github.com/TheFinestArtist/FinestWebView-Android
https://github.com/hzw1199/AwesomeWebView-Android
FAQs
An Android Cordova plugin that allows users to use a modern Web-browser (in App Browser) without leaving the app
We found that modernbrowser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.