Play m3u8 stream in Android Renderer
Hey guys, I'm making a Xamarin.Forms app that will stream video from a m3u8 feed. I've created a custom renderer in iOS and everything is working as expected there. I'm having some issues with Android....
View ArticleXamarin.Forms and IdentityServer3, how to achieve a successful connection?
I've been stuck like 4 days trying to authenticate using IdentityServer3 (OpenID Connect) with no success. I already tried Xamarin.Auth and also IdentityModel with no success. So far, the only response...
View ArticleStop making properties internal!
It's getting really annoying. Many of the controls are under-developed on Windows Phone (e.g. MasterDetailPage - seriously, a command bar icon???), and our team decided to work around that. Except they...
View ArticleCustom Font, Bold, Android
When I use a custom font in a label on Android then change the label to bold through the code-behind the custom font is lost. This happens even when the custom label rendered resets the custom font in...
View ArticleI'm getting back button in Master Detail Page on android but not able to...
I've implemented Master Detail Page and detail Page is wrapped inside the navigation Page but back button is appearing along with the menu icon in master detail Page.However this problem is only in...
View ArticlePersisting data locally (Device cache)
Hi, Is there a way how you can persist some trivial data locally, such as personId or cartvalue so that when the app is switched off, the value can be retrieved again? I have been playing around with...
View ArticleXamarin.Forms AppCompatActivity - deeper navigation "back" arrow is black
As the title says. The whole toolbar is using the proper coloring, including the hamburger icon, but as soon as one goes even one page deep, the back arrow turns black. The arrow has no such problems...
View ArticleTabbedPage - Windows UWP, can I put the tab titles on the bottom of the page?
I am looking at this sample app: https://github.com/jamesmontemagno/MyWeather.Forms On the Windows UWP target is it possible to have the tab titles on the bottom of the page instead of the top? Thanks!
View ArticleAlways get low quality photo when using camera control of xlab
As title, i am using library of XLab to capture a picture, but it always return low quality photo (480 x 640). Reference : https://github.com/XLabs/Xamarin-Forms-Labs/wiki/Camera I want to get full...
View ArticleException thrown when instantiating a Map in Xamarin.Forms 2.0 on Android
After upgrading my Xamarin.Forms 1.5.2 project to Xamarin.Forms 2.0.0.6484, I keep getting the following exception whenever I try to access a page with a Xamarin.Forms Map instance. See below. I have...
View ArticleImage - Find touch coordinates
Hi, I am using Image control to display an image and allowing the user to zoom & pan the image. When the user tap the image, I need to get the tapped coordinates in the image (including zoom &...
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleAny tools for preview XAML design for Xamarin.Forms for ios app?
Hi, XAML in Xamarin forms is without designer. Can you please share ways for preview or there is one approach see result on simulator after build only?
View ArticleListView is slow to load, any performance guidelines?
Hi I am using a basic Listview in forms with hard coded data in a list. When navigating to the page which contains the listview, it takes a nice 1-2 seconds to load. Any specific reason why this is...
View ArticleBack Arrow Color on Lollipop with FormsAppCompatActivity
What is the proper way to change the back arrow color when using FormsAppCompatActivity? I created a new project and followed the instructions here to use Material Design:...
View ArticleText Input Popup Dialog in Xamarin.Forms?
Is there a way to make custom pop up views in Forms? Or at the very least, display a simple label + input box?
View ArticlePrism and Navigation
Hello! I would like to use Prism.Forms in my app. I can register Container.RegisterTypeForNavigation<Page1, Page1ViewModel>(); for navigation. But I cant find how to use cache during navigation....
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View Article