Retrieving logs from a failed iOS deploy
I am using VS2015 and a Mac build host to create an iOS app. I have an older iPhone 4 I want to deploy to. "Launch Failed. The app 'MyApp' could not be launched on 'Old iPhone 4'. Please check the log...
View ArticleInitializeComponent
My Mobile PCL project lists "The name 'InitializeComponent' does not exist in the current context" in the Error List but the output windows indicates that build was successful. How is this issue...
View ArticleHandling a file, "Open with" or "Share" options
Hi, I have an application that needs to handle different kind of files (Images,Videos,PDF,DOC,etc). Now I'd like to have a list that contains different kind of files. When I select a voice i'd like to...
View ArticleHow to select multiple images from gallery from both android and iOS device?
Hello, I am working on xamarin.forms app. I am creating the app for android and iOS. I need to open the gallery and select multiple images from gallery of devices. How I can do this in xamarin.forms...
View ArticleRemove Event Listeners from ContentPage
Hi there We add controls and events in constructor of ContentPage, so where we remove listeners? Thanks
View ArticleAdding padding to Hamburger Menu Icon
We are using the master detail page to implement navigation drawer hamburger menu.Now we are styling the action bar in a native way using a theme. <style name="CustomActionBarTheme"...
View ArticlePrevent Modal being closed with Android Hardware button
Hello everyone, as stated in the title I would like to prevent the Android Hardware Back button to close a specific modal on the navigation stack. The modal get's called like: await...
View ArticleEdittext monetario
They know how to create a monetary EditText? Format it by clicking? So I tried and did not work -> EditText Valor = FindViewById<EditText>(Resource.Id.EditTxtVlr600); Valor.AfterTextChanged +=...
View ArticleRemoving Tab Text on Android using FormsAppCompatActivity
I follow the @JamesMontemagno 's post about the implementation of Material in Android Apps using Xamarin.Forms 2.0 (So, I'm using FormsAppCompatActivity). Everything went ok, until adding a TabbedPage...
View ArticleDisable specific cell's contextactions in ListView
I was wondering if there's a way to individually enable / disable the contextactions for given cells. I haven't found this mentioned anywhere.
View Articleruntime binding errors
Where does xamarin studio log the runtime XAML binding errors? When I worked with VS, years ago, the binding errors were in the output window.
View ArticleUnable to build Ad-Hoc iOS project from VS (Strip Assemblies Error)
I get a variable amount of errors all complaining about being unable to strip assemblies. Like so: C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(664,3): error : Could not strip...
View ArticleHow do I display a loading overlay within Forms while using a custom WebView...
Iām trying to figure out how best to accomplish adding a loading overlay to a Xamarin Forms project with a custom renderer for iOS and Android WebViews. I have a loading overlay written in XAML that is...
View ArticleAuthenticate Xamarin windows phone 8.1 Apps Using Azure Active Directory (no...
Hi Guys, We are developing Xamarin forms windows phone 8.1 App and we want to use Azure Active Directory for Authentication. (we are using Xamarin forms as in future we may develop app for ios, anroid)...
View ArticleHow can I scroll to a specific row or section in a ListView
I have a Xamarin.Forms.ListView that contains events that are grouped by date. There are events that occur in future and events that occur in the past. Users would like to have their screen load with a...
View ArticleStyling ViewCell.ContextActions MenuItem
Is it possible to style a context action menuitem beyond the isDestructive property? If not could anyone point me towards the right direction, any resources etc. which describe a way to implement...
View ArticleHow to make an Editor control display more lines of text?
I need to have multi-line text input on a page so I have tried using the Editor control as it supports multi-line. My problem is that while it accepts multiple input lines, I can't seem to expand the...
View ArticleBarcode rendering with ZXing.net in my Xamarin.Forms app
Heyo, So I've seen a lot of posts where people need help scanning barcodes, but so far I've not seen any posts where people were having trouble rendering a barcode from a piece of data. Our app needs...
View Articleimplement SWTableViewCell in xamarin forms
Hi, How can i implement SWTableViewCell component in a xamarin cross platform listview instead of context action for left swipe deletion?
View ArticleIs Xamarin.Forms XAML designer supported on Visual Studio?
Hi! I've just added a new XAML to a Shared project but it seems not detect the schema and the designer is broken. Is it a bug or the designer and XAML editing isn't supported on Shared projects at...
View Article