solidynamics.blogg.se

Vanamco ghostlab vs. ghost inspector
Vanamco ghostlab vs. ghost inspector











vanamco ghostlab vs. ghost inspector

The easiest way is to inspect the web version of your app directly from your exported code running on a webserver (or in phonegap)

#Vanamco ghostlab vs. ghost inspector manual#

(Universal, free, requires some manual work/config) : (CSS and media queries knowledge necessary): General about custom styling for devices, resolutions, retina etc. IF you are using xcode AND have set a storyboard as launch image, delete the xib file. IF you are using xcode AND are testing in a simulator make sure you are cleaning the project with cmd+shift+k as there is strong caching of index.html which might prevent you from seeing your latest changes. Remove ‘width=device-width, height=device-height’ from the meta viewport tag.Īlternatively try replacing your viewport meta with this:Īlternate explanations for other users that might use xcode: Set EnableViewportScale to true in config.xml.Set the following info for meta viewport.In ist (or cordova equivalent) set or change the following attribute to ( EnableViewportScale : NO )

vanamco ghostlab vs. ghost inspector

In cordova it might be found in config.xml AS Using target-device value=“universal” might create such problems. I have a few suggestions that I`m sure will resolve your issue(s):ĭo you have the cordova/phonegap configuration set to: ( target-device value=“handset” ) ? This should be set for iOS build so it does not use all the screen real estate on ipad. ( is good for simple recordings, it instantly generates a link for you to share) In the future provide screenshots or post video recordings here (if possible) so we can see the issues visually too, it might remove alot of back and forth explanations. I will include some input on custom styling in the end of this post that might be beneficial to other readers. Okey so let`s try to fix this once and for all.













Vanamco ghostlab vs. ghost inspector