javascript - Do I need to use iOS default controls in html? -


i'm building cordova app, i'd rather not use default popups such spinner happens when focus on <select></select> (i'll make own dropdown works in mobile) , want build own numpad when focus on textarea (which i'll make div pops own numpad), not use ios keyboard. basically, don't want use of native controls popup. instead want in html.

is there in user experience guidelines can't when submitting app store?

as far know there nothing permitts send such apps store. apple has guideline developers/designers. recommend you, have it. can find here: apple design guidelines - ui elements. doesn't say, apple allows that. every app submit store reviewed.

if apple permitts said (html/css) think native keyboard fits needs. since ios8 possible build "own" keyboard need it. don't know how implement cordova application. have on here 16 keyboards build ios8: 16 great ios8 keyboards


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -