Prevent redirect page using javascript on webview
Does xamarin form webview support to cancel redirecting page from webpage by using javascript ? I've tried to cancel redirecting page by e.cancel = true, but it doesn't work. In my case i use xamarin...
View ArticleWhy it will not be possible to create embedded frameworks from any type of...
Query1: It is mentioned on page https://docs.microsoft.com/en-us/xamarin/ios/platform/embedded-frameworks?tabs=windows It will not be possible to create embedded frameworks from any type of Xamarin.iOS...
View ArticleAndroid emulator not working
I'm getting this error for some reason and i'm getting how to resolve this: Project cannot build using Android 8.1 (API Level 27 - Oreo) because You are using OpenJDK, and this version of Java is not...
View ArticleAvoiding Automatic Button Capitalization
I have been trying to get all the suggestions for using a custom renderer to avoid automatic Button capitalization to work, but no success. One of the problems is that Visual Studio 2019 claims that...
View ArticleIconImageSource from FontImageSource
I would like to use IconImageSource from FontImageSource for a Shell enclosed ContentPage's tab with implicit conversion operator, but this way it displays nothing, i have attached a picture to better...
View ArticleI want to use "ConsumerIrService" in Xamarin.Forms
mCIR = (ConsumerIrManager)GetSystemService(Context.ConsumerIrService); I have been using this in Xamarin.Android but recently I needed to use this in Xamarin.Forms but it is throwing this error "Error...
View ArticleHow to use Xamarin in existing iOS or Android Application?
I have an iOS project written in Swift. I want to use Xamarin Views inside iOS Native Project. is there any way to achieve this task?
View ArticleGet Project Name in xamarin Forms
I need to get Project name in xamarin forms project. I tried this one but not worked System.Reflection.Assembly.GetEntryAssembly().GetName().Name
View Articlethe horizontal scroll Filter
how to make horizontal scrolling filtre same this example [filter] imgur .com/BHFHgqk
View ArticleUnable to find AndroidX version of Xamarin.GooglePlayServices.Location
I am trying to bind an androidX version of a library(.aar) which has dependency on googlePlayServices Location. I dont wan't to add Xamarin.GooglePlayServices Location nuget to the bindings project as...
View ArticleHow to recover lost keystore
Hi Guys, i have published some apps in Google Play store. Recently i have upgraded my OS and VS. Now when i go to project i am not able to see my keystore files. Please help me to resolve this issue....
View ArticleObjCRuntime.Dlfcn.dlopen doesn't work
Hi, Have a problem with return result from Dlfcn.dlopen (...). Included the .framework library file in the Xamarin.iOS project, marked it as Embeded Library. Also, the library file is included in the...
View ArticleUpload *.apk in PlayStore asks for Android App Bundle
I facing an error when i am trying to upload an application in Playstore. It asks for Android App Bundle. I am using Visual studio 2017 and windows 7 64bit
View ArticleApp crash on iOS after updating to 13.1
I was using Visual Studio 2017 with Visual Studio 2017 on mac. Mono version was 5.18.1 and Xamarin.iOS version was 12.4 (I think). The app worked fine without any problem. Recently I have updated...
View ArticleGetting a white screen while navigating.
Hi. I am building a Xamarin.Forms app using PRISM and I am getting the weirdest behavior. I am pretty sure that it started right after I updated PRISM when the made their IInitialize breaking change....
View ArticleHttpRequest get request timeouts for some of the calls while it is a success...
Im trying to make a get request and while it able to get data for certain values it timeouts for the others. However when i make the call from post UI it is consistently successful which proves that...
View ArticleMy request to datafeed returns null, when calling from my own android device
I have made an app which makes a request to a xmlfeed. When I try to send a request through the app from my own android device returns a blank result string. But when i try from the android emulator or...
View ArticleHow to pass my spinner list value into my other layout..
I retrieve data from my database using php and sync into my xamarin android app, retrieving and synchronizing is no problem, but my problem is how to pass that list of values that I put it into my...
View ArticleHow to work with the file system, for example to pick a file to attach
Our app allows the user to attach a file to their item, and on Android they can choose to pick from 1 of 3 different places; camera, gallery, or file. (I haven't even started looking at iOS yet...) Any...
View Article