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

Issue with positions #78

Open
gustter opened this issue Jun 12, 2015 · 4 comments
Open

Issue with positions #78

gustter opened this issue Jun 12, 2015 · 4 comments
Labels

Comments

@gustter
Copy link

gustter commented Jun 12, 2015

Hi,

I'm trying include wizViewMessenger in my App: i0s, Android.

I'm having some issues with the position of the view, depending on the platform.

My options are: var options = {
src: "http://www.movie.com.uy/mobile",
top: 75,
left: 0,
height: 512,
scalesPageToFit: false,
bounces: false
};

On iPhone all ok, in iPad the viewport is located on top=0, on some Android, the view apperar like a small square (ignoring height an width).

Do you have any consideration about this issue? Could you help me?

I'm using phonegap build.

Thanks in advance and thanks for the plugin.

@jrouault
Copy link
Member

Hello,

We could not reproduce your issue with these specific options. We used Cordova 3.6.3 and tried on portrait/landscape orientation.
Could you provide more information? Or best, could you provide a small project reproducing this issue?

@jrouault jrouault added the bug label Jun 15, 2015
@gustter
Copy link
Author

gustter commented Jun 22, 2015

Thanks. I'm going to make an example and I send it.

@Ready2X
Copy link

Ready2X commented Jul 16, 2015

Hey there,
got the same ... my workaround is to add a topmargin to the source-html, wich has the same height like the top option. It seems, the view is right positioned, but the src is always on top 0. oO I am testing on iOS 8.1

@jrouault
Copy link
Member

@Ready2X Thanks for reporting it. Do you have a source code sample to reproduce this issue? It would be nice to fix it since several users seem to be running into this bug.

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

No branches or pull requests

3 participants