Search found 26 matches

Go to advanced search

by Oliver Fisk
Tue Mar 08, 2016 11:52 pm
Forum: Issues
Topic: Back button: iOS issues
Replies: 7
Views: 1201
 
Jump to post

Back button: iOS issues

I've created a back button in my app. It works fine in web browsers and when deployed as an android app but when used in Safari on iOS or through the appery testing app nothing happens. I have used both: history.back(); window.history.back(); but neither of them work on iOS. Any suggestions?
by Oliver Fisk
Mon Oct 19, 2015 3:09 pm
Forum: Issues
Topic: Query with local storage
Replies: 12
Views: 3434
 
Jump to post

Query with local storage

Hi Sergiy, Thanks for that but I could see lots of information about explicitly stated comparisons but nothing about using local storage. Likewise all the queris are written as though directly querying the database in code whereas the +value+ part is used in the app builder with the visual mapping. ...
by Oliver Fisk
Fri Oct 16, 2015 10:24 am
Forum: Issues
Topic: Query with local storage
Replies: 12
Views: 3434
 
Jump to post

Query with local storage

How is this done if I want to use multiple values in an "and" query?

return '{"_id": "' + value + '"}';

Can only be used for one locale variable.

What if I want two or more?

Oli

by Oliver Fisk
Wed Mar 11, 2015 11:29 am
Forum: Issues
Topic: remove text shadow
Replies: 1
Views: 387
 
Jump to post

remove text shadow

Someone gave a me a solution to the text shadow problem.
I think it was javascript to run on page load.

But I lost it.

I tried: text.style.textShadow = "none";

But it did not work.

by Oliver Fisk
Tue Mar 10, 2015 9:34 pm
Forum: Issues
Topic: Skip photo confirmation?
Replies: 1
Views: 409
 
Jump to post

Skip photo confirmation?

When I take a photo using the photo capture service I am prompted to either "retake" or "use photo".
Can I skip this question so that when I take a photo it takes me straight back to the app. This would dramatically cut down the number of key presses for my users.

by Oliver Fisk
Tue Jan 13, 2015 8:53 am
Forum: Issues
Topic: jqplot chart doesnt populate
Replies: 32
Views: 3818
 
Jump to post

jqplot chart doesnt populate

Hi Yurii,
I was able to chart using a different library (d3) so maybe its a problem with jqplot?
I'll share the app when I can.

by Oliver Fisk
Mon Jan 12, 2015 11:16 pm
Forum: Issues
Topic: jqplot chart doesnt populate
Replies: 32
Views: 3818
 
Jump to post

jqplot chart doesnt populate

Here is a view showing the resources loaded:

H Image

Here is a view showing the errors I get in console:

Image

by Oliver Fisk
Sat Dec 27, 2014 11:46 pm
Forum: Issues
Topic: jqplot chart doesnt populate
Replies: 32
Views: 3818
 
Jump to post

jqplot chart doesnt populate

I just can't get this to work, no matter what library version I use.

I am naming the libraries the same as the file names when I upload them. Is that correct? or should they just be called jqplot?

by Oliver Fisk
Mon Sep 01, 2014 9:47 am
Forum: Issues
Topic: Microsoft office 365 NEW APIs
Replies: 5
Views: 785
 
Jump to post

Microsoft office 365 NEW APIs

Thank you. I would strongly recommend that you should really get on this
It would make Appery a killer app if if could easily put things in and out of Exchange/SharePoint etc...

by Oliver Fisk
Sun Aug 31, 2014 8:02 pm
Forum: Issues
Topic: Microsoft office 365 NEW APIs
Replies: 5
Views: 785
 
Jump to post

Microsoft office 365 NEW APIs

Microsoft are previewing the new REST APIs for office 365. (http://msdn.microsoft.com/en-us/libra...) the implementation is quite tricky. A plugin and a tutorial or two (like you've done for Salesforce) would be a massive benefit for people developing on Appery.

Go to advanced search