Search found 45 matches

Go to advanced search

by Crystal Taggart
Tue Aug 02, 2016 4:41 am
Forum: Issues
Topic: Step-by-step intructions for setting up Apple Developer keys on Appery.io
Replies: 1
Views: 390
 
Jump to post

Step-by-step intructions for setting up Apple Developer keys on Appery.io

Hi @apperyio support team! I created a step-by-step video how to set up apple developer keys for appery.io. Feel free to share: https://www.youtube.com/watch?v=QqijX...

by Crystal Taggart
Sat Jun 04, 2016 8:51 pm
Forum: Issues
Topic: can i able to use font awesome icons?
Replies: 4
Views: 625
 
Jump to post

can i able to use font awesome icons?

Here's how I did it: I created an attribute called fontawesome I set the value to fa-user or whatever font awesome icon I am using. If I want to prepend it then I set an attribute called faprepend (if it's not there then I append it) I have the following code in a javascript file: code function fixF...
by Crystal Taggart
Tue Sep 15, 2015 11:09 pm
Forum: Issues
Topic: Hi, Have you disabled the LinkedIn Plugin? I don't see it any more?
Replies: 18
Views: 1936
 
Jump to post

Hi, Have you disabled the LinkedIn Plugin? I don't see it any more?

Hi there - Any updates on the LinkedIn oath api? I know you have Auth0 but I don't want to use that.

Thanks!
Crystal

by Crystal Taggart
Sun Aug 30, 2015 8:12 pm
Forum: Issues
Topic: ListItem data-icon not work an dynamic generated items?
Replies: 4
Views: 728
 
Jump to post

ListItem data-icon not work an dynamic generated items?

I was trying to do this via jquery on a click event of a list item but it wasn't working. Here's the workaround I found:

$(this).removeClass('ui-icon-none');
$(this).addClass('ui-icon-check');
$(this).attr("data-icon", "check");

by Crystal Taggart
Fri Aug 28, 2015 4:18 am
Forum: Issues
Topic: Cannot delete mapping
Replies: 3
Views: 498
 
Jump to post

Cannot delete mapping

I've had to switch browser versions to get it to work on occasion (i.e. I normally use FireFox so when this occurs I switch to Chrome.)

by Crystal Taggart
Tue Aug 25, 2015 10:42 pm
Forum: Issues
Topic: Add Apple Watch Cordova Plug-In
Replies: 9
Views: 1340
 
Jump to post

Add Apple Watch Cordova Plug-In

@Max.... every day you make me love Appery.io more and more....

by Crystal Taggart
Tue Aug 18, 2015 5:19 am
Forum: Issues
Topic: Appery MP4 Video download fails
Replies: 6
Views: 760
 
Jump to post

Appery MP4 Video download fails

Thanks Joe- I'll check that out!

by Crystal Taggart
Mon Aug 17, 2015 5:44 pm
Forum: Issues
Topic: Appery MP4 Video download fails
Replies: 6
Views: 760
 
Jump to post

Appery MP4 Video download fails

I had the same issue (I tried multiple ways through both Apperyio file system and through amazon s3.) I found it was working in the browser but not in the app. I ended up writing a javascript to set the URL src during the page show event: var player = document.getElementById('MyAvatar_vd_Avatar'); v...
by Crystal Taggart
Mon Aug 17, 2015 5:36 pm
Forum: Issues
Topic: Add Apple Watch Cordova Plug-In
Replies: 9
Views: 1340
 
Jump to post

Add Apple Watch Cordova Plug-In

I'd like to know as well.

Go to advanced search