Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I can only publish my project in html5 (not a coder) I have my application design in html5 on my laptop. I need a way to convert this to apk for uploading to play store. Is there a way for me to do that?
I have created the project on adobe captivate. I have published it in html5. I tried to use cordova and ionics. But with no coding background, I did not manage to do that.
Read about cordova
or you can find other tutorials on google.
Cordova can help you to convert HTML5 web app to Android App
or we have one more phonegap
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
There's a little .exe file which contains a game I want to make available on a website (pure HTML), but I don't know how to do it.
What I want to achieve is: when clicked, users shouldn't have to install it but be able to play it on the site.
You can't use or run executables with html. Html and js can not modify directly contents in your PC and use system functions, they can do what they are allowed to by the browser, that communicates with the system and restricts some functioning.
That is why they can be considered "virtual" - they run on the browser that take care of their parsing and viewing.
For the same way you can't either embed it, since embedding requires the ability to run it.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am looking into How to programmatically convert PDF content to support responsive html web page,which should be viewable in iOS, android and web browsers as well. Could anyone please provide your insights to take it forward? Also, please provide your suggestions how can it be achieved if any other ways?
You can use the free Mozilla's PDF.js library to directly render the PDF file as HTML5 in the browser. Here is a link to the library http://mozilla.github.io/pdf.js/
As you can see the PDF viewer is fully responsive: http://mozilla.github.io/pdf.js/web/viewer.html.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
mobile browser simulator is not recognizing HTML5 elements like input date type,
placeholder,localstorage,sessionStorage Video tags. Do I need to change any settings?
The HTML5 support is not a function of the mobile browser simulator, but a function of the browser the mobile browser simulator runs on.
BTW, In Eclipse you can choose to work with an external browser.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can I use Chrome embedded framework in my windows phone project, is it support touche event, and other mobile-need features? If it's impossible is there other solve for this mobile os?
No, you cannot embed the Chrome web browser inside of a Windows Phone project.
The WebBrowser (reference) is the best control for embedding a web browser in your phone project.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am new in Adobe Flex development. How can I start Google Map in mobile Flex application in Adobe Flex using Flash Builder 4.5?
I am also new to Adobe Flash and Flex development, but these links may help you
Tutorial: Including Google Maps in an Adobe Flex application
Using Google Maps in a Flex project