xamarin forms webview not responding to _blank links in android - xamarin.forms

I am using a xaml form with webview. In android the links that have target="_blank" associated with them no longer fire the navigation events. I've read that it's because of changes in the android webview implementation. I have found solutions for xamarin android apps but not for xamarin forms apps.
how can i enable _blank links to reach webview events in xamarin forms? i am using this events:
webView.Navigated += OnNavigatedHandler;
webView.Navigating += OnNavigatingHandler;

Related

Shell.Title View is not showing when target Platform is UWP

When traget platform is UWP in xamarin.Forms the Shell.Title View is not displaying.

Zebra Barcode Scanner SDK : Xamarin Forms

Are there any examples/GitHub projects/documents available online to integrate Zebra Barcode Scanning SDK into Xamarin Forms App for both iOS and Android ?
Moreover, Can we install our own Xamarin Forms App on Zebra Rugged Barcode Scanners ? If so what are the device types ?
The best resource for a Xamarin Forms app that demonstrates barcode scanning on a Zebra device is https://github.com/Zebra/Inventory and you can find links to the associated blog post in the README. That sample app uses DataWedge and not the scanning SDK which is the recommended approach for new applications. The app itself will work on iOS but will only capture barcodes on Zebra Android devices - if you also want it to capture barcodes on iOS or consumer Android devices then you will need to add that separately.

How to add app icon badge in xamarin forms wpf application

I need to show unread notification count on a badge in xamarin forms wpf app icon. I have tried with 'xam.plugin.badge' and 'xamarin.badge.plugin' NuGet packages but no luck. I am getting below exception:
Exception :
This functionality is not implemented in the portable version of this
assembly. You should reference the NuGet package from your main
application project in order to reference the platform-specific
implementation
.
Please suggest any idea to add badge count in app icon in xamarin forms wpf application.

How to add tool tips for xamarin forms wpf application

I am working on xamarin forms wpf application. I have a requirement of showing tooltips when the user mouseover. Please suggest any idea on how to add tooltips to xamarin forms wpf application. Thank you.

Can we add a Apple Watch extention to a xamarin forms app (cross platform app)?

Can we add a Apple Watch extention to a xamarin forms app (cross platform app) ?
I have searched on google and seen info only on xamarin.ios with Apple Watch but not with xamarin forms cross platform.
Yes you can, but you must write this in your platfrom specific project. this means the ui and logic must be written in the native code. If you use a mvvm framework you can share some code across platforms.
http://developer.xamarin.com/guides/ios/watch/

Resources