Scrolling HTML text not scrolling in iOS emulator
I have successfully created our first app and added it to the Google Play Store. Now we want to do the same thing for the Apple store.
I have downloaded and installed the Xcode developers kit and exported the app as an Xcode project. When I test it in the Xcode iphone emulator it runs nicely except for panels where I have a lot of text information in HTML scrolling boxes. The text box appears but there are are no scroll bars for me to scroll the text, and arrow keys don't work either. The text boxes scroll without a problem in android.
Any ideas what I am missing or is this just the screen emulator?