Skip to content
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

refering to issue#2 At the Speaker Deck -> Talks by Arnav Gupta all the features are not completely visible. Like half of the page is not visible(grey part is showing). #83

Open
Yagya-Chaudhary opened this issue May 20, 2018 · 7 comments

Comments

@Yagya-Chaudhary
Copy link

40060163-9b3f93b8-5873-11e8-935e-db6fe6d0e1cb

@4lch4
Copy link
Contributor

4lch4 commented May 23, 2018

Attempting to reproduce this on an emulator now and will report back.

@4lch4
Copy link
Contributor

4lch4 commented May 23, 2018

How do you get to this screen? I've had no luck in finding it..

@championswimmer
Copy link
Contributor

Which screen is this? Same question 😮

@Yagya-Chaudhary
Copy link
Author

Yagya-Chaudhary commented May 23, 2018 via email

@4lch4
Copy link
Contributor

4lch4 commented May 23, 2018

I'm not sure what you mean by the Arnav Gupta page, the closest I can think of is the About page which shows you Arnav Gupta at the top of contributors, but even then I'm unsure how you get to Speaker Deck or talks by Arnav.

@Yagya-Chaudhary
Copy link
Author

Yagya-Chaudhary commented May 23, 2018 via email

@4lch4
Copy link
Contributor

4lch4 commented May 24, 2018

When you say "After that", what do you mean?

What button do you press in order to get to the Speaker Deck?

The only two actions I can see on the About page is to either launch the default browser to the app repository on GitHub, or to the GitHub Contributors page for the app:

public void openPage(View view)
{
    String url = "";
    switch (view.getId())
    {
        case R.id.relative_layout_github:
                    url = "https://github.com/coding-blocks/DigitalOceanApp";
                    break;
        case R.id.relative_layout_see_all_contributors:
                    url = "https://github.com/coding-blocks/DigitalOceanApp/graphs/contributors?from=2016-11-20&to=2017-06-30&type=c";
                    break;
    }
    Intent i = new Intent(Intent.ACTION_VIEW);
    i.setData(Uri.parse(url));
    startActivity(i);
}

This function is called when clicking on the RelativeLayout that contains the first card, or when clicking on the See All Contributors text at the very bottom.

Other than that, I see no way to get to a Speaker Deck page, so the more specific you can be about how you got to this page the better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants