karan1001
karan1001

Reputation: 121

PhoneGap: How to display/interact with native UI components in Android

I needed to display native controls along with HTML in android.

That is, i wanted to display the textcontrol, tabcontrol, menu etc along with the html in the index.html.

Please help how do i go about this.

thanks Jaskaran

Upvotes: 0

Views: 1088

Answers (1)

Houssam Hamdan
Houssam Hamdan

Reputation: 908

First of all, you need to check the phonegap plugins at github. If you dont find what you are looking for, then you may develop the required plugin. Cheers

Upvotes: 2

Related Questions