Software Archive
Read-only legacy content
17061 Discussions

the compiled apk doesn't work in samsung S5

Gabriel_E_
Beginner
436 Views

Hi, I developed an App for LatinAmerican people, his screen uses the UTF-8 charset, it works fine in almost all android devices, but the line Samsung S(3,4,5) doesn't show the languaje signals correctly and his buttons doesn't work.
I want to know if another developer has the same problem and how can it resolve. I work in linux mint 16/64bits intelXDK v1618
regards

0 Kudos
3 Replies
Elroy_A_Intel
Employee
436 Views

What do you mean that the  language signals doesn't show and the buttons doesn't work?

Have you tried building your project with the Crosswalk for Android instead of the Android build target?

0 Kudos
Gabriel_E_
Beginner
436 Views

Thanks for your answer

I changed all UTF-8 elements for spanish language (letters like á, ñ, ü) for html-ascii codes.

But the buttons doesn't work in the samsung line (s3,4,5) i use the <a href='#anchor'></a> where "anchor" is the id for a <div class="panel" id="anchor"> </div> element.

i don't know if there is some developer has some issue like this and (s)he found the solution.

regards

0 Kudos
PaulF_IntelCorp
Employee
436 Views

Please use the Crosswalk build, as Elroy recommends. What you are experiencing is likely due to some customization of the Android WebView that Samsung has done, which we can only correct by replacing the WebView. That is the key benefit of the Crosswalk build, it implements a replacement WebView with consistent behavior and functionality across all Android 4.x and higher devices. For more details, please read this blog: http://blogs.intel.com/evangelists/2014/09/02/html5-web-app-webview-app/

0 Kudos
Reply