How to integrate HTML 5 for BlackBerry, iOS and Android?

I am doing some work on HTML5. I want to run this html 5 on BlackBerry, IOS and Android, I can run this code on all these three platforms. and how to make it an executable file of the application of this project, i.e. .bar(BlackBerry) .apk(android) .app(ios)

Thanks in advance...

+6
source share
5 answers

I think you have not heard about the cross-platform software PHONE GAP . here is a link for the main lesson in each field. There you must apply your HTML5 work.

And you will also benefit from other platforms.

Iphone

Android

Blackberry

+4
source

Use PhoneGap platform.It helps you create cross-platform code.

0
source

You can use one of the RhoStudio software

0
source

check out these Documents PhoneGap API Documentation They gave documents for all Android, Blackberry and iphone. Follow the instructions and you will definitely get this solution. All the best!

0
source

Phonegap is really good!

However, you can also try Intel XDK! It provides a seamless interface for developing custom HTML 5 applications! Complete customization of the application development process is provided, and various development demos are also offered!

0
source

Source: https://habr.com/ru/post/909154/


All Articles