Questions tagged as 'xamarin-forms'

2
answers

Select in xamarin forms, what would it be like?

I'm creating a contact form in xamarin, and should have an option for the user to select the desired purpose, ie in html there would be a select tag with all option , so which tags are used for to create this in xamarin?     
asked by 15.02.2018 / 14:08
1
answer

Xamarin.Forms ios WebViewRenderer sharing Cookies

I'm using a WebViewRenderer to setup the cookie policy and also to share cookies from a login request from an HTTPClient. It turns out that as much as I give the set:   var cookieJar = NSHttpCookieStorage.SharedStorage; cookieJar.AcceptPol...
asked by 23.04.2017 / 00:39
1
answer

How to use an iOS simulator in a Windows 10 environment for an iOS Xamarin.Forms project

What do I need to install to publish a project Xamarin.Forms.iOS in an iOS simulator? I'm using a machine with: Windows 10 Visual Studio 2015 Whenever I try to run a project from Xamarin.Forms.iOS it appears a message: No remotely accessib...
asked by 02.03.2017 / 16:56
1
answer

Menu burger hiding when calling a new view Xamarin Forms

I have a View that is being called through a MenuItem button. But within these View contains another button that calls a new View . This new View opens off the burger menu, ie it hides itself. I need this new...
asked by 09.01.2017 / 17:29
1
answer

Error: "Can not implicitly convert type" void "to" EventHandler "

I was trying to make a button that passed the information of an entry and a StackLayout and this error appears to me: public MainPage() { InitializeComponent(); Entry entry = new Entry() { Keyboard = Keyboard.Numeric...
asked by 25.10.2018 / 14:57
1
answer

Local search with detail for each letter entered - Xamarin Forms

Each letter you type appears a white ball in the middle of the app (by the way it is updating the list), I wish I could not have it. The error: The code: //Pesquisa localmente a cada letra digitada private void OnTextChanged(object...
asked by 28.06.2018 / 20:45
1
answer

web api, how to login correctly?

I'm developing an application that is a shortened version of a web system, this system was developed in PHP. For the application, I am developing in xamarin forms, however via web api I am trying to make the login screen, but when entering any l...
asked by 14.02.2018 / 20:07
2
answers

How to put in the center 02 TextView of VideoView

I have 02 TextView and I want to put them in the center of a VideoView with one text being one on top of the other. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" an...
asked by 29.01.2018 / 02:00
1
answer

Dynamic method to open screens

I'm creating a method to open any screen I pass in the parameter. I did this method: public async Task NavigateTo(Page page) { await App.MasterDetail.Detail.Navigation.PushAsync(new page()); } But every time I'll compile from an...
asked by 21.09.2017 / 01:22
1
answer

Difficulty with listview layout in xamarin.forms

See this image Mylayoutisbroken.Youcanseethatthecustomernameis:SebastiaoLoureirodeAlmeidaandinthelistviewSebastiaoappearsandtherestofthenameappearsbelow,appearingonlythe" of the name "iceberg". My difficulty is in increasing the cell size or...
asked by 05.09.2017 / 11:47