sourcebitsllc / chocolatechip-ui

Mobile Web App Framework
www.chocolatechip-ui.com
MIT License
616 stars 88 forks source link

wp8 nokia lumia 520 "back button issue" #75

Closed SenthilKaliathan closed 10 years ago

SenthilKaliathan commented 10 years ago

Hi, I have faced issue with "back button" alignment and appearance in portrait mode in my app Up on running the demo app, i can easily reproduce the same. Im on latest version 3.6.1 Please refer the attached screen shot. Can you please help me out to resolve this issue? wp_ss_20140708_0001

sourcebits-robertbiggs commented 10 years ago

What is the screen size (for media queries) for you phone? It will require an adjustment to the media queries in the Windows Phone theme to fix it. Just let me know which phone model you’re using. I’ll look it up.

Robert Biggs Product Director ChocolateChip-UI www.sourcebits.com

On Jul 7, 2014, at 11:48 PM, Senthil Kumar Kaliathan notifications@github.com wrote:

Hi, I have faced issue with "back button" alignment and appearance in portrait mode in my app Up on running the demo app, i can easily reproduce the same. Im on latest version 3.6.1 Please refer the attached screen shot. Can you please help me out to resolve this issue?

— Reply to this email directly or view it on GitHub.

SenthilKaliathan commented 10 years ago

Hi, As I have mentioned in subject line mobile model is Nokia Lumia 520 and its screen size is 480*800 pixels. Thanks On Jul 8, 2014 7:28 PM, "sourcebits-robertbiggs" notifications@github.com wrote:

What is the screen size (for media queries) for you phone? It will require an adjustment to the media queries in the Windows Phone theme to fix it. Just let me know which phone model you’re using. I’ll look it up.

Robert Biggs Product Director ChocolateChip-UI www.sourcebits.com

(415) 288-3697 Sourcebits, Inc. 211 Sutter Street. STE 200 San Francisco, CA 94108

On Jul 7, 2014, at 11:48 PM, Senthil Kumar Kaliathan < notifications@github.com> wrote:

Hi, I have faced issue with "back button" alignment and appearance in portrait mode in my app Up on running the demo app, i can easily reproduce the same. Im on latest version 3.6.1 Please refer the attached screen shot. Can you please help me out to resolve this issue?

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/sourcebitsllc/chocolatechip-ui/issues/75#issuecomment-48339213 .

sourcebits-robertbiggs commented 10 years ago

Thanks,

I’ve got the same rendering issue on my Lumia 620. I’ll see if I can check in a fix for this today. I’ll keep you posted. It’s just an issue with the viewport and media query for that size device.

Robert Biggs Product Director ChocolateChip-UI www.sourcebits.com

On Jul 8, 2014, at 6:54 PM, Senthil Kumar Kaliathan notifications@github.com wrote:

Hi, As I have mentioned in subject line mobile model is Nokia Lumia 520 and its screen size is 480*800 pixels. Thanks On Jul 8, 2014 7:28 PM, "sourcebits-robertbiggs" notifications@github.com wrote:

What is the screen size (for media queries) for you phone? It will require an adjustment to the media queries in the Windows Phone theme to fix it. Just let me know which phone model you’re using. I’ll look it up.

Robert Biggs Product Director ChocolateChip-UI www.sourcebits.com

(415) 288-3697 Sourcebits, Inc. 211 Sutter Street. STE 200 San Francisco, CA 94108

On Jul 7, 2014, at 11:48 PM, Senthil Kumar Kaliathan < notifications@github.com> wrote:

Hi, I have faced issue with "back button" alignment and appearance in portrait mode in my app Up on running the demo app, i can easily reproduce the same. Im on latest version 3.6.1 Please refer the attached screen shot. Can you please help me out to resolve this issue?

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/sourcebitsllc/chocolatechip-ui/issues/75#issuecomment-48339213 .

— Reply to this email directly or view it on GitHub.

sourcebits-robertbiggs commented 10 years ago

I just checked in a fix for this: 38d2aae60e Please check this on your phone and let me know if this resolves the problem. I've check it on my Lumia 620, which has a resolution of 480x800 as well. The problem was a default flex value on the Back button that was causing it to squish in portrait mode.

SenthilKaliathan commented 10 years ago

I have verified the fix and it works fine. Thanks for quick turnaround time to fix the issue