Posts

white black screen while loading unity in android for 2-5 seconds

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 0 I use android for launching unity activity. First a white then black screen and then my splash screen came after launching unity activity. But after changing the manifest file I am able to remove the black screen but the black screen still appears for 2-5 seconds. How can I get rid of that too? android unity3d share | improve this question edited Nov 26 '18 at 23:36 Hardik Shah 1,742 2 8 24 ...

cannot read property of undefined angular 7

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 0 I am getting many errors at the dev tools console when adding a service into my component but the code still working but I want to get rid of from these errors This's the service: getPagesData(pageSlug: string): Observable<any> { return this._http.get<any>(`${environment.apiUrl}wp/v2/pages/?slug=${pageSlug}`); } This is the component: import { Component, OnInit } from '@angular/core'; import { DataService } from 'src/app/services/data.service'; @Component({ selector: 'app-membership', templateUrl: './membership.page.html', styleUrls: ['./membership.p...