webviewplus 1.0.0

dotnet add package webviewplus --version 1.0.0
NuGet\Install-Package webviewplus -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="webviewplus" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add webviewplus --version 1.0.0
#r "nuget: webviewplus, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install webviewplus as a Cake Addin
#addin nuget:?package=webviewplus&version=1.0.0

// Install webviewplus as a Cake Tool
#tool nuget:?package=webviewplus&version=1.0.0

Finally, a Xamarin Forms component that makes WebView with Transparent background and works with scroll-over-scroll on Android.

A WebViewPlus on Every Platform in 2 Minutes...

This is the simplest example of how to use the WebViewPlus component. Just declare the WebViewPlus tag in your XAML Forms page and specify the location of the source.

 <?xml version="1.0" encoding="utf-8" ?>
 <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
              xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
              xmlns:local="clr-namespace:WebViewPlusDemo"
              xmlns:visualnet="clr-namespace:WebViewPlus;assembly=WebViewPlus"
              x:Class="WebViewPlusDemo.MainPage">
 
     <StackLayout>
 
         <visualnet:WebViewPlus  Source="http://www.google.com" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand"></visualnet:WebViewPlus>
 
     </StackLayout>
 
 </ContentPage>
    

Download the demo on Github

https://github.com/albertoiglesias2001/webviewplus

Native Mobile Performance

This WebViewPLus component is fully cross-platform between the iOS and Android mobile operating systems as it renders the native webview on each platform, taking on the look and feel of the operating system they are running on. This ensures your mobile application looks and works its best on each system supported.

** No complex knowledge is required to properly manage to set the source. ** This component open any URL local or Remotely on WebView with transparent background and able to Scrol-Over-Scrol on Android.

  • Optimized for Xamarin
  • Cross-platform Xamarin Forms XAML component
  • Simple configuration
  • Low overhead/footprint
  • Handles and releases resources for you

Licensing

This compoment s free of charge for anyone, no License is required

Platform Requirements

Please make sure the platforms you're targeting meet the minimum requirements listed below.

Platform Minimum Version
iOS 8.0+ Unified
Android 6.0+ (API Level 23)
Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1,638 3/19/2019

2019-03-19: Version 1.0.0: First Version