How can I target all mobile devices with one Asp.net mobile app?
I am creating an ASP.net mobile application. I target all mobile devices. Is it possible with one app or not, because some phones will support wml, HTML, CHTML or XML scripting languages. How do I target all devices with one app and I can change the DeviceSpecific Filter parameter dynamically or not. If I change this dynamically, is it reflected in the application?
thanks
a source to share
I do not recommend using mobile control . This is old (and dead) technology. You can use MVC , but you will work in every processing.
a source to share
These technologies were mainly aimed at working on wap ... they are old and dead .... nowadays all mobile phones on the market support at least HTML4 ... and most smartphones support HTML5 ...
If you want to target mobile phones .. make a regular app ... just test it at low resolutions ... you might need to adjust your css to fit on different devices ... but in the end it's the same app ...
And of course, you need to make it friendly without using hover actions etc.
a source to share