Search found 91 matches

Go to advanced search

by Roger
Mon Sep 22, 2014 11:56 am
Forum: Issues
Topic: $("[data-role=header]").css("position", "fixed");
Replies: 5
Views: 1395
 
Jump to post

$("[data-role=header]").css("position", "fixed");

Evgene,

My mistake. I forgot Progress Software is on its own branch of Appery. They must have added this.

Sorry for the confusion.

by Roger
Fri Sep 19, 2014 3:18 pm
Forum: Issues
Topic: $("[data-role=header]").css("position", "fixed");
Replies: 5
Views: 1395
 
Jump to post

$("[data-role=header]").css("position", "fixed");

I use the following;

Appery.openPopup('MessagePopup',$(this));

by Roger
Fri Sep 19, 2014 2:05 pm
Forum: Issues
Topic: $("[data-role=header]").css("position", "fixed");
Replies: 5
Views: 1395
 
Jump to post

$("[data-role=header]").css("position", "fixed");

I had to add the following code to all of my PageShow events to solve an issue on iOS devices. The header would no longer be in a fixed position at the top of the page after the iOS keyboard was used. the code below solved that. $("[data-role=footer]").css("position", "fixed...
by Roger
Tue Aug 12, 2014 1:21 pm
Forum: Issues
Topic: Assign Input Type of Date
Replies: 5
Views: 1546
 
Jump to post

Assign Input Type of Date

thanks for the info. We are actually moving away from the datepicker as it is tedious to use on a mobile device.

by Roger
Mon Aug 11, 2014 7:55 pm
Forum: Issues
Topic: Assign Input Type of Date
Replies: 5
Views: 1546
 
Jump to post

Assign Input Type of Date

Katya,

For this input type of date how do I set a format so that when the native control (iOS) is displayed it shows the day of the week? Right now it just shows Month, day and year.

by Roger
Fri Jul 18, 2014 4:08 pm
Forum: Issues
Topic: Assign Input Type of Date
Replies: 5
Views: 1546
 
Jump to post

Assign Input Type of Date

Katya,

That worked...THANK YOU!!

by Roger
Fri Jul 18, 2014 3:20 pm
Forum: Issues
Topic: Assign Input Type of Date
Replies: 5
Views: 1546
 
Jump to post

Assign Input Type of Date

I am struggling with this simple thing. I have an input control on my page with type=date. On page load i would like to set it = to the current date. I am using the following code that just does not work. var today = new Date(); Appery ("BatchHdr_StopDate").val(today.toISOString ()); I hav...
by Roger
Tue Jun 17, 2014 2:08 pm
Forum: Issues
Topic: ListItem Issue
Replies: 1
Views: 513
 
Jump to post

ListItem Issue

I have been using the following code for about a year. If I use the iOS7 theme the data icon is appearing when it should not. I believe the element.next().remove() should take care of that but it no longer works. Any ideas? if (value == 'true'){ var listItem = element.parent(); listItem.attr('data-r...
by Roger
Wed Jun 04, 2014 4:53 pm
Forum: Issues
Topic: Adding 3rd party plugin to ios
Replies: 20
Views: 4437
 
Jump to post

Adding 3rd party plugin to ios

Tiago,

Thanks for clarifying.

by Roger
Wed Jun 04, 2014 4:46 pm
Forum: Issues
Topic: Adding 3rd party plugin to ios
Replies: 20
Views: 4437
 
Jump to post

Adding 3rd party plugin to ios

I understand that you can add files through the source editor. However, if they are not added to the ipa when building this would be useless.

Go to advanced search