I have developed an application that uses the native microsoft WebBroswer. I have the following problem, the application opens a website, also developed where I work, and the browser does not support changing the font size (By css for example). I tested the same application on another mobile applications (Windows CE and Windows Mobile 6.0) and it works. Someone, please, know how to force the device to accept the change font size? By windows registry keys for example.
Windows Mobile 6.5 Professional Font Size doesn't work
1.2k Views Asked by Rafael Triani At
1
There are 1 best solutions below
Related Questions in CSS
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Is there any way to glow this bulb image like a real light bulb
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- How to increase quality of mathjax output?
- Hover animation resetting( seemingly reverting back to original CSS and then again to hover)when moving mouse horizontaly accross a part of an element
- Storing selected language in localStorage
- How to clip grid cell and provide scroll as well?
- KeyboardAvoidingView makes a messy the flexbox
- Rotate an object around another object in javascript
- Understanding Scroll Anchoring Behavoir
- how to use only block layout in this css code?
Related Questions in FONT-SIZE
- How to control the font size in Kivy settings panel for the menu item name in settings menu list
- Change size of terminal_panel = node_barplot in ctree
- How can we change the font Size of the error message of TextFormField
- how to stop font size scaling in embedded browsers like Instagram and Facebook (flutter web)
- iText7 TextRenderInfo.GetFontSize() usually produces a false result
- When using the same font-size, Sinhala and English give the same font size, but Tamil font size increases.(same font size, but different space takes)
- Font size on mobile is differenet on every sub-page, despite one size set for all
- HTML Font Size isn't working as intended?
- Elements in flexbox are shaking when resizing window
- Inconsistent Behavior of Height Multiplier in Skia
- How to change font size in library (analogue)?
- How to change font size in word document produced by R Markdown?
- How to increase the intellisense font in PyScripter?
- Marimekko Data Labels Font Size
- Avoid jumping content when using fonts with changing width
Related Questions in WINDOWS-MOBILE-6.5
- How to call buzzer sound of device on windows embedded 7?
- C# - Windows Mobile App - Kernel32.dll Error
- Internet Explorer (WM6.5) - How to increase TimeOut limit after page submit?
- Impossible to send a packet Exception When pinging in windows mobile apps code(.net compact)
- c# Compact framework Math.Round up problem
- Unlocking SQL Compact (.SDF) file when data entry form closes
- Windows Embedded Handheld 6.5 Professional VPN Configuration
- Windows XP SQL Server CE issue with INDEXING on Windows Mobile Embedded 7
- `SelectedIndexChanged` fires event when I set dataset of a different combobox
- Create app for Windows Mobile 6 (and above)
- SQLException while connecting to a SQL Server Database from Windows Mobile
- SWT 3.7.2 Browser Widget | Internet Explorer Mobile 6
- Show system "working" animation in NETCF
- How to add a button to a Datagrid under the 3.5 compact net framework
- Cannot cradle after connecting to emulator on Win 10
Related Questions in REGISTRYKEY
- Powershell to change Registry Key
- Is there a good way using Powershell to filter from a multi-string value on a Windows 2019 Server?
- Intune vs Registry key and spaces in path
- Set SQL Server Management Studio Settings via the Registry
- Procedurally solve winreg access denied error
- Registry modifications not taking effect when executing PowerShell script with admin rights
- Hide registry entry from application
- How can I identify different Window's Editions in Windows 11 without using the ProductName registry value?
- How to get the file link from a SharePoint/OneDrive Sync location
- Why is the Registry Key showing null in C# even if it is present in Registry Editor?
- How do I fix - A parameter cannot be found that matches parameter name 'RegSetting'
- Why does RegOpenKeyEx return "0" value?
- how do i run the script to modify registry changes, not sure if the script is not working or the command to call the file is incorrect
- Locate Registry Key and delete value
- Powershell - Accessing data within Properties from Get-ChildItems
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
WM6.5 comes with new Internet Explorer Mobile (IEM) >=6.1.4. This browser is different to the included browser of WM6.1 and before and all the time the browsers on Windows Mobile are very different to browsers on Windows CE.
This new browser tries to re-render the pages optimized for mobile view. There are various settings, if you look at the browsers menu. In example Mobile contra Desktop view, font size setable to small/medium/large etc. All these settings change the view of the page. See also http://msdn.microsoft.com/en-us/library/bb416418.aspx
I assume best compatibility should be using Desktop mode.
Further on there is one registry setting that makes IEM behave totally different: HKLM\Security\MSHTML:DWORD[0|1], see also Windows Mobile 6.5 Professional. Changing the setting makes IEM to behave like the 'old' Pocket Internet Explorer (PIE). PIE does not support keybd event handling, PIE shows scroll bars for larger pages etc. PIE is less compatible to desktop explorer (IE6) and than IEM.
Further on, the page content and design, ie META TAG viewport and others, may prevent IEM to show what you like.
You see, there is not one single possible cause.
More IEM settings: http://msdn.microsoft.com/en-us/library/bb415465.aspx