Angular2 website freezes on chrome for android but not on other applications or other smartphones ...
Do I really need recursive chmod to restrict access to a folder?
Can I cast Passwall to drop an enemy into a 20-foot pit?
What does the "x" in "x86" represent?
Storing hydrofluoric acid before the invention of plastics
Check which numbers satisfy the condition [A*B*C = A! + B! + C!]
Why do people hide their license plates in the EU?
What is Arya's weapon design?
Generate an RGB colour grid
How do I stop a creek from eroding my steep embankment?
Why was the term "discrete" used in discrete logarithm?
What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?
Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?
Apollo command module space walk?
Single word antonym of "flightless"
In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
What's the purpose of writing one's academic biography in the third person?
Fundamental Solution of the Pell Equation
What causes the vertical darker bands in my photo?
What exactly is a "Meth" in Altered Carbon?
51k Euros annually for a family of 4 in Berlin: Is it enough?
How does debian/ubuntu knows a package has a updated version
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Extract all GPU name, model and GPU ram
Angular2 website freezes on chrome for android but not on other applications or other smartphones
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)GMAIL Login works with android but not in browserWebsite displays blank in Chrome & Opera, but fine in IE10Chrome can't connect to internet (but other browsers can)How website generate Unlock Codes for Smartphones using IMEI?chrome not loading one websiteWebsite “unsafe” on Chrome and other browsersGoogle Chrome new tab page thumbnails no longer fit and wrap out of viewAllow Camera Access for Specific Site on Chrome Android VersionChrome not displaying website correctlyChrome showing insecure for a website. But other browsers show secured
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
My website freezes, and makes my whole smartphone lagging, when I'm visiting this special page (here) on a Samsung GS7 with google chrome. No problem when using a PC. However, when using default samsung web browser, I don't have any problem on this smartphone to view this page.
Moreover, I tried on another smartphone with chrome, no problem (but what's strange is that I never had any problem of this kind with my GS7).
Of course, I factory reseted my google chrome application and rebooted my smartphone but the problem is still here.
My site is lightweight and passes well all types of benchmarks i.e.
desktop chrome audit for smarpthones embedded.
I use the CDN of fontawesome, maybe it's the cause ?
This page contains 4 components which are using 4 inputs each and displayed with bootstrap.
<dd class="clear"></dd>
<div class="row">
<h3 class="d-none d-md-block col-md-3 dt hella">{{date}}</h3>
<a class="col-md-7">
<h3 class="d-sm-block d-md-none col-md-3 dtcol">{{date}}</h3>
<h2>
{{subject}}
<h3 class="charming location"><i class="fas fa-map-marker-alt" aria-hidden="true" *ngIf="this.subtitle != null"></i> {{subtitle}}</h3>
</h2>
{{text}}
<ul>
<li *ngFor="let line of data; index as i;">{{line}}</li>
</ul>
</a>
</div>
google-chrome browser freeze android
New contributor
add a comment |
My website freezes, and makes my whole smartphone lagging, when I'm visiting this special page (here) on a Samsung GS7 with google chrome. No problem when using a PC. However, when using default samsung web browser, I don't have any problem on this smartphone to view this page.
Moreover, I tried on another smartphone with chrome, no problem (but what's strange is that I never had any problem of this kind with my GS7).
Of course, I factory reseted my google chrome application and rebooted my smartphone but the problem is still here.
My site is lightweight and passes well all types of benchmarks i.e.
desktop chrome audit for smarpthones embedded.
I use the CDN of fontawesome, maybe it's the cause ?
This page contains 4 components which are using 4 inputs each and displayed with bootstrap.
<dd class="clear"></dd>
<div class="row">
<h3 class="d-none d-md-block col-md-3 dt hella">{{date}}</h3>
<a class="col-md-7">
<h3 class="d-sm-block d-md-none col-md-3 dtcol">{{date}}</h3>
<h2>
{{subject}}
<h3 class="charming location"><i class="fas fa-map-marker-alt" aria-hidden="true" *ngIf="this.subtitle != null"></i> {{subtitle}}</h3>
</h2>
{{text}}
<ul>
<li *ngFor="let line of data; index as i;">{{line}}</li>
</ul>
</a>
</div>
google-chrome browser freeze android
New contributor
add a comment |
My website freezes, and makes my whole smartphone lagging, when I'm visiting this special page (here) on a Samsung GS7 with google chrome. No problem when using a PC. However, when using default samsung web browser, I don't have any problem on this smartphone to view this page.
Moreover, I tried on another smartphone with chrome, no problem (but what's strange is that I never had any problem of this kind with my GS7).
Of course, I factory reseted my google chrome application and rebooted my smartphone but the problem is still here.
My site is lightweight and passes well all types of benchmarks i.e.
desktop chrome audit for smarpthones embedded.
I use the CDN of fontawesome, maybe it's the cause ?
This page contains 4 components which are using 4 inputs each and displayed with bootstrap.
<dd class="clear"></dd>
<div class="row">
<h3 class="d-none d-md-block col-md-3 dt hella">{{date}}</h3>
<a class="col-md-7">
<h3 class="d-sm-block d-md-none col-md-3 dtcol">{{date}}</h3>
<h2>
{{subject}}
<h3 class="charming location"><i class="fas fa-map-marker-alt" aria-hidden="true" *ngIf="this.subtitle != null"></i> {{subtitle}}</h3>
</h2>
{{text}}
<ul>
<li *ngFor="let line of data; index as i;">{{line}}</li>
</ul>
</a>
</div>
google-chrome browser freeze android
New contributor
My website freezes, and makes my whole smartphone lagging, when I'm visiting this special page (here) on a Samsung GS7 with google chrome. No problem when using a PC. However, when using default samsung web browser, I don't have any problem on this smartphone to view this page.
Moreover, I tried on another smartphone with chrome, no problem (but what's strange is that I never had any problem of this kind with my GS7).
Of course, I factory reseted my google chrome application and rebooted my smartphone but the problem is still here.
My site is lightweight and passes well all types of benchmarks i.e.
desktop chrome audit for smarpthones embedded.
I use the CDN of fontawesome, maybe it's the cause ?
This page contains 4 components which are using 4 inputs each and displayed with bootstrap.
<dd class="clear"></dd>
<div class="row">
<h3 class="d-none d-md-block col-md-3 dt hella">{{date}}</h3>
<a class="col-md-7">
<h3 class="d-sm-block d-md-none col-md-3 dtcol">{{date}}</h3>
<h2>
{{subject}}
<h3 class="charming location"><i class="fas fa-map-marker-alt" aria-hidden="true" *ngIf="this.subtitle != null"></i> {{subtitle}}</h3>
</h2>
{{text}}
<ul>
<li *ngFor="let line of data; index as i;">{{line}}</li>
</ul>
</a>
</div>
google-chrome browser freeze android
google-chrome browser freeze android
New contributor
New contributor
New contributor
asked 18 hours ago
Paul PipelinPaul Pipelin
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Paul Pipelin is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1426004%2fangular2-website-freezes-on-chrome-for-android-but-not-on-other-applications-or%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Paul Pipelin is a new contributor. Be nice, and check out our Code of Conduct.
Paul Pipelin is a new contributor. Be nice, and check out our Code of Conduct.
Paul Pipelin is a new contributor. Be nice, and check out our Code of Conduct.
Paul Pipelin is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1426004%2fangular2-website-freezes-on-chrome-for-android-but-not-on-other-applications-or%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown