Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

app adjustments

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

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

app adjustments

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

app adjustments

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

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

app adjustments

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

app adjustments

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

Return to “Issues”