Search found 355 matches

Go to advanced search

by Joe Sharples
Thu Sep 03, 2015 5:53 pm
Forum: Issues
Topic: proj parameter self populating.
Replies: 3
Views: 570
 
Jump to post

proj parameter self populating.

Thanks M&M

by Joe Sharples
Thu Sep 03, 2015 5:48 pm
Forum: Issues
Topic: cropping users profile pictures
Replies: 4
Views: 491
 
Jump to post

cropping users profile pictures

Sorry Deon i did not.
It worked better for my app to set a fixed width and to preserve the image asset ratio.

by Joe Sharples
Thu Sep 03, 2015 5:43 pm
Forum: Issues
Topic: native feel
Replies: 4
Views: 543
 
Jump to post

native feel

I thought so.
Thank you for your response

by Joe Sharples
Wed Sep 02, 2015 10:39 am
Forum: Issues
Topic: native feel
Replies: 4
Views: 543
 
Jump to post

native feel

Hi Sergiy,

I have used jqm project. I'm unfamiliar with ionic library, is this something I can add to my existing app or does it mean a new build? sorry for my lack of knowledge here

Thank you

by Joe Sharples
Tue Sep 01, 2015 3:35 pm
Forum: Issues
Topic: I cannot view my pop up in the editor
Replies: 3
Views: 468
 
Jump to post

I cannot view my pop up in the editor

Hi Sergiy,
no i don't need further assistance, i will just add the css asset back once i have finished editing the popup.

Ideally it would be good if the popup remained editable in the builder with the css assets active. maybe this could be fixed in future builder updates.

by Joe Sharples
Tue Sep 01, 2015 11:17 am
Forum: Issues
Topic: I cannot view my pop up in the editor
Replies: 3
Views: 468
 
Jump to post

I cannot view my pop up in the editor

Problem solved.

I am using css to remove the border.

.ui-popup {
position: relative;
border: 0 !important;
}

after removing this it work. I will just have to add it back in at the end

by Joe Sharples
Tue Sep 01, 2015 11:03 am
Forum: Issues
Topic: I cannot view my pop up in the editor
Replies: 3
Views: 468
 
Jump to post

I cannot view my pop up in the editor

I am using outline view, selecting the pop up and toggling the eye icon. the icon is switching between visible and not but the popup is not appearing on the editor.

by Joe Sharples
Tue Sep 01, 2015 9:35 am
Forum: Issues
Topic: native feel
Replies: 4
Views: 543
 
Jump to post

native feel

I'm looking at making adjustments to my app to make it feel more native. I think a good idea would be to make the header and footer load before any of the mobilecontainer content loads and before any services are called. this would make the app feel a lot more responsive. Is there a way to do this?
by Joe Sharples
Fri Aug 28, 2015 1:15 pm
Forum: Issues
Topic: scroll to bottom of list
Replies: 6
Views: 787
 
Jump to post

scroll to bottom of list

I have used
$.mobile.silentScroll();
as a work around for now to force the page to scroll

by Joe Sharples
Fri Aug 28, 2015 9:52 am
Forum: Issues
Topic: proj parameter self populating.
Replies: 3
Views: 570
 
Jump to post

proj parameter self populating.

I have a service with the parameter 'proj'. I use this service on multiple pages, some pages I use the 'proj' parameter, other pages I leave it blank because i want all the data. Even though the 'proj' param is empty on calls from certain pages it still shows value when i test the app. service under...

Go to advanced search