Windows Phone Validation: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
Line 49: Line 49:




-Zooming in on a picture in a picture box by using the property scroll_options, and setting zoom to true does not work. (See sample app: PictureBox_scrollAndZoom)
-Zooming in on a picture in a picture box by setting zoom to true in scroll_options does not work. (See sample app: PictureBox_scrollAndZoom)




Line 65: Line 65:
NEEDS REVISION:<br />
NEEDS REVISION:<br />
not sure why this doesn't work. Nothing appears on the picture box. Problems with picturebox.beginPath() and picturebox.moveTo(x,y)?<br />
not sure why this doesn't work. Nothing appears on the picture box. Problems with picturebox.beginPath() and picturebox.moveTo(x,y)?<br />
-(see sample app: split view)<br />
NEEDS REVISION:<br />
not sure why I was unable to scroll sideways when the app is not fit to screen.<br />


-Property style.webkitTransform not supported? (see sample app: Sprite)<br />
-Property style.webkitTransform not supported? (see sample app: Sprite)<br />
NEEDS REVISION<br />
NEEDS REVISION<br />
it appears that this is the problem since mario doesn't spin<br />
it appears that this is the problem since mario doesn't spin<br />
-May not be able to scroll in any direction on a Grid (see sample app: Windows Print). <br />
NEEDS REVISION:<br />
unable to scroll in any direction even though in the scroll_options property mousewheel and scroll bars are set to true.<br />




Line 108: Line 97:
-jqWidgets Grid's features may not all work (see sample app: Grid with Buttons)<br />
-jqWidgets Grid's features may not all work (see sample app: Grid with Buttons)<br />
NEEDS REVISION<br />
NEEDS REVISION<br />
no messageboxes pop up when I click the buttons on the grid
no message boxes pop up when I click the buttons on the grid




Line 179: Line 168:
-(see sample app: Upload)<br />
-(see sample app: Upload)<br />
NEEDS REVISION<br />
NEEDS REVISION<br />
on windows when I click “browse” it lets me choose between Photos and Phone. In photos I can choose any photo from the gallery. On phone I can see all the photos, music, videos folders. I chose a photo. The app is only displayed on half the phone screen for some reason, so I had to scroll down to press on the Upload button. I got a messagebox confirming that the upload was successful. However, when I clicked on the files tab on the header, there was a list of snippets of code.
on windows when I click “browse” it lets me choose between Photos and Phone. I chose a photo. The app is only displayed on half the phone screen for some reason, so I had to scroll down to press on the Upload button. Got a message box confirming that the upload was successful. However, when I clicked on the files tab on the header, there was a list of snippets of code (same issue on android).




Line 186: Line 175:
the message with instructions on how to add the phone to my home screen does not appear at all. but the app does get added to homescreen.
the message with instructions on how to add the phone to my home screen does not appear at all. but the app does get added to homescreen.


-jqPlot may not work well (see sample app: jqPlot)<br />
NEEDS REVISION <br />
On windows I only see a part of the graph but I’m unable to scroll sideways to see the rest of it, or up/down to see the second graph.


-iwebKit Spinning Wheel script doesn't work on windows (see sample app: spinning wheel get date)<br />
-iwebKit Spinning Wheel script doesn't work on windows (see sample app: spinning wheel get date)<br />

Revision as of 18:00, 3 June 2014

Windows Phone Validation

      • THIS IS A DRAFT. MUCH OF THE INFORMATION IS OUT OF DATE OR INCORRECT ***

The following features don't work as expected on Windows phones:


-Transition between forms does not appear as smoothly as it should. (Sample app: Two Forms)


-.wav and .mp3 audio files not supported. (Sample app: Audio Video, Play sound)


-The busy indicator does not appear (see sample app: busy indicator)


-The camera doesn't work (see Sample app: camera)


-Some fonts are not supported, for ex: the font Sansation. (See sample app: custom font)


-SpeechSynthesis not supported (see sample app: iHearVoices)
NEEDS REVISION
sound does not play at all. not sure that SpeechSynthesis not supported is the cause of the problem though.


-Gif images may lag (see sample app: MinecraftSim)
NEEDS REVISION
IS THIS A GIF IMAGE?


-SQLite not supported (see sample app: Northwind, SQLite Sample 1, 2, 3)


-May not be able to use two fingers to zoom in on a picture (see sample app: On Gesture)
NEEDS REVISION
Not sure why this doesn't work


-(see sample app: Orientation)
NEEDS REVISION
Not sure why this doesn't work.


-PictureBox1.style.webkitTransform is not supported. (See sample app: Picturebox)
NEEDS REVISION:
Since the spin button doesn't work, (the picture box doesn't flip) it appears that property is not supported. Maybe other webkit properties aren't supported either?


-Zooming in on a picture in a picture box by setting zoom to true in scroll_options does not work. (See sample app: PictureBox_scrollAndZoom)


-Command Print doesn't work. (see sample app: Print)
NEEDS REVISION
not sure if this is the problem


-HTMLview control may not work well for viewing a file. There may be issues with scrolling (see sample app: Scrolling file).
NEEDS REVISION
as I scroll down, the visible portion of the HTMLview keeps decreasing until I'm unable to see the file at all.


-(see sample app: Signature Capture)
NEEDS REVISION:
not sure why this doesn't work. Nothing appears on the picture box. Problems with picturebox.beginPath() and picturebox.moveTo(x,y)?

-Property style.webkitTransform not supported? (see sample app: Sprite)
NEEDS REVISION
it appears that this is the problem since mario doesn't spin


-windows.print() does not work. (see sample app: Windows Print)
NEEDS REVISION
when I click on the print button, nothing happens.


-May not be able to scroll smoothly up or down a grid (may lag). (see app: Kitchen sink)


-May not be able to scroll down a dropdown menu in a select tool. (see app: Kitchen sink)
NEEDS REVISION
When I open the drop down menu to select a month, I can’t scroll down all the way to 12. same with the days dropdown menu. Same issue on the android phone.
On both phones, when I click on the grid a messagebox with the cell number pops up. The slider that is used to scroll up and down the grid appears on top of the messagebox!


-May not be able to scroll sideways on a chart (see sample app: chart, chart JS)
NEEDS REVISION


-Color picker may not work (see sample app: color picker)


-jqWidget's DragDrop control does not work(see sample app: Drag Drop)


-jqWidgets Grid's features may not all work (see sample app: Grid with Buttons)
NEEDS REVISION
no message boxes pop up when I click the buttons on the grid


-jqWidgets Input features may not all work (see sample app: Input)
NEEDS REVISION
The top textbox works on Windows. But the bottom one doesn’t. when I typed t I got no suggestions. Also, when I tried to edit the text in it, I’m only able to add text to the beginning of the string, it is not letting me move the cursor to the end of the string.


-jqWidgets Listbox may not work (see sample app: Listbox)
NEEDS REVISION
Doesn’t work on windows. It is not letting me scroll down, make a selection, or even switch to multiple selections mode.

-jqWidgets Menu may not work (see sample app: Menu)
NEEDS REVISION
The menus and buttons arrangement looks exactly like the PC’s. However, I’m only able to click on the Products dropdown menu. The rest of the buttons are not clickable. Its like they’re just text. so when I click on Home for example, the word home gets selected but no button is pressed.


-Manually swiping through jqWidgets PhotoGallery may not work (see sample app: Photo Gallery)


-jqWidgets Radial Gauge does not work (see sample app: Radial Gauge)


-jqWidgets Switch Button does not work (see sample app: Switch Button)


-webkitCompassHeading property does not work (see sample app: Lab Features Solution)
NEEDS REVISION
it also didn't work on android even though I have a compass app on android


-The file browser may not open when using a text box with the inputType property set to file. (see sample app: Camera to Web)
NEEDS REVISION
not sure that this is the reason why nothing happened when I clicked on the "Browse" button


-getJSON() may not work with Facebook (see sample app: Facebook)


-(see sample app: Formspree)
NEEDS REVISION
I put in my name and email and click on Email info above so it redirects me to the formspree page saying that a confirmation email got sent to my email address. But I check my email, and nothing got sent to me. Not the message I wanted to send myself nor a confirmation email either. Same with windows.


-Showing Google Maps doesn't work sometimes(see sample app: Geolocation) but works on others (see sample app: Google Maps, Google Maps APIv3)
NEEDS REVISION
On geolocation: the lat and long data load, but not the map. Longitude and latitude match on both phones, but speed and accuracy don’t. Not sure if finding the location works because now when looking at the code, I think the longitude and latitude that appeared are the numbers by which the long and lat variables are initialized!


-.rssfeed() HTMLview property may not work (see sample app: RSS feed)
NEEDS REVISION
Nothing appeared on both phones...


-SAP doesn't work (see sample app: SAP, SAP Bank)


-Form1.submit() does not work (see sample app: send data)
NEEDS REVISION
On windows, it is not working. It asks me to use Chrome, safari or another supported browser.


-(see sample app: Text to Speech)
NEEDS REVISION
windows: when I click speak, it asks me if I want to open or save the file, I choose open but I get a message that it can’t play the file.


-(see sample app: Upload)
NEEDS REVISION
on windows when I click “browse” it lets me choose between Photos and Phone. I chose a photo. The app is only displayed on half the phone screen for some reason, so I had to scroll down to press on the Upload button. Got a message box confirming that the upload was successful. However, when I clicked on the files tab on the header, there was a list of snippets of code (same issue on android).


-(see sample: Home Screen)
NEEDS REVISION
the message with instructions on how to add the phone to my home screen does not appear at all. but the app does get added to homescreen.


-iwebKit Spinning Wheel script doesn't work on windows (see sample app: spinning wheel get date)


Notes:
-Sometimes the screen flashes in grey when scrolling up/down (See sample app: Format Date Time). Also an area the same size as the button (or other controls) about 1 cm below the control may appear in grey temporarily when the control is clicked (See sample app: Scrolling form).
-A full keyboard instead of a Date picker may appear when user clicks on a text box with the inputType property set to date. (see sample app: iOS7)
-A full keyboard instead of a Time picker may appear when user clicks on a text box with the inputType property set to time. (See sample app: iOS7)