I put together a small web form for our technicians to use their phones in the field. However, I have a lot of problems working with ASP.NET Mobile, and it seems that there are few resources to help learn this material. I am also having trouble getting help .
So, do I really need to use mobile controls? The phones will have all web browsers, so I think that if I am careful with the interface, I can get good or better results than using mobile controls.
The only thing I would like to get from mobile controls is the PhoneCall control ... so the next question will be: can I get the functionality of the PhoneCall control without using it?
source
share