-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #164: Enhance and fix WebActivity as default to display webpages #185
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the user clicks on the desktop site and wants to go again to mobile mode, there is no option
Also, the usage of zoom functionality is confusing as it not available whether the options are available or not
SO,
- Remove the menu and the "CS wala" text from the Action bar, keep it empty
- Use a Toggle switch at the left bottom of the screen
- Remove the zoomcontrols as they are deprecated in API 26
Alright, I'll make those changes. Also, I just failed to mention that the desktop view wasn't working for me even after referring to the documentation and articles. Could you mention some resources, or shall I place a dummy toggle button as of now? |
OK I'll share the resources |
Use this String in place of your - Also to check your specific user agent check - https://www.whoishostingthis.com/tools/user-agent/ |
Extremely sorry for the delay. I followed what you had mentioned above, but still, it didn't work for me. I just wish to know if this not worked for me alone. |
I did not tried it , but this is the best available solution I found on the net |
As of now, shall I skip this and implement the rest of the features? |
Ok leave the PR as it is , I'll merge it later |
Explanation
Fixes #164:
Checklist