- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
When i launch the "Login view App" project in the simulator, i can see a beautiful structured APP.
When i launch the same APP on my smartphone (a Samsung Galaxy/Android) the look is totally different.
Is my Samsung an exception ?
Is there a way to have the same look for the APP on the XDK emulator and on the Smartphone for the "Login view App'?
Regards
- Tags:
- HTML5
- Intel® XDK
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to override the device theme to use the theme you have designed.
Try adding this to the top of your index.html file under the existing <script> tags.
<script>
$.ui.useOSThemes = false
</script>

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