Windows Phone Support

So the main issue with WP8 support right now is that same issue most web developers have, Internet Explorer. WP8 uses IE10 as a starting point, which has some issues with touch events and such. So while you could make a WP8 project with ionic, not everything is going to work 100% at the moment

I donā€™t know why, but add windows platform and buid then to finish emulate windows, the cordova app is loaded but closed imediate, why that?

Not to sure, Iā€™m on a mac and havenā€™t done anything with windows for years, a bit out of the loop in windows world.

1 Like

@mhartington there no body at Ionic Team for Windows Support? I only found this http://learn.ionicframework.com/videos/windows-android/ for Android only.

Right now our focus is iOS and Android, but weā€™re hoping to having WP8 support post 1.0.

Is this in regards to Android or WP8?

Itā€™s about WP8 and Windows 8.1 and Windows 10 tablets apps.

I told about Android platform because itā€™s only documentation I found for Windows Developers.

I will waiting for WP8 platform support. For while, I will try with Android.

Thanks!

1 Like

Is there any ā€œknown issuesā€ for WP/WP8/Android 2.3 @mhartington?

I believe that if there was, it would help a lot for anyone that want to debug and support the framework.
I have some big freelance right now and it includes WP8. I just donā€™t want to risk pick Ionic cause I have a small schedule. But I would have a big team able to help out on Ionic.

2 Likes

Hello, I would like to know how is the Windows Phone support development is going, I have a Windows Phone and I would love to create some cool apps using Ionic!

1 Like

Its not our main focus right now so we havenā€™t even begun looking at it. Post 1.0 we will consider it.

2 Likes

This is a little dissapointing.
i have been waiting for WP8 support since april.may.
You said you didnt have a device but you got one now.

Please,please,please add wp8 support.

Thanks

6 Likes

Yes, we are eagerly waiting for WP8 support, Let me know when it will be readyā€¦

I would be interested too!

It would be nice if people who have WP8 devices could file some issues on the repository.
At this moment I have a WP8 with me, if people could file some issues I think I may get some time trying to fix it.

Hi max I have a dev team that would be willing to take on the windows phone dev and test.

1 Like

Considering that pretty much all WP8 devices are updating (if they havenā€™t already) to 8.1 (IE11), and that 8.1 is the first release in which the development platform is converged with Windows, it makes sense to just ignore 8.0 and focus on 8.1.

1 Like

I think the WP market share is somewhere between 4 and 5 percent. Given the number of handsets available today, thatā€™s a lot of potential customers we canā€™t reach with a framework like Ionic. Iā€™d say WP compatibility should be a high priority goal.

1 Like

Im curious: In what part of the World does WP has any significant market share ā€” or even growth? Last reports I read said 3.5% and shrinking.

Considering the how alike the rendering engine for iOS and Android is, I wonder how much effort IEā€™s rendering will require considering the future of the Windows mobile platform? I donā€™t see any plans for Ubuntu phone or Firefox OS either?

2 Likes

Another request for WP support here. I get regular requests for it.

@martin_spriggs
The windows phone is actually supported, not all features but its still is working to some extent. the framework is quite buggy at the moment, but things are look promising for future
I have a working dictionary app for it.
below is the Git Repo if u want to check it out

1 Like

just to add a few pointersā€¦ know bugs with resolution

  1. fonts and icons may have issue displaying if loading the css from local fileā€¦

resolution: Use the public CDN, this will fix the issue for the icons showing a box

  1. app not fitting to screen properly

resolution : in the mainpage.xamlā€¦ set show system tray to false i.e. ask the OS to run the app in full screen mode. this will remove the issue of black/white border on top or bottom of the screen

  1. ng-click event fire twice:

i got this issue occasionallyā€¦ not every timeā€¦ this is because ionic is based on webkit browser and IE11 is not fully compatibleā€¦

work around : set a local variable to count the number of click and perform the action on odd click. this is not full proof, but reduces the even fire to one or noneā€¦

2 Likes