Search found 469 matches

Go to advanced search

by Andy Parker
Mon Jun 22, 2020 2:55 pm
Forum: Issues
Topic: How To Set The Background Color of the Content part of an IONIC page
Replies: 3
Views: 2589
 
Jump to post

How To Set The Background Color of the Content part of an IONIC page

typical, figured it out 5 mins after posting:

set this in the SCSS Variables, under themes.....

--ion-background-color: linear-gradient(#caf0cf, white,#caf0cf);

by Andy Parker
Mon Jun 22, 2020 2:21 pm
Forum: Issues
Topic: How To Set The Background Color of the Content part of an IONIC page
Replies: 3
Views: 2589
 
Jump to post

How To Set The Background Color of the Content part of an IONIC page

Hi Team,

any idea how to set the Page/Content area of the IONIC4 page please?

I've tried setting the class to the following, but no joy.

.stdBackground {
background: linear-gradient(#caf0cf, white,#caf0cf) !important;
}

by Andy Parker
Wed Jun 17, 2020 12:55 pm
Forum: Issues
Topic: Multi-line Text Inputs
Replies: 2
Views: 2821
 
Jump to post

Multi-line Text Inputs

Perfect Galyna, many thanks.

by Andy Parker
Thu Jun 11, 2020 3:46 pm
Forum: Issues
Topic: IONIC1 - dynamically setting ng-src (of an image) doesn't show unless screen size is adjusted
Replies: 1
Views: 1433
 
Jump to post

IONIC1 - dynamically setting ng-src (of an image) doesn't show unless screen size is adjusted

Solved it, but it's a workaround. Every time I update the image, I now call a "refresh" routine: //force a redraw for Chrome // in 10ms time // $scope.timerID = setTimeout(function() { $scope.$apply(function() { document.getElementById('sourcestaffimage').style.display = "none"; ...
by Andy Parker
Thu Jun 11, 2020 2:50 pm
Forum: Issues
Topic: IONIC1 - dynamically setting ng-src (of an image) doesn't show unless screen size is adjusted
Replies: 1
Views: 1433
 
Jump to post

IONIC1 - dynamically setting ng-src (of an image) doesn't show unless screen size is adjusted

Hi, I haven't changed my app, but something has stopped working recently. Basically, I have a page for employees where a REST call returns an image of the employee and this is passed to ng-src in an image component as follows: $scope.imageSrc = "data:image/png;base64," + dataImage; $scope....
by Andy Parker
Wed Jun 10, 2020 2:43 pm
Forum: Issues
Topic: Multi-line Text Inputs
Replies: 2
Views: 2821
 
Jump to post

Multi-line Text Inputs

Hi Team, I'm trying to find a way to enable the user to enter text and allow multiple lines of text in the input (i.e. allow the user to hit in the input box and continue typing. This is for an email body input for the user. I see IONIC 4 allows a ion-textarea as well as ion-input, are there plans t...
by Andy Parker
Wed Jun 03, 2020 5:24 pm
Forum: Issues
Topic: Appery Site - nothing responding on website any longer...
Replies: 5
Views: 2188
 
Jump to post

Appery Site - nothing responding on website any longer...

I've rebooted, seems better now.
As nobody else has experienced this, lets close this case as it looks like my end.

regards

Andy

by Andy Parker
Wed Jun 03, 2020 5:14 pm
Forum: Issues
Topic: Appery Site - nothing responding on website any longer...
Replies: 5
Views: 2188
 
Jump to post

Appery Site - nothing responding on website any longer...

I've tried Chrome, now tried Firefox.
I just get a white page with the spinner on.....

Very odd.....

by Andy Parker
Wed Jun 03, 2020 4:49 pm
Forum: Issues
Topic: Appery Site - nothing responding on website any longer...
Replies: 5
Views: 2188
 
Jump to post

Appery Site - nothing responding on website any longer...

Getting into appery.io/darabase is the problem in seeing most

by Andy Parker
Wed Jun 03, 2020 3:57 pm
Forum: Issues
Topic: Appery Site - nothing responding on website any longer...
Replies: 5
Views: 2188
 
Jump to post

Appery Site - nothing responding on website any longer...

Can't get to Database pages etc.

Is there a serious issue?

Go to advanced search