Excuse me. I want to know how to use the mobile adapter which is defined by myself. Some mobile support xml and some mobile support xhtml.If there are some data for me to use for reference.I want to know the process that the page transform to the
page for mobile.
User664499748 posted
The page adapter should define a predicateMethod called DeviceQualifies(), which makes the selection of the adapter classes to be used to render pages for the particular device. If the only thing being added is custom adapters for custom controls then the following
construct might help
<control name="Sample.First" adapter="Sample.bar" />