- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI
I have some buttons that render correctly on the emulator except for iPhone 5 where the buttons remain as a blue/white outlined button.
- Tags:
- HTML5
- Intel® XDK
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like you are using appframework, it applies themes based on the os version, for iOS7 and higher you should see the blue/white outline.
If you want to fix the theme, then do the following:
$.afui.useOSThemes=false; <div id="afui" class="ios"></div>
more information here: http://app-framework-software.intel.com/documentation.php#afui/afui_themes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply.
In the emulator the iPhone 3GS, 4S, 6 and 6 Plus all display the buttons are nicely rendered as per my theme.png image, but the iPhone 5 will only display the buttons as my no-theme image.
Once the applications is deployed to the device it renders correctly as per theme.png.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page