Software Archive
Read-only legacy content
17061 Discussions

Login view App. Different look on simulator and on Smartphone.

Azouz_Z_
Beginner
561 Views

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

 

0 Kudos
1 Reply
Nick_F_2
New Contributor III
561 Views

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>

0 Kudos
Reply