Can Arslan

Results 3 comments of Can Arslan

iPhone 5s iOS 10 Scroll bottom panel(update part) by holding fields. Panel not moves, all page moves(like image)

@Paul75, you can use default values like this ``` // default values $values['email'] = '[email protected]'; $values['password'] = 'testpass'; $values['select'] = 2; ```

yapmaya çalıştım. umarım olmuştur :+1: ``` javascript var replace_tr=function(input) { input = input.replace('@s', 'ş'); input = input.replace('@i', 'ı'); input = input.replace('@g', 'ğ'); input = input.replace('@u', 'ü'); input = input.replace('@c', 'ç');...