New pages
From MDrivenWiki
- 05:52, 19 March 2025 Documentation:How to Integrate Device Features in MDriven Apps Using the Navigator API (hist | edit) [2,495 bytes] Charles@mdriven.net (talk | contribs) (Created page with "The Navigator API in javascript provides information about the browser and device environment. It is particularly useful for detecting device capabilities, user preferences and other browser related details. The Navigator API grants access to various device capabilities including: * Geolocation - Determining the user's geographical location. * Network information - providing details about user's network connection. * Media Devices - accessing the device's camera and mi...") Tag: Visual edit originally created as "Using the Navigator API in MDriven Turnkey"
- 05:02, 14 March 2025 Starter Kit (hist | edit) [82 bytes] Stephanie@mdriven.net (talk | contribs) (Created page with "Go here to learn more: MDriven_Product_Line") Tag: Visual edit
- 18:17, 20 February 2025 Documentation:VIsMobileDevice (hist | edit) [385 bytes] Lars.olofsson@mdriven.net (talk | contribs) (Created page with "The Turnkey Angular client sets the value of the variable <code>vIsMobileDevice</code> if it exist in the ViewModel. This makes it possible to simulate media queries on the ViewModel level instead of in the CSS. For search: media query, mobile device, web browser, client") Tag: Visual edit originally created as "VIsMobileDevice"
- 18:16, 20 February 2025 Documentation:VClientScreenHeight (hist | edit) [440 bytes] Lars.olofsson@mdriven.net (talk | contribs) (Created page with "The Turnkey Angular client sets the values of variables <code>vClientScreenWidth</code> and <code>vClientScreenHeight</code> if they exist in the ViewModel. This makes it possible to simulate media queries on the ViewModel level instead of in the CSS. For search: media query, pixels, height, web browser, client") Tag: Visual edit originally created as "VClientScreenHeight"