Monotouch.Dialog to Xamarin.Forms
Hi, We've a big commercial app (iOS) which is using old Monotouch.Dialog and we're in the planning process of moving it to Xamarin.Forms. As app is quite complex, I wonder if we could gradually convert...
View ArticleHow to change status bar color on iOS 13?
Hello, how to change status bar color on iOS 13? On previous versions of iOS I was using this code: UIView statusBar = UIApplication.SharedApplication.ValueForKey(new NSString("statusBar")) as UIView;...
View ArticleXamarin grid column auto width but max possible?
Hi, I set ColumnDefinition Width="Auto" in in XAML. This is fine, but I would like to restrict the max size of the column. So till that point it's Auto, after that no more expanding width. Is this...
View ArticleEncrypt Locally of Remotely? Which one is more Secure?
Hi, I have a sign in page and I want to pass the email and password of the user but I want to discuss with you guys which one is more secure? to salt and hash the password locally and send it like...
View ArticleHow to load cookies on iOS 13?
Hello, How to load cookies in iOS 13. In previous versions of iOS I was using this code: var cookieArray = NSUserDefaults.StandardUserDefaults.ValueForKey(new NSString("cookieArray")) as...
View ArticleHow to implement TapGesture of Custom ViewCell in MVVM?
Hi everybody, have a good day! In my HomePage, I have a ListView with ItemTemplate is another Custom ViewCell (another XAML file) In Custom ViewCell have a Label and that Label attach a TapGesture How...
View ArticleBest approach to slide between listviews
Im trying to create a view (my image) where you can click on the specific date up top and it will redirect to that dates listview, kinda like a tabbedpage. But the view is itself a part of a tabbedpage...
View Articleattach webcame / usb cam to app use camera api 2 in xamarin android
i have camera application that use camera api 2 in xamarin andorid and want to make it able to work with webcame / usb cam using camera api 2 what steps needed to detect photo from external camera not...
View ArticleWhich is faster SQL query statement or Web API
Hi Xamarin Forms Can I have a help from you guys I want to clear my mind which is much faster when querying data from DB is it directly writing SQL query statement(SELECT statement) or writing a Web...
View ArticleDefault keyboard opened in numbers page
I'd like to have a default keyboard but when initially shown I want it to open in the numeric page (123?). Is there a way to do this?
View ArticleDesign Layout and Absolute Layout
Hi, I'm brand new to Xamarin. I'm working on UI layout stuff but I'm a bit stuck on getting my Buttons in the positions I want. The buttons don't seem to have height attributes that I can assign them,...
View ArticleHow to design bottom sheet as per shown in the below pic2
I have a Fragment as Shown pending Leaves, and we can can swipe each item and a click button is shown . When click on click a Bottom sheet should be opened for Comments. So Can someone help me how to...
View ArticleForms app using FreshMVVM and navigation bar colors in modal pages
I have a simple XF app that leverages FreshMVVM. All works great, but I am using the NavigationPage.TitleView element to customize the navigation bar layout. When I push a modal page, the modal page's...
View ArticleAppConfig via Blackberry UEM - No configuration possibility
Hey there, I implemented the possibility to conifgure my app over UEM-systems with the AppConfig.org standard. My guide was from the For testing I use the Blackberry UEM, for iOS it works like a charm...
View Articlecall URL in https with a certificate installed on device
Hello all, we have an application who call some url in http all works fine but after an audit we need to pass all URL in https. we have installed a certificate into the server. Pass the url into https...
View ArticleUnzip file with password using SharpZipLib
I'm using SharpZipLib to compress a folder with a password without any problems. However when I look at the sample code for unzipping, VS gives me a build error saying that ZipFile does not contain a...
View ArticlePath too long Xamarin iOS Distribute
Help me pls i can't distribute because my paths are too long. I tried to change them but it didn't help. I'm really out of ideas. That's the error: Unable to copy file...
View Articleunexpected character encountered while parsing value , when linker properties...
unexpected character encountered while parsing value path line 0 position 0 source , when linker properties set sdk linking only. its works fine during json parsing when linking set to none. why its...
View ArticleHow to customise the Toolbar so all icons/text fits on one line?
I have a tabbed page that uses a collection of ToolbarItems to be added to the navigation bar. These are added successfully but some are not being displayed due to the amount of ToolbarItems added and...
View ArticleiOS Large title with Shell
Hi guys, I'm playing with shell and i'm facing an issue when i try to put a large title on my content page (iOS). According to the documentation...
View Article