Víctor Hugo García Hernández

Results 144 comments of Víctor Hugo García Hernández

The solution @brutaldev mentioned is not working on WebAPI 2.2. do you know if there is a workaround for this? Note: I'm using my own subdomain restapi.domain.com so my WebApiConfig.cs...

right, to secure the resource .axd I made it via web.config on: ``` ``` But, I cannot access it from my local instance the /elmah.axd it keeps returning: ``` {"message":"No...

Thanks @brutaldev I created a topic into Stackoverflow to follow there the implementation as you suggested. http://stackoverflow.com/questions/30987439/elmah-axd-on-webapi-2-2-no-http-resource-was-found Would you mind take a look there please? thanks in advance. btw, I...

I have the same question 🙋🏼‍♂️

> Hi, i've had the same issue and i've found a workaround using css. > I am using StyleSheets in my project and have my `general.css` style and my `iosOverride.css`...

That worked very good. Thank you!!

I'm trying to increase the height of the advance input by using HeighRequest, however, it is increasing it at all. Should we increase the height with a different property? I...

I'm also facing the same issue as @fikriisik . I'm trying to fix it.

Thanks @rdelrosario I implemented on my project using PRISM, however, I'm getting a weird error on Android: ``` Cannot access a disposed object. Object name: 'Android.Support.V7.Widget.Toolbar'. ``` I checked the...

Hello @rdelrosario , I went ahead and upgraded to the same Xamarin.Android.Support libraries version you have on the sample and now they match, however, the same error mentioned above is...