4f39fb728b
chore: update tslint rules ( #7391 )
2019-06-26 15:13:48 +03:00
b436ecde36
refactor: replace var usage with let/const ( #7064 )
2019-03-25 18:09:14 +02:00
e6486f6c0f
fix(ios-webview): report hostname lookup errors in loadFinished event ( #6988 )
2019-03-18 18:29:24 +02:00
dcad754d1d
fix(ios-webview): loading of local-file dependency ( #6947 )
...
Fixes loading of html dependencies when loading a local file to web view.
I've just implemented the code changes in the patch provided by @gregorywojcik [here](https://github.com/NativeScript/NativeScript/issues/6377#issuecomment-433322681 )
references #6377
2019-02-26 12:45:17 +02:00
46705ee332
refactor(core-modules): implement createNativeView and initNativeView for all components
...
refactor(core-modules): implement createNativeView and initNativeView for all components
2018-09-26 13:59:12 +03:00
2fc1d8a8d4
chore(tsc): enable noUnusedLocals compiler option for tns-core-modules ( #5755 )
2018-05-10 16:12:59 +03:00
03cfc0cee3
chore(tslint): update tslint rules and fix errors ( #5747 )
...
* chore(tslint): fix tslint config & errors
* chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
2018-04-26 18:36:32 +03:00
1931669f79
refactor(ios-webview): remove useless js evaluation ( #5584 )
2018-03-27 11:08:19 +03:00
31d10192f5
WebView upgrade [IOS] ( #5093 )
...
* WebView upgrade [IOS]
* lint fixes
* Content scaling fix
2017-12-05 11:52:13 +02:00
2e09d3714a
FIX: Now checking that webView.request.URL is not null before accessing properties on it. ( #4830 )
...
- The symptom is the app would crash when web view tries to load
certain (valid) requests.
2017-10-20 08:36:06 +03:00
0f14101238
recycling now happens only if nativeView and android properties are not accessed. ( #4627 )
...
recycleNativeView filed now accepts: "always" | "never" | "auto". Always will recycle the nativeView no matter if its nativeView or android proprties are accessed. Never will disable recycling. Auto will recycle it only if nativeView and android properties are not accessed.
2017-08-01 15:04:16 +03:00
51b351f5b6
Add timeline traces in the console, let enabling them through the package.json
2017-06-02 16:34:15 +03:00
e9327e887d
Respect query params in web-view
2017-04-12 10:38:26 +03:00
d427c9ed8f
WebView NavigationType converted to type
2017-04-06 11:23:48 +03:00
f2898f84d5
NativeView recycled for android
2017-03-28 18:08:59 +03:00
c72ec09fe0
FIX: WebView not showing in gallery app
2017-03-21 16:24:05 +02:00
fec5e92dbe
Fix tracing
2017-01-16 13:29:46 +02:00
7931ecd4f8
Fix tslint errors
2016-12-21 17:42:31 +02:00
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
e4c21258a3
More files migrated.
2016-12-13 15:51:18 +02:00
1236f66f44
Add npm script that generates ios .d.ts-es from the tests app
...
Less than 30 erros left, let's hope it still works
Added lib.*.d.ts from typescript, removed lib and dom stuff, added by hand XHR, alert etc. .d.ts-es for polyfills
Roll back some changes involved in separating UIEvent for dom and ios
Test combined dts-es will now use lib, while internally we will not to avoid UIEvent conflict with dom stuff
2016-08-29 09:58:17 +03:00
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00