Search found 15 matches

Go to advanced search

by John de Quarius
Sat Jan 16, 2016 1:25 am
Forum: Issues
Topic: No header and footer because of Iframe and BackButton Event not working
Replies: 16
Views: 1588
 
Jump to post

No header and footer because of Iframe and BackButton Event not working

I agree with Appetit. This is a known issue and I've not found a solution myself and have put this aside on my project.

by John de Quarius
Fri Jan 15, 2016 5:22 pm
Forum: Issues
Topic: No header and footer because of Iframe and BackButton Event not working
Replies: 16
Views: 1588
 
Jump to post

No header and footer because of Iframe and BackButton Event not working

Appetit, I suggest that you build a custom header for this page. I've not been lucky with a better solution for this issue as I've been getting weird results too.

by John de Quarius
Fri Jan 15, 2016 3:12 pm
Forum: Issues
Topic: No header and footer because of Iframe and BackButton Event not working
Replies: 16
Views: 1588
 
Jump to post

No header and footer because of Iframe and BackButton Event not working

Oh nvm I've justed added this on page load and it works
code
Appery('mobileheader').unbind('slideUp').unbind('slideDown');
Appery('mobilefooter').unbind('slideUp').unbind('slideDown');
/code

by John de Quarius
Fri Jan 15, 2016 3:07 pm
Forum: Issues
Topic: No header and footer because of Iframe and BackButton Event not working
Replies: 16
Views: 1588
 
Jump to post

No header and footer because of Iframe and BackButton Event not working

code jQuery("[name='mobileheader']").css("position","fixed"); jQuery("[data-role=footer]").css("position","fixed"); jQuery(".ui-header-hidden").css("position","fixed"); /code thi...
by John de Quarius
Fri Jan 15, 2016 2:01 pm
Forum: Issues
Topic: No header and footer because of Iframe and BackButton Event not working
Replies: 16
Views: 1588
 
Jump to post

No header and footer because of Iframe and BackButton Event not working

Evgene,

I have this same issue when displaying a lot of list items. the header is set to fixed and the whole header disappears. The solution I've implemented was to override the css of the header in the page show but it's not pretty. This is rather a jquery mobile issue I think.

by John de Quarius
Thu Jan 14, 2016 1:06 pm
Forum: Issues
Topic: application to a secure origin
Replies: 1
Views: 397
 
Jump to post

application to a secure origin

B510, this issue will go away if you install the app. I think when the app is installed it uses the the secure layer but not during the preview. I maybe wrong but worth a try and output the error callback to a div somewhere on your page so that you can see what's going on.

by John de Quarius
Thu Jan 07, 2016 3:08 pm
Forum: Issues
Topic: Mapping Array to Grid Component(Columns)
Replies: 6
Views: 873
 
Jump to post

Mapping Array to Grid Component(Columns)

Try doing this...
add a div element inside the list item and apply a css rule to the dive and the image element.

or you could set the image element to inline inside your list.

by John de Quarius
Thu Jan 07, 2016 1:45 pm
Forum: Issues
Topic: Mapping Array to Grid Component(Columns)
Replies: 6
Views: 873
 
Jump to post

Mapping Array to Grid Component(Columns)

Could you post screenshots of the response and the grid please

by John de Quarius
Thu Jan 07, 2016 1:00 pm
Forum: Issues
Topic: Mapping Array to Grid Component(Columns)
Replies: 6
Views: 873
 
Jump to post

Mapping Array to Grid Component(Columns)

Toucher, Where is the array data coming from? To map array values to the grid you need to define or add elements to the grid as the grid is simply just a table with empty fields meaning you need to add placeholder or element such as label or input. and if the array is coming from a service the you c...
by John de Quarius
Thu Jan 07, 2016 12:57 pm
Forum: Issues
Topic: When I am testing push notifications, how do I know they are only going to me?
Replies: 22
Views: 3053
 
Jump to post

When I am testing push notifications, how do I know they are only going to me?

Ellen,

Ok have you tried;

Changing library version to 3 in app settings and repackaging the app .apk and uninstallaing and reinstalling the released build to your phone?

Go to advanced search