Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have some html pages which are already created and i want to
create a windows 8 store app by referring that html pages
is it possible to refer existing HTML pages if yes then please help me to use existing html pages.
Posted

1 solution

I did a similar work few weeks back. It was a HTML5 website that I wanted to convert to a Windows store app. Surprisingly the website worked out of the box by copying the files in the project template. I just had to write some code to handle touch, pinch, zoom, snap and 1/3rd and 2/3rd mode.

Perhaps thats what you should do. First copy all the files and see if it works with mouse of not. then try to handle user inputs and then take care of windows 8 UI modes.
 
Share this answer
 
Comments
[no name] 26-Jun-13 3:29am    
Thanks for help.
i do not want to past all the html pages in project temple can i use the html page by referring the path of that page
Rahul Rajat Singh 26-Jun-13 4:32am    
But you will need to put them in the project. How else will you distribute these HTML pages if they are not added inside your project.
[no name] 26-Jun-13 5:28am    
That's what i am trying to find that how to call external html page into my WinRt App if any one can help me then please.............

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900