- This topic has 22 replies, 5 voices, and was last updated 9 years, 2 months ago by
mirkomen77.
-
AuthorPosts
-
unaiParticipantHi!
I have all set up correctly, I checked with my personal phone and everything was working just fine. But with my working/testing device I get a white screen on the app tab of the client. Pretty much like this: http://s1166.photobucket.com/user/TheCodeDestroyer/media/ss_zps9c322ecf.png.html
What can I do?
Thanks!
April 9, 2016 at 1:51 am #475533
support-vadimParticipantHi unai,
Could you please open Google Chrome inspector (Ctrl+Shift+I) and show us console output? It might contain error messages that should help us to narrow down the issue.
Regards,
Vadim RidoshApril 9, 2016 at 1:57 am #475534
unaiParticipantApril 9, 2016 at 2:00 am #475536
unaiParticipantBy the way, it happens with any app, and also while trying to debug web browser pages.
April 9, 2016 at 2:09 am #475537
support-vadimParticipantHm!
That’s interesting.
When tab is opened, could you please enter this
$(‘div.iframe-wrapper > iframe’)
into inspector’s JS console and show me the result?April 9, 2016 at 2:14 am #475538April 9, 2016 at 2:17 am #475540
support-vadimParticipantlooks like in Chrome translated “>” into “& gt ;”, which brakes the code snippet 🙁
could you please fix it?-
This reply was modified 9 years, 3 months ago by
support-vadim.
-
This reply was modified 9 years, 3 months ago by
support-vadim.
April 9, 2016 at 2:33 am #475543
unaiParticipantOh yes, sorry, I’m more sleepy than I thought. Here:
Attachments:
You must be logged in to view attached files.April 9, 2016 at 2:43 am #475545
support-vadimParticipantthings aren’t OK yet 🙂
could you please replace “artistic” quote marks with regular ones (double or single, whatever)?April 9, 2016 at 10:32 am #475602
unaiParticipantOk, done. Returns null :/
April 10, 2016 at 1:01 am #475622
support-vadimParticipantAre you sure debugger’s tab was opened when you entered this command?
April 10, 2016 at 11:05 am #475673
unaiParticipantYeah, I’m sure.
April 11, 2016 at 10:02 am #475758
support-vadimParticipantHi unai,
Let’s try another approach
Could you please open Elements tab in devtools, then find iframe element that has “src” attribute that starts from /chromedevtools/. I need to know the full contest of this “src” attribute to reproduced the problem on my side.I has one another Q: what’s you Chrome version? Is it regular one, or may be beta or canary build?
April 11, 2016 at 1:13 pm #475786
unaiParticipantAlright, here’s the whole src attribute:
src="/chromedevtools/ecae3b422c2c60aca562b24d90474b1cf153f9fd/serve_rev/@202161/inspector.html?ws=localhost:8080/devtools/page/745cdac2c22449bde1fca980252bd70c&remoteFrontend=true"
.And yes, I’m in Chrome beta version 50.0.2661.66 beta-m (64-bit)
Attachments:
You must be logged in to view attached files.April 12, 2016 at 2:04 am #475829
support-vadimParticipantThank you for the info, I’ll try to reproduce it on my side.
BTW, does regular Chrome or Chrome Canary work for you? -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts