Posted on November 24th, 2015 by Chandan Kumar
DotNetNUke 6.1 carries feature to find out the Device Capabilities of the device being used to access content.Namespace: DotNetNuke.Services.ClientCapability IClientCapability has the following properties: IsMobile – Is this a Mobile Device. IsTablet – Is this a Table Device IsTouchScreen – Does client have Touch capabilities SupportsFlash – Does client support Flash FacebookRequest – Is the […]
Posted on November 23rd, 2015 by Ashis Kumar
Problem: While dealing with a scrollable view where a large numbers of data are shown I faced the following issue. When a popup shows above it, the background scrollable view still has focus and can be scrolled in mobile devices. After much of the research I got the solution and I am sharing it below […]
Posted on November 23rd, 2015 by Shailendra Singh
In mobile application development, modern platforms such as Android,iPhone, Blackberry etc, provide capability to easily use a Menu Bar but if we were to take a more traditional programming approach, such as J2ME, it becomes difficult as there are no inbuilt Menu Bars. However, we can use a dialog box and give the look and […]