Search found 294 matches

Go to advanced search

by Egor Kotov6832188
Mon Apr 06, 2015 6:30 pm
Forum: Issues
Topic: Handling mobile app updates
Replies: 3
Views: 652
 
Jump to post

Handling mobile app updates

Hello Miguel, Do I control what gets overwritten or is it a complete refresh of the app. It completely refreshes the app, but localstorage variables should be available. if I decide to dynamically inject jquery mobile controls You will not be able to work with mapping in/out for this component and a...
by Egor Kotov6832188
Mon Apr 06, 2015 5:23 pm
Forum: Issues
Topic: Append a string to a listitem
Replies: 5
Views: 873
 
Jump to post

Append a string to a listitem

Hello,

1) On Success event add js code
2) in this code
a) with jquery selector find you target item
b) set value
in data variable you will have your new value

by Egor Kotov6832188
Mon Apr 06, 2015 4:30 pm
Forum: Issues
Topic: Google Analytics Tracking in IOS not working, and how to enable demoprhaic and interest tracking
Replies: 70
Views: 8312
 
Jump to post

Google Analytics Tracking in IOS not working, and how to enable demoprhaic and interest tracking

Guys,
Sorry for the radio silence here.
Could you clarify something for us:
1) Have you changed any files at source tab ?
2) What ios versions you are using ?

by Egor Kotov6832188
Mon Apr 06, 2015 4:07 pm
Forum: Issues
Topic: Some services not working when switching to library 2.1
Replies: 50
Views: 5718
 
Jump to post

Some services not working when switching to library 2.1

Adam,
try next css

.ui-listview .ui-li-has-thumb.ViewList_GroupListItem .ui-btn, .ui-listview .ui-li-static.ui-li-has-thumb{
min-height: 1.625em;
}

by Egor Kotov6832188
Mon Apr 06, 2015 3:41 pm
Forum: Issues
Topic: Replace() yields “Uncaught TypeError: undefined is not a function” when used with zero
Replies: 7
Views: 1002
 
Jump to post

Replace() yields “Uncaught TypeError: undefined is not a function” when used with zero

Hello Hawk, Apperyio.storage.MS_Member_Points_Credits_Summary.get("$['Balance']"); Line above returns value, which you saved earlier, thus if you saved string, it will return string, if number, then return value will be number. Check what type you are saving. when Balance = 0, the alerts s...
by Egor Kotov6832188
Fri Apr 03, 2015 1:43 pm
Forum: Issues
Topic: get element.id and set element.id
Replies: 2
Views: 449
 
Jump to post

get element.id and set element.id

Hello Eric,

http://gyazo.com/cb7748f4d1a0239cca75... here is an example.

by Egor Kotov6832188
Fri Apr 03, 2015 12:03 pm
Forum: Issues
Topic: List items with labels, images or grids are styled as read only.
Replies: 17
Views: 1879
 
Jump to post

List items with labels, images or grids are styled as read only.

Hello Eric,

Yes, this code snippet was used on this forum several times, we glad it worked for you.
Thank you for update.
Happy holidays to you too!

by Egor Kotov6832188
Fri Apr 03, 2015 12:00 pm
Forum: Issues
Topic: No Image displayed on the first login
Replies: 2
Views: 533
 
Jump to post

No Image displayed on the first login

Hello Hawk,

You need to check:
1) when do call your download service for images
2) does it triggers success event
3) does image actually downloaded from collection
4) has request all needed parameters, may be on first login, not all params are defined, thus service returns empty response

by Egor Kotov6832188
Fri Apr 03, 2015 11:58 am
Forum: Issues
Topic: file download javascript help define location converts a json response to a csv file
Replies: 1
Views: 484
 
Jump to post

file download javascript help define location converts a json response to a csv file

Hello Vinny,

Last time we were doing something similar it was made by FileAPI, which allows to save file to File system of current device.
Unfortunately, debugging css and custom js is outside of support's scope.

Go to advanced search