why code grepper does not allow me to login or register from brave browse.But works fine in chrome .I primarily used brave as default
Related
Earlier I used to have Brave as my default browser and installed vs code using Brave browser. I then uninstalled vs code and reinstalled it from chrome browser. Still I'm getting the same problem.
Right click then click open with and choose more apps and select chrome then select always open with chrome and tada.
I'm trying to load http://m.zara.com from my desktop browser. I have tried with Chrome developer tools to change the user agent to mobile. I have also installed User-Agent Switcher plugin for Chrome without any success. For some reason it is always redirecting to the desktop version.
Why is this not working? How could I manage to do this?
Checkout the link here
Try to download user-agent extension in chrome browser and then you can use the online parsers available in this blog.
There by the simulation of browsers can happen for cross browser access.
I am trying to debug my android web application which I had written by Ionic framework and AngularJS and is rendered on webview browser on android platform by chrome://inspect#devices but I am seeing this screen:
here is the picture
it was working perfectly for last 5 months but now it is killing me.
I tried uninstalling chrome, reset settings, reset dev.tools but they were not practical solutions.
In addition, it is working fine while inspecting a regular website on google chrome
You should try to test it with a fresh ionic app, and you will see if it's problem of your app or chrome.
In case that it's chrome problem, try to open an emulator and inspect it, maybe it's Android problem or USB error.
in my chrome browser when i see
chrome://chrome/
it shows the chrome browser is up to date , but when i open console in developer tools i cant able to use the latest chrome (36) javascript interpreter features like
Object.observe();
How to update this ?
Are you using Chrome beta channel? Object.observe() works in Chrome beta (36), you can also check chrome://version, mine is 36.0.1985.49
http://t2.hellocw.com/index.html is an offline web application, it works well on FireFox
but I found the offline web application function don't work on Chrome, Opera, do I need to configure something extra for Chrome, Opera?
HTML 5 Website Source code download: http://dl.dropbox.com/u/209352/HtmlOffline.zip
I have checked your application and I think your Application is working well in offline mode also.There is no special process for Chrome and Opera. Chrome and Opera doesn’t notify the user that the application is offline but mozrilla do it.