You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
@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.
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.
The text was updated successfully, but these errors were encountered: