Page 1 of 1

app adjustments

Posted: Mon May 13, 2013 3:27 pm
by Michael4771079

Hi,
I need to make some 2 adjustments to my app, one is made in xcode the other in the css files, but I cant do them both

any ideas how to sort this

thx

1.Config.xml in my Xcode project and change "UiWebViewBounce" to false.

2.As a workaround, you would need to export source code. Find the line where CSS is added to page. Then cut it and place in head section.

For example, in startScreen.html:

Image


app adjustments

Posted: Mon May 13, 2013 4:35 pm
by Oleg Danchenkov

Hi Michael.
I'm not shure I understand your problem. Why do you "cant do them both"?
Check this http://community.phonegap.com/nitobi/... hope it helps


app adjustments

Posted: Mon May 13, 2013 5:28 pm
by Michael4771079

Hi Oleg,
I need to export app in html,css and js to alter css files,
and I need to alter "UiWebViewBounce" the app in xcode


app adjustments

Posted: Mon May 13, 2013 5:42 pm
by Oleg Danchenkov

When you have your xCode source you can change any config property (for example UiWebViewBounce) and edit any project file (html/css/js).
You don't need to export app in html,css and js to alter css files.
All project files are in xCode project. To find all project files (html/css/js) see in project folder: ProjectName\ProjectLabel\ProjectLabel\Resources\www\project


app adjustments

Posted: Mon May 13, 2013 5:50 pm
by Michael4771079

Ok Oleg,
thx for that, I haven't done that much with xcode