Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Android 5.X and "Tab View App" template didn't work together

Jose_Manuel_G_
Beginner
748 Views

Hi!

I have an app developed in Intel XDK that is working without any problems in Android 4.X, tested several in Samsung and Sony devices.

But when I try this app in a Samsung S6, with Android 5.0; a Nexus 10, with Android 5.1; and a Samsung Galaxy Note, with Android 5.01 the tab menu didn't work and a button where I have a "click" listener didn't work.

When I try the app in a SS2 with Cyanogen Mod running Android 5.1 the app work without any problem.

¿Any thoughts? ¿Must I import the jquery js?

 

Thanks in advice.

Jose

0 Kudos
3 Replies
Hamilton_Tenório_da_
Valued Contributor I
748 Views

Try to debug in Chrome. Modify to TRUE the line

<preference name="debuggable" value="true" />

in intelxdk.config.additions.xml.

Then, plug the device in USB and use chrome://inspect to see the console.

0 Kudos
Jose_Manuel_G_
Beginner
748 Views

Hi Hamilton!

I apreciate the advice and I keep it in mind for the next time :)

At this time the app is working fine in Android 5.X, I found the problem and I came here to explain it and the solution.

The problem was that I was working with a previous versión of appframework, from a template of a previous versión of XDK. When I make a new project with the same template on XDK 1912 there was no problem with Android 5.X.

So I copy the appframework directory from the new project in the old project and the app star to run properly in Android 5.X.

The problem is now solved.

Thanks

 

Jose

 

0 Kudos
Hamilton_Tenório_da_
Valued Contributor I
748 Views

Glad to know it is working now. I´ll check my appframework too...

0 Kudos
Reply