Software Archive
Read-only legacy content
17061 Discussions

what is wrong with windows phone 8.1?

josef_j_1
Beginner
513 Views

Hello

This is my first windows phone 8.1 app and i am having problems when i test it on a windows phone .

I am using jquery Mobile with a simple listview navigation and when i click on any internal links located in the www folder it goes always to the apps list and not to the file linked !

this is the code i use and it works in android and Iphone but not in windows phone 8.1

            <div data-role="content" data-theme="a">
		
		<ul data-role="listview">
		<li> <a href="index2.html"  data-ajax="false"> page 2</a></li>
                <li><a href="index3.html" data-ajax="false">page 3</a></li>
		</ul>

	   </div>

Thanks

0 Kudos
5 Replies
Amrita_C_Intel
Employee
513 Views

Hi Josef,

I would recommend to build any one of our sample app on your device. 

https://github.com/xmnboy/hello-cordova

And see does it behaves in a same way.

0 Kudos
PaulF_IntelCorp
Employee
513 Views

I would also recommend that you do NOT use jQuery Mobile with Windows devices, they do not play well together.

0 Kudos
josef_j_1
Beginner
513 Views

Thank you Paul and Amrita 

What framework is best for windows mobile   ?, i tested it in windows mobile 10 as well and it is terrible even a simple html5 Audio player goes crazy .

 

Thanks

 

0 Kudos
PaulF_IntelCorp
Employee
513 Views

The Twitter Bootstrap framework is a good option, as is Zurb Foundation. Also, Microsoft has an excellent UI library called WinJS that provides an interface that works well on Windows mobile devices and can be used on non-Windows mobile devices, as well.

0 Kudos
Nikolay_K_
Beginner
513 Views

look here for wp8.1 compatilbe https://software.intel.com/en-us/forums/intel-xdk/topic/605498

and look framework7 for mobile framework

 

 

0 Kudos
Reply