Search found 294 matches

Go to advanced search

by Egor Kotov6832188
Mon Sep 05, 2016 11:33 am
Forum: Issues
Topic: Apperyio storage deletei. Is there a Apperyio.storage.XXXX.delete(); ?
Replies: 3
Views: 676
 
Jump to post

Apperyio storage deletei. Is there a Apperyio.storage.XXXX.delete(); ?

Hello Alfred,
Try Apperyio.storage._final_text_msg.set("");
If your variable isn't string, then try set([]) - for array
set({}) - for object

Also if your variable is used in services mappings, then value will be overridden during mapping.

by Egor Kotov6832188
Sat Oct 03, 2015 9:48 am
Forum: Issues
Topic: X-Appery-Brand
Replies: 11
Views: 2125
 
Jump to post

X-Appery-Brand

Hi there,
Just remove X-Appery-Brand line from the headers and all will be as it was.

Just keep in mind, that this new extra complementary security can be used from now on whenever you would like.

by Egor Kotov6832188
Sat Oct 03, 2015 9:46 am
Forum: Issues
Topic: X-Appery-Brand
Replies: 11
Views: 2125
 
Jump to post

X-Appery-Brand

Hello Madi,
Yes, this feature is optional.

by Egor Kotov6832188
Fri Apr 10, 2015 3:48 pm
Forum: Issues
Topic: Update user password on user interface
Replies: 37
Views: 4520
 
Jump to post

Update user password on user interface

Hello,
Unfortunately, you can't export passwords as plain text, passwords can only be exported as hash.

by Egor Kotov6832188
Wed Apr 08, 2015 8:14 pm
Forum: Issues
Topic: Populate data into new window
Replies: 15
Views: 1989
 
Jump to post

Populate data into new window

Hawk,

try to add console.log or alert function inside next event:
window.addEventListener('message', function(event) { ...

You probably will not get any notification from that handler.

by Egor Kotov6832188
Wed Apr 08, 2015 7:59 pm
Forum: Issues
Topic: Clear app cache when the app is minimized or closed
Replies: 5
Views: 728
 
Jump to post

Clear app cache when the app is minimized or closed

Hello David, I think this is an issue with the app's cache. Any ideas? About Facebook page. You should have a js code which monitors the code provided by Facebook in url, and when this code appeared close facebook page. This is general behavior of Authorization Try to make select menu as native comp...
by Egor Kotov6832188
Wed Apr 08, 2015 6:01 pm
Forum: Issues
Topic: Add or Remove ListItem from List Manually
Replies: 38
Views: 4789
 
Jump to post

Add or Remove ListItem from List Manually

Hello,
Unfortunately, we can help you with this issue, it is all matter of debugging.

by Egor Kotov6832188
Wed Apr 08, 2015 4:09 pm
Forum: Issues
Topic: Result value of rest service invocation don't appeared in a tex area.
Replies: 24
Views: 2830
 
Jump to post

Result value of rest service invocation don't appeared in a tex area.

John,

Unfortunately, Authentication is not correct if response is 401, you need to check documentation of service you are trying to reach with request.

by Egor Kotov6832188
Wed Apr 08, 2015 4:05 pm
Forum: Issues
Topic: How to implement canvas based signature (using signature_pad javascript)?
Replies: 63
Views: 7841
 
Jump to post

How to implement canvas based signature (using signature_pad javascript)?

Hello Ali,

Your jquery selector is wrong, thus you are getting exception in console.

by Egor Kotov6832188
Wed Apr 08, 2015 3:53 pm
Forum: Issues
Topic: Facebook Share Button without editing source code
Replies: 28
Views: 4317
 
Jump to post

Facebook Share Button without editing source code

Hello Sunita,

If by "source code" you mean adding JS code and button on the page in editor, then NO.
If changing source files at source tab of your app project, then yes.

Go to advanced search