ContentPage Frame HeightRequest not setting
I am on Xamarin Forms 3.3 deploying to Android 5.0 API 21 and it seems that I cannot set the HeightRequest of the Frame on the content page. I have changed the Frame to StackLayout (this gives me a...
View ArticleHow to navigate to a toolbar item of tabbed master page.
I am trying to navigate to a specific tabbed page of a master page. As of right now, I have 3 local tabbed pages inside of my master page and when I refresh one of the pages, I navigate back to master...
View ArticleKeyboard Overlapping Problem
Hi Everyone, I am facing the issue of keyboard overlapping, When the keyboards appears , it hide the remaining content of page. I need to click on "Done" then I can use other options. I need to create...
View ArticleIs it possible to use the Google/Bing map app to define a route and then...
I know I can launch the Google/Bing map app from a Xamarin.Forms app. What I would like to do is let the user define the route using use this launched app and then the Xamarin app would download the...
View ArticleAdmob Rewarded Video support for Xamarin
Hi! I've been struggling for some time to implement rewarded video ads in my app, using Admob network. I've managed to display a video ad on android, but I simply can't have the listener to trigger the...
View ArticleVS 15.8.7 - Solution rebuild after any XAML change
Is it just me/us (my department)...? Since updating to latest Visual Studio 15.8.7 any time I make a change in XAML I have to do a Solution|Rebuild, otherwise just a regular F5-Debug goes into an...
View ArticleAdmob Rewarded Video Ad not shown
I am having trouble showing rewarded video ads from admob in my Xamarin.Form app on Android. I am using this component. https://components.xamarin.com/view/googleplayservices-ads I am able to request...
View ArticleAndroid app in release Proguard enabled and Linking SDK Assemblies java.exe...
I have seen this issue all over the web. I have tried a lot of ways to resolve this. Changing the java heap size. Putting in a Proguard.cfg. Updating Proguard. All these things haven't worked. I have...
View Articlehelp with Admob
hello xamarin forms 3.1.0... Xamarin.GooglePlayServices.Ads.Lite 60.11... Xamarin.GooglePlayServices.Basement 60.11.... i am trying to show google ads with by using google admob. looking on the output...
View ArticleHow to use DropBox component in Xamarin.Forms App?
Hi, I'm a big fan of Xamarin.Forms and wanted to extend a Forms project I'm currently working on with a DropBox component. But as soon as I add the component from the component store the project does...
View ArticleHow to stop ScrollViews resetting content to the first item after pushing and...
On ContentPages containing ScrollViews, if a new page is pushed onto the navigation stack, and later popped to reveal the original page again, on iOS the ScrollViews on that original page have their...
View ArticleMultiple screen support
I am working on one application, the design using xaml need to support for phones and tablets of android and iOS devices. How can I achieve that please share your views and knowledge here. Thanks in...
View ArticleAutocomplete Entry in Xamarin.Forms
I need autocomplete extender functionality for a entry field.How to implement autocomplete Entry in Xamarin forms.
View ArticleHow to send photo or pdf in mail as an attachment in xamarin ios
i need to send a photo or pdf as an attachment via email using MFMailComposerrViewController .. if any source code please share Thanks in advance
View ArticleHow to open a file or pdf in xamarion ios...?
Hi everyone.. i need to open a locally saved file in xamamrin.ios app.. the file may be image or pdf or video.how to overcomethis problem Thanks in advance
View ArticleFile not found: Assets.xcassets/AppIcon.appiconset/Contents.json
Hi, I'm trying to build my Xamarin Forms app for iOS from VS2017 running on my Windows machine and I get the error below. Any idea why the Assets.xcassets folder is not created on the mac build?...
View ArticleGoogle Play Console, all crashes shown as JavaProxyThrowable
Hi, whenever I get a crash report in Google Play Console, it is always shown as android.runtime.JavaProxyThrowable. From the report, I cannot find out what was the "true" exception, I can only see the...
View ArticleForms Previewer - 'An exception occurred while rendering the control'
With Visual Studio 2017 (latest rc) - after opening xaml previewer, I am presented with error in the designer 'an exception occurred while rendering the control'. This occurs while trying to view the...
View ArticleGetting black screen for 5 to 6 seconds while loading MasterDetailPage from...
MasterDetailPage fpm = new MasterDetailPage(); fpm.Master = new MasterPage() { Title = "Main Page" }; fpm.Detail = new NavigationPage(new HomePage()); MainPage = fpm;
View ArticleHow to get GPS information on a MediaFile with plugin Xam.Plugin.Media
Hello, I don't have find an exemple to get Photo metadata after take picture with Xam.PLugin.Media. I don't have see any function in the MediaFile object. Do you have any exemple ? Thanks
View Article