Search found 25 matches

Go to advanced search

by Sami
Wed Oct 14, 2015 8:48 pm
Forum: Issues
Topic: Database Limitation when exporting
Replies: 4
Views: 714
 
Jump to post

Database Limitation when exporting

Hello, I'have to create some reports with my database. I saw that is not possible to retrieve the fields " createdAt" and " updateATt" when exporting database in CSV or JSON. First Question : Is there a way to retrieve these fields in a databse export ? Cause I can't have these &...
by Sami
Fri Aug 28, 2015 12:19 am
Forum: Issues
Topic: Database and app builder is unreachable on appery io platform
Replies: 5
Views: 756
 
Jump to post

Database and app builder is unreachable on appery io platform

You can try this browser : https://www.epicbrowser.com/.

It's a chrome-like to manage privacy.

It worked for me

by Sami
Thu Aug 27, 2015 10:20 pm
Forum: Issues
Topic: Database and app builder is unreachable on appery io platform
Replies: 5
Views: 756
 
Jump to post

Database and app builder is unreachable on appery io platform

same thing for me on chrome.

If i use Epic Browser, it works

by Sami
Thu Aug 27, 2015 9:34 pm
Forum: Issues
Topic: Database and app builder is unreachable on appery io platform
Replies: 5
Views: 756
 
Jump to post

Database and app builder is unreachable on appery io platform

There is a maintenance ?

I can connect but i can't opne the appbuilder or the database page ?

Thanks

Sami

by Sami
Wed Aug 12, 2015 4:43 am
Forum: Issues
Topic: Disable the automatic Spinner (Ajax loader)
Replies: 1
Views: 272
 
Jump to post

Disable the automatic Spinner (Ajax loader)

hello, It is possible to globally disable the automatic spinner (ajax loader) managed by apperyio library (the showSpinner() function used for each ajax call) and replace it with my own JS (using the official JqueryMobile JS code) ?? I ask this question because i need to put different text (loading ...
by Sami
Tue Jul 28, 2015 12:32 am
Forum: Issues
Topic: How to call mapping with JS
Replies: 7
Views: 1121
 
Jump to post

How to call mapping with JS

With the Appery.io GUI, we can easily create services, services call and mapping function. We can control a "service call" with Javascript like this : serviceName.execute() but we can't do the same thing with mapping function. I want to keep the advantage of using the GUI to create my mapp...
by Sami
Mon Jul 27, 2015 7:52 pm
Forum: Issues
Topic: How to avoid the startscreen ? (after being logged in)
Replies: 4
Views: 446
 
Jump to post

How to avoid the startscreen ? (after being logged in)

ok, thanks it's clear now (i redirect on start page "Page Show event" according to localStorage variable value)

by Sami
Mon Jul 27, 2015 7:50 pm
Forum: Issues
Topic: Question about Alternative User session ?
Replies: 5
Views: 960
 
Jump to post

Question about Alternative User session ?

OK, i've finaly decided to use token to add protection to the database cause if i unzip an IPA or APK file, it's easy to find the api key value in the *.js file.

Do you think javascript obfuscation is the only way to add protection in this case or there is another way more secure ?

Thanks

by Sami
Mon Jul 27, 2015 7:44 pm
Forum: Issues
Topic: ios Plugin : missing file .h et .m at Xcode Export
Replies: 5
Views: 551
 
Jump to post

ios Plugin : missing file .h et .m at Xcode Export

Hello,

It is clear now ? or do you need more information ?

by Sami
Mon Jul 27, 2015 7:42 pm
Forum: Issues
Topic: Mapping index (Automatic localStorage Array mapping )
Replies: 2
Views: 406
 
Jump to post

Mapping index (Automatic localStorage Array mapping )

ok, i've find a way to retieve the value of the index i was looking for (index of looping in the mapping wizard when i map an array to a list) :

var indexElement=element[0].attributes._idx.nodeValue;

indexElement=indexElement.substring(1);

var indexvalue = parseInt(indexElement,10);

Go to advanced search