URL to open the app, if installed?
I have a web app, and when someone inserts a new order, some users have chosen to receive a link to that new order (example: www.myulr/orders/34). Now I also have a Xamarin Forms app (it's a webview...
View ArticleHow to stop ScrollViews resetting content to the first item after pushing and...
On ContentPages containing ScrollViews, if a new page is pushed onto the navigation stack, and later popped to reveal the original page again, on iOS the ScrollViews on that original page have their...
View ArticleGetting black screen for 5 to 6 seconds while loading MasterDetailPage from...
MasterDetailPage fpm = new MasterDetailPage(); fpm.Master = new MasterPage() { Title = "Main Page" }; fpm.Detail = new NavigationPage(new HomePage()); MainPage = fpm;
View ArticleBackgroundImage can't override NavigationBar
Hello guys, I'm using a MasterDetailPage and i have a backgroundImage in the Detail page (the one showed at first). I would really like that the image can "overrides" the navigation bar, so that i can...
View ArticleHow to make bottom tab icons not shift their position when selected/deselected
Using the standard TabbedPage and on Android I've specified for the tab bar to be at the bottom. The tab icons slightly shift their position as they are selected and deselected. Is there any way to...
View Articlecounts the number of the sentence entered
how can making app,counts the number of the sentences entered in Entry ex : Entry : "Hi developers Hi developers Hi developers " label : "3"
View ArticleSQLite DB GetWithChildren Retruning Null Object
Hi , i have a created sample App , where i will insert and Get Data, Everything working fine Except one of the Nested Object is Returning as Null Value,But when i checked in DB through DB Explorer data...
View ArticleTabbedPage: Icon next to Title?
Its possible to do it in Android? My code: TabbContainer.xaml: <?xml version="1.0" encoding="utf-8" ?> <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleAnimation when changing MainPage of the application
I am using a MasterDetail template and I also have a login page. In my app when I am logged out I have set: MainPage = new LoginPage(); When I will successfully log in I am just changing MainPage to...
View ArticleRelease Version works but gives many warnings: but no debug symbols file was...
Using latest release, I am getting the following only on a Release build even though the app works fine: Severity Code Description Project File Line Suppression State Warning Directory...
View ArticleSetting height of WebView dynamically
Hi, I have random HTML content coming from service which I am displaying in a webview in a xamarin forms application. Now, I want to adjust the height of this webview as per the content. Currently I am...
View ArticleIssue with Archive to Apple
I upgraded to VS's latest patches 7.6.10 (build27). Today when pushing the app to the AppStore for testing, I have 3 icons that are failing with error: ERROR ITMS-90023: "Missing required icon file....
View ArticleHow to open PDF or TXT file in default app on Xamarin Forms
I am going to open document using default app in Xamarin Forms. I tried already this approach but it doesn't work for me and I am not sure what is the reason. Device.OpenUri(new Uri(FILE_PATH)); Please...
View ArticleIssue while populating ListView with data that comes from an url
This app gets the device coordinates, what can take some seconds. Then it makes a request to an url that does some calcs and echoes a string where each property is separated by ',' and each item by...
View ArticleCount duplicate phrases number Which has been added
How can I Count duplicate phrases number Which has been added (Same sentences repeated) ex : I add in Entry (hi developers hi developers hi developers) Show the result in the label the answer is 3
View ArticleMaster detail page Navigation
Hi, Am not able navigate to detail page when I click on Same item once again . private void OnMenuItemSelected(object sender, SelectedItemChangedEventArgs e) { var selectedMenuItem =...
View ArticlelistView ViewCell not adjusting it's size to content on iOS
I have a custom ViewCell that i use to populate a listView. It works like a charm on android, on iOS however i'm having issues. The cell has a Horizontal stackLayout with a box and a 2nd stackLayout,...
View ArticleAutoMapper exception with Linker Behavior = Link Framework SDKs Only
I am using AutoMapper in my app, which works great In Debug mode on my phone, with Linker Behavior = Don't Link. However, in the AppStore configuration, where the Linker Behavior = Link Framework SDKs...
View ArticleProblem with Android adhoc distribution after publishing new version
Hi everyone. I compiled a release version of my Xamarin Forms app (android) to give it to my client (adhoc). He tested it and everything worked fine. After some more code added, i published another...
View ArticleHow to get to attributes of something bound to a BindableProperty?
I'm writing a custom viewcell with bindable properties. I'd like to look at the bound property and get any custom attributes applied to it... in this case, specifically the DisplayNameAttribute. Is it...
View Article