Search found 8 matches

by lachlan_so
Wed Feb 24, 2021 11:42 pm
Forum: Problem reports
Topic: Monaca IOS App Login Issue
Replies: 0
Views: 7875

Monaca IOS App Login Issue

Hi everyone, I have been struggling with a problem for quite some time now where if a user of my IOS app fails to login for any reason (such as an incorrect password) they are unable to login again until they close out of the app completely and reopen it. This doesn't seem to be an issue on android ...
by lachlan_so
Fri Feb 12, 2021 5:25 am
Forum: General discussion and questions about Aware IM
Topic: Mobile App Touch/Face ID
Replies: 0
Views: 3849

Mobile App Touch/Face ID

Hey everyone, I was wondering if anyone has managed to implement Touch ID and Face ID into their apps (or even in their regular desktop applications as it is likely a similar process). I have tried pretty much every cordova plugin for Touch ID I can find and none seem to work (fail to build with no ...
by lachlan_so
Wed Dec 23, 2020 5:21 am
Forum: General discussion and questions about Aware IM
Topic: Formatting With kendo.toString() in Custom HTML Query
Replies: 5
Views: 4963

Re: Formatting With kendo.toString() in Custom HTML Query

ACDC wrote: Tue Dec 22, 2020 9:36 am Have you tried this format: #,##0.00

If you set the format on the Object.Amount number attribute as above, this will work both in an HTML cell and a CUSTOM grid query
eg: <<Object.Amount>> or {Amount}
This seems to work, I knew I must have been overthinking it, thanks!
by lachlan_so
Tue Dec 22, 2020 5:33 am
Forum: General discussion and questions about Aware IM
Topic: Formatting With kendo.toString() in Custom HTML Query
Replies: 5
Views: 4963

Re: Formatting With kendo.toString() in Custom HTML Query

Why not just use a Number format of n instead of # ? I've tried what I think you mean but it doesn't seem to do anything either. I think I might be misunderstanding how this is meant to work so I will supply some snippets to hopefully help convey what the problem is. The last thing I tried was maki...
by lachlan_so
Mon Dec 21, 2020 5:11 am
Forum: General discussion and questions about Aware IM
Topic: Formatting With kendo.toString() in Custom HTML Query
Replies: 5
Views: 4963

Formatting With kendo.toString() in Custom HTML Query

Hi everyone, I am trying to format every number in my query to 2 decimal places (including zeros) by using "kendo.toString({Attribute}, n2)". A few examples of what I should happen with the numbers are as follows: 1234.56 = 1,234.56 1234 = 1,234.00 1234.5 = 1,234.50 Does anyone have any idea how to ...
by lachlan_so
Mon Aug 03, 2020 12:13 am
Forum: General discussion and questions about Aware IM
Topic: Mobile File Upload
Replies: 0
Views: 4813

Mobile File Upload

I have been working on a mobile app and since switching to Monaca due to the IOS WebView change, I have had some strange issues with uploading of files on IOS. When trying to upload a photo from either the camera or the gallery, the screen jumps, resizes and starts scrolling any direction from anywh...
by lachlan_so
Wed Jan 29, 2020 4:02 am
Forum: General discussion and questions about Aware IM
Topic: Phone Gap PDF Files
Replies: 0
Views: 5873

Phone Gap PDF Files

Hi everyone! I have been working on an app using the Phone Gap integration that Aware IM has in it. I have run into an issue however. I can't seem to open PDF or HTML files when the app is launched natively. I can view the files on Android currently but on the iPad and iPhone I have available to me,...
by lachlan_so
Fri Dec 20, 2019 1:22 am
Forum: General discussion and questions about Aware IM
Topic: Phone Gap App Icon
Replies: 2
Views: 3709

Phone Gap App Icon

Hi everyone, I have run into some trouble while trying to build my app in Phone Gap. It seems like I can't change the app icon from the default Phone Gap icon. I have tried building the app multiple times through Aware IM but I can't seem to work out the problem. I have tried setting a default icon ...