Porting an iPhone PhoneGap project to Windows Phone - windows-phone-7

I have an app made using jquerymobile+phonegap, and running under iOS. The surpise arrived when I tried to port the app to phoneGap for WP7: I created a new phonegap project using its template for visual studio 2010, and then replaced the content of the WWW folder, and included it into the project.
The project compiled, but when I run the app on the emulator, none of the images is displayed, and the javascript also is not working.
Any idea why is this happening? Thanks!

Right click your image and go to properties and set it as Content instead of a Resource. I bet that is your problem, at least for your images not displaying.

Related

Open NativeScript project in Android Studio

I have a robust app, created with NativeScript + Angular.
I would like to drop NativeScript and be able to continue working on the project in Android Studio.
We need to stop the development with NativeScript, without starting the app from scratch. Is this possible?
I've been trying to Google for it, but the docs are disappeared every link shows up 404.

unable to deploy UWP app built from website

I'm trying to convert my website into an UWP application to enable me to upload it into microsoft store. I found out an article: 'https://www.c-sharpcorner.com/article/convert-web-application-to-universal-windows-platform-app-in-visual-studio-2017/' which helped me to build the uwp app from my website using visual studio 2019 successfully.
I followed the steps listed below to create my UWP app
Step 1:
I created a new project and selected Blank APP (Universal Windows) in Windows Universal section of JavaScript templates and chose windows 10 as target version
Step 2:
Opened the package.appmanifest > Application Tab and changed entry point to my web url:https://mbracecloud.com
Step 3:
Opened Content URI tab and pasted web url:mbracecloud.com in URI field.
Step 4:
Then i hit the local machine build button, which built the app successfully and launched it within minutes.
But the app showed a blank page instead of opening my website.
I do not know where i'm going wrong ?
which helped me to build the uwp app from my website using visual studio 2019 successfully.
During the testing, make WinJS blank app and edit package.appmanifest changed entry point with website address, then add Content URI. And it works well.
Visual Studio 2019 has removed WinJs Template. Please create and build the with VS 2017. And for this scenario we suggest you use PWA to replace WinJS blank app template.

How to get files from Web Directory in Xamarin Studio?

I am working on on my projects where i want to load images from Web Server Directory. There are no of images which are i want to show in grid. How can i achieve this? Please help me. I need solution for Cross Platform. Building app for iOs and Android.

Xamarin Windows Phone Store Package

I' am in a bit of truble at the moment.
I try to build my Xamarin Windows Store App for publishing, but the Create App Packages Wizard, wont open I tried many solutions from the web, like unloading and reloading the project, or making a new project. But the wizard does not open with my solution i treid a normal Windows Phone app(no Silverlight), that worked but i could not Port my xamarin project to a standard Windows Phone App.
Has someone encountered a similar issue with Xamarin and Windows Phone,
or can anyone help to get my app into the Appstore?
Thanks.
I would have asked in the Xamarin Forum, but I cant reach them siche this morning.
And sorry for the engrish.
To submit package to the windows phone store you'll need to build your project (for ARM in Release mode to avoid warnings). Then on developer site when there is button to upload package you have to attach *.xap file from your project's bin\release folder (or bin folder you have specified). Then you can go through the next windows phone store app submitting steps.

Not able to upload .XAP file while submitting app dev center

I have developed a windowsphone7 app, i used visual studio 2010 and WP7 SDK to develop that app, and i have a registered developer account.
Now the app is ready to upload in market place,i have the XAP file.
I goes through the app submitting process, at package upload step, it allows only the ".appxupload" file, but not the ".xap" file.
Can anybody guide me to upload my app xap file.
thanks in advance.
Windows 8 Store http://dev.windows.com requires .appxupload
Windows Phone Store http://dev.windowsphone.com requires .xap
If you have .xap and its asking for .appxupload, you are in the wrong store.
I believe the actual XAP upload component still uses Silverlight (I always see the Silverlight loading animation appear when I upload). Try ensuring you have Silverlight installed and are using a browser that supports it.
You need to be using Internet Explorer with silverlight installed otherwise it just hangs and crashes. DONT use Chrome. It is a death sentence for app submission.

Resources