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
Hi Adam,Did the hotfix solve your problem? Is there any difficulty of applying the hotfix?If there are any issues post applying the hotfix feel free to post it into our forum!
Hi Thomas,Actually if you are using our push notification, our library contain no encryption, so just select no in iTunes Connect. The rest is handled by each platform's store so we no longer have anything to worry about encryption. For example of push notification usage in one of our application you can check it out here: https://play.google.com/store/apps/details?id=dnaNewsApp.Android, https://itunes.apple.com/us/app/dna-news!/id908752818?mt=8.Hope that'll helps.Best Regards,Arief
Hi Thomas,Glad it solved in newest versions,Sorry for giving outdated solutions and looks like i'm missing important things from your screenshots (i only focus on the error code not the .plist). Anyway, if the problem still persist, feel free to post it into our forum, We would be happy to assist you again!Best Regards,Arief
Hi Cristobal,we are unsuccessfully replicate this problem, could show us the step how you implement the form builder inside the drawer, if you will could you send us simple sample that replicating this specific issues.
Best Regards,Arief
Hi Thomas,
Sorry for late response, looks like there actually some problem by using performIdentifier (Solutions by Mr Yudi) including your issues.Here is the updated samples that also solve icon problems and also allow user to press more (3 dot in the right) to access the menu. (Dont forget to put the crosslight assemblies inside package/intersoft.crosslight)Hope that solve your problemsBest Regards,Arief
Hi Cristobal,Actually, the method i give you is just a better way to manipulate drawers in Android (if you using Close it will also close the drawer so it is better using IsOpen)About iOS version, In Android version however Google already give implementation for manipulating Drawer state but for iOS the function is still not yet implemented and also in the current version of Crosslight which also have been reported to our developer as a feature request under code CROS-816.
Nevertheless i will still try to help you to find alternative for iOS version of Drawer.Also sorry for confusing wording.Best Regards,Arief
Hi Thomas,Sorry for crossposting from Xamarin Forum, i got the solutions from here
Simply remove iTunesArtwork and iTunesArtwork@2x from the project
Hi Cristobal,We suggest you to use this method rather than overriding close:
protected override void OnPropertyChanged(string propertyName) { if (propertyName == "IsOpen") { if (this.IsOpen) { //do something when the drawer is opened } else { //do something when the drawer is closed } } base.OnPropertyChanged(propertyName); }
The reason is close method actually used for closing the drawer, if you just want to check if the drawer is closed or not, it is better to use IsOpen like code snippet in above.For iOS i will inform our developer about this issue under code CROS-819, i will update you with the new information regarding this issue.Best Regards,Arief
Glad it work!,Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again!
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