iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have a List binding provider and instead of navigating to another page I want tt pop up an image view.
I have a list with thumbnails and I want to add a custom navigation to enlarge the image and catch a click event to hide the image.
How can I using the BindingProvider add a custom binding to call a method that is part of an interface, this was I can customize the method on each platform. Starting with iOS.
I assume I use a DelegateCommand that the view model provides to the controller. How does the ViewController grab this command?
For such scenario, we can use the Modal Navigation instead of using pop up. This approach conforms with the standard navigation that is commonly found in modern mobile apps. For more detail, please check the Standard Navigation article.
My Inventory sample is a good place to start.
this.AddBinding("TableView", BindableProperties.DetailNavigationTargetProperty, new NavigationTarget(typeof(ItemEditorViewModel), new NavigationParameter(){Animated = false, NavigationMode = NavigationMode.Modal, EnsureNavigationContext = true}), true);
The above code can be used as the custom navigation to show Modal Navigation with no animation. The code should be implemented in ItemListBindingProvider.cs. Next, we should do the following:
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname